Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] src, inspector: support opted-in VM contexts #14231

Closed
wants to merge 12 commits into from

Commits on Jul 14, 2017

  1. src: refactor contextify

    TimothyGu committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    ff88cf4 View commit details
    Browse the repository at this point in the history
  2. [WIP] src, inspector: support opted-in VM contexts

    Based on work by Bradley Farias <bradley.meck@gmail.com> and Eugene
    Ostroukhov <eostroukhov@chromium.org>.
    
    TODO: V8's console is injected unconditionally, which may be not desirable.
    
    Fixes: nodejs#7593
    Refs: nodejs#9272
    TimothyGu committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    9f12ee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    a08b03e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    2d9272c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1ca818 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    a8ebfb5 View commit details
    Browse the repository at this point in the history
  4. tests

    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    fe7c4a5 View commit details
    Browse the repository at this point in the history
  5. contextAttached

    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    0352a48 View commit details
    Browse the repository at this point in the history
  6. contextAttached tests

    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    06f635b View commit details
    Browse the repository at this point in the history
  7. auto attachment from runInContext

    Not recommended for multiple runs on the same context.
    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    fc7d408 View commit details
    Browse the repository at this point in the history
  8. Add docs

    TimothyGu committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    a0c6f68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15a8ff8 View commit details
    Browse the repository at this point in the history