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

Merge v8 changes #1506

Closed
wants to merge 6 commits into from
Closed

Merge v8 changes #1506

wants to merge 6 commits into from

Commits on Apr 24, 2015

  1. os: remove trailing slash from os.tmpdir()

    This commit makes `os.tmpdir()` behave consistently on all platforms. It
    changes `os.tmpdir()` to always return a path without trailing slash.
    
    Semver: major
    Fixes: #715
    PR-URL: #747
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    tellnes authored and chrisdickinson committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    30b4f81 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade v8 to 4.2.77.13

    This commit applies some secondary changes in order to make `make test`
    pass cleanly:
    
    * disable broken postmortem debugging in common.gypi
    
    * drop obsolete strict mode test in parallel/test-repl
    
    * drop obsolete test parallel/test-v8-features
    
    PR-URL: #1232
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis authored and chrisdickinson committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    28acb2c View commit details
    Browse the repository at this point in the history
  3. deps: enable v8 postmortem debugging again

    Cherry-pick https://codereview.chromium.org/1033733003 from upstream
    and re-enable postmortem debugging.
    
    PR-URL: #1232
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis authored and chrisdickinson committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    8f9c7ed View commit details
    Browse the repository at this point in the history
  4. deps: upgrade v8 to 4.2.77.15

    This includes the out-of-tree patch (but fixed in upstream HEAD) from
    commit 41c00a2 ("deps: enable v8 postmortem debugging again".)
    
    PR-URL: #1399
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis authored and chrisdickinson committed Apr 24, 2015
    Configuration menu
    Copy the full SHA
    e1eae1c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. deps: upgrade v8 to 4.2.77.18

    This commit applies a secondary change in order to make `make test`
    pass cleanly, specifically re-disabling post-mortem debugging in
    common.gypi.
    chrisdickinson committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    9c27a89 View commit details
    Browse the repository at this point in the history
  2. deps: enable v8 postmortem debugging again

    Cherry-pick https://codereview.chromium.org/1033733003 from upstream
    and re-enable postmortem debugging.
    
    PR-URL: #1232
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    bnoordhuis authored and chrisdickinson committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    6f5dfd4 View commit details
    Browse the repository at this point in the history