Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b123c692786c^
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 00251b2d8445
Choose a head ref
  • 4 commits
  • 1,333 files changed
  • 3 contributors

Commits on Dec 27, 2015

  1. deps: upgrade to V8 4.8.271.11

    Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable,
    @@toPrimitive and ToLength ES6 changes. For full details see:
    http://v8project.blogspot.de/2015/11/v8-release-48.html
    
    PR-URL: #4399
    Reviewed-By: targos - Michaël Zasso <[email protected]>
    ofrobots committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    b123c69 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick 68e89fb from v8's upstream

    Original commit message:
    
        This commit adds some postmortem data that is otherwise unavailable.
    
        I have discovered need in those values when writing:
    
        https://github.com/indutny/llnode
    
        BUG=
    
        Review URL: https://codereview.chromium.org/1436473002
    
        Cr-Commit-Position: refs/heads/master@{#31947}
    
    This postmortem information is useful for both object inspection, and
    function's context variables inspection.
    
    Ref: #3779
    PR-URL: #4106
    Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
    Reviewed-By: targos - Michaël Zasso <[email protected]>
    Reviewed-By: rvagg - Rod Vagg <[email protected]>
    indutny authored and ofrobots committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    1a1bb7d View commit details
    Browse the repository at this point in the history
  3. deps: backport bc2e393 from v8 upstream

    Original commit message:
    
      [tools] Make gen-postmortem-metadata.py more reliable
    
      Instead of basing matches off of whitespace, walk the
      inheritance chain and include any classes that inherit
      from Object.
    
      [email protected],[email protected]
      NOTRY=true
    
      Review URL: https://codereview.chromium.org/1435643002
    
      Cr-Commit-Position: refs/heads/master@{#31964}
    
    This adds some missing classes to postmortem info like
    JSMap and JSSet.
    
    Ref: #3792
    PR-URL: #4106
    Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
    Reviewed-By: targos - Michaël Zasso <[email protected]>
    Reviewed-By: rvagg - Rod Vagg <[email protected]>
    evan.lucas authored and ofrobots committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    7e311f0 View commit details
    Browse the repository at this point in the history
  4. test: update ArrayBuffer alloc failure message

    The error message returned on ArrayBuffer allocation failure is now different
    as per https://codereview.chromium.org/1393263003.
    
    PR-URL: #4399
    Reviewed-By: targos - Michaël Zasso <[email protected]>
    ofrobots committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    00251b2 View commit details
    Browse the repository at this point in the history
Loading