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.0.276.28
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.0.276.29
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 17, 2018

  1. Merged: [wasm] Threads imply structured cloning

    In the existing implementation, the structured cloning flag is only set
    at the startup of the renderer process. In other words, if structured
    cloning or wasm threads are turned on when the renderer process starts
    up, then structured cloning is enabled. However, with the origin trial
    for wasm threads it's possible that wasm threads get turned on only
    later when the webpages loads. With this CL we now always also check
    the wasm threads flag in addition to checking the structured cloning
    flag.
    
    NOTRY=true
    NOPRESUBMIT=true
    NOTREECHECKS=true
    R=​[email protected]
    
    Bug: v8:8304
    Change-Id: I49da6bd76a4cc38abc01fbe0c9707c6b17a8de3f
    Reviewed-on: https://chromium-review.googlesource.com/c/1280444
    Reviewed-by: Michael Starzinger <[email protected]>
    Commit-Queue: Andreas Haas <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#56629}(cherry picked from commit c41fb39)
    Reviewed-on: https://chromium-review.googlesource.com/c/1286332
    Reviewed-by: Clemens Hammacher <[email protected]>
    Cr-Commit-Position: refs/branch-heads/7.0@{#59}
    Cr-Branched-From: 6e2adae-refs/heads/7.0.276@{#1}
    Cr-Branched-From: bc08a86-refs/heads/master@{#55424}
    gahaas authored and Commit Bot committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    9948bea View commit details
    Browse the repository at this point in the history
  2. Version 7.0.276.29

    TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com
    
    Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
    Change-Id: Iabca45ac20aee8db7818205525ccf12eaea4cad9
    Reviewed-on: https://chromium-review.googlesource.com/c/1286510
    Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/7.0@{#60}
    Cr-Branched-From: 6e2adae-refs/heads/7.0.276@{#1}
    Cr-Branched-From: bc08a86-refs/heads/master@{#55424}
    V8 Autoroll committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    c6c46be View commit details
    Browse the repository at this point in the history
Loading