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

Commits on Oct 12, 2021

  1. Merge: [inspector] Use ephemeron table for exception metadata

    EphemeronHashTable does not trigger interrupts when accessed
    (as opposed to calling the WeakMapGet builtin), so it avoids
    the use-after-free problem when reading exception metadata
    triggers session disconnect while holding a reference
    to the session.
    
    (cherry picked from commit 7994004)
    
    Bug: chromium:1241860
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: I29264b04b8daf682e7c33a97faedf50e323d57c4
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3218987
    Reviewed-by: Yang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.5@{#38}
    Cr-Branched-From: 4a03d61-refs/heads/9.5.172@{#1}
    Cr-Branched-From: 9a60704-refs/heads/main@{#76741}
    jaro-sevcik authored and V8 LUCI CQ committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    29be688 View commit details
    Browse the repository at this point in the history
  2. Version 9.5.172.20

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: Ic66a17876fa46d9cbeca48e5f6a9ab02b493e16c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3218786
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.5@{#39}
    Cr-Branched-From: 4a03d61-refs/heads/9.5.172@{#1}
    Cr-Branched-From: 9a60704-refs/heads/main@{#76741}
    V8 Autoroll committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9310dae View commit details
    Browse the repository at this point in the history
  3. Merged: [runtime] Fix object cloning with spreads

    When cloning objects using spread and update properties (e.g.
    obj = {...o, x: 0}), we wrongly used the setter for the update argument
    if one was set.
    This CL changes the behaviour such that all arguments following the
    spread are treated as dynamic arguments.
    
    (cherry picked from commit 732d09a)
    
    Bug: chromium:1251366
    No-Try: true
    No-Presubmit: true
    No-Tree-Checks: true
    Change-Id: Ie71dbe3f420a68e5e7e7aa23bc3ef8caccf6180c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3219081
    Reviewed-by: Deepti Gandluri <gdeepti@chromium.org>
    Commit-Queue: Adam Klein <adamk@chromium.org>
    Cr-Commit-Position: refs/branch-heads/9.5@{#40}
    Cr-Branched-From: 4a03d61-refs/heads/9.5.172@{#1}
    Cr-Branched-From: 9a60704-refs/heads/main@{#76741}
    Patrick Thier authored and V8 LUCI CQ committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    813333d View commit details
    Browse the repository at this point in the history
  4. Version 9.5.172.21

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Change-Id: I0b71289ed000925fe168128298508552351c3297
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3218787
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/9.5@{#41}
    Cr-Branched-From: 4a03d61-refs/heads/9.5.172@{#1}
    Cr-Branched-From: 9a60704-refs/heads/main@{#76741}
    V8 Autoroll committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    de85930 View commit details
    Browse the repository at this point in the history
Loading