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: v8/v8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.9.317.20
Choose a base ref
...
head repository: v8/v8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.9.317.23
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 8, 2019

  1. Merged: Reland "[wasm] Fix incorrect check for growing shared WebAsse…

    …mbly.memory"
    
    Merged revision: 44788bf
    
    Also includes test status update merge:
    
    Merged: Skip test on predictable builds
    Revision: c5bc87f
    
    BUG=chromium:1010272
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    
    Tbr: gdeepti@chromium.org
    Change-Id: Iaa2c7af30ac47ee738cdd85926a42ab2c3dea501
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1906293
    Reviewed-by: Adam Klein <adamk@chromium.org>
    Cr-Commit-Position: refs/branch-heads/7.9@{#41}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    ajklein committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    df13bf9 View commit details
    Browse the repository at this point in the history
  2. Version 7.9.317.21

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Ifa48de3046f50ddb2b6d2426d68ad1f234fdcfdb
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1906230
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.9@{#42}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    V8 Autoroll committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    f02683e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Merged: [heap]: Make addition of detached contexts robust for GC

    Revision: b33a850
    
    BUG=chromium:1016703
    LOG=N
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    R=hablich@chromium.org
    
    Change-Id: I6d48769e982041d47ff41a726455a427617809b7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1913338
    Reviewed-by: Michael Hablich <hablich@chromium.org>
    Cr-Commit-Position: refs/branch-heads/7.9@{#43}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    ulan committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    81bb46e View commit details
    Browse the repository at this point in the history
  2. Version 7.9.317.22

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I9258332b859d3c66fb06487f11991802aed3e9db
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1912945
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.9@{#44}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    V8 Autoroll committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7ddb634 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. [Merged] Remove incorrect length check

    The DCHECK in the lookup method compares the stashed length of the backing store
    and the byte_length queried on lookup. These two are not guaranteed to be equal
    as there can be grow calls that update the lenght of the buffer between the
    length being stashed and the equality check.
    
    Bug: chromium:1010272
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    
    (cherry picked from commit 184e7bb)
    
    Change-Id: I5f76529d8aa4fee4ebc11fddacc54c910f3bd714
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1924098
    Reviewed-by: Adam Klein <adamk@chromium.org>
    Cr-Commit-Position: refs/branch-heads/7.9@{#45}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    dtig authored and ajklein committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    fafaa46 View commit details
    Browse the repository at this point in the history
  2. Version 7.9.317.23

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I3254260ea0191fe2570516eca157397752ad99fc
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1924890
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.9@{#46}
    Cr-Branched-From: be181e2-refs/heads/7.9.317@{#1}
    Cr-Branched-From: 0d7889d-refs/heads/master@{#64307}
    V8 Autoroll committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    d14b82e View commit details
    Browse the repository at this point in the history
Loading