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

Commits on Nov 17, 2025

  1. Merged: [wasm] Fix build after WasmDispatchTable refactoring

    Fix DrumBrake build break caused by changes in https://crrev.com/c/7105440
    (Reland "[sandbox][wasm] Un-expose dispatch_table_for_imports")
    
    (cherry picked from commit 054bea0)
    
    Change-Id: Ie5a7080c52bf6e9bf0027ffe12b1115b9a5b7efd
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7156063
    Auto-Submit: Jakob Kummerow <[email protected]>
    Commit-Queue: Jakob Kummerow <[email protected]>
    Commit-Queue: Matthias Liedtke <[email protected]>
    Reviewed-by: Matthias Liedtke <[email protected]>
    Cr-Commit-Position: refs/branch-heads/14.3@{#28}
    Cr-Branched-From: 13c7e31-refs/heads/14.3.127@{#1}
    Cr-Branched-From: 01af089-refs/heads/main@{#103352}
    paolosevMSFT authored and V8 LUCI CQ committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    4f31034 View commit details
    Browse the repository at this point in the history
  2. Version 14.3.127.15

    Version incremented at https://cr-buildbucket.appspot.com/build/8697958260937235905
    
    Change-Id: Ia2f5dd746421a40f745a126c2c624ee7615c67f6
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7157625
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/14.3@{#29}
    Cr-Branched-From: 13c7e31-refs/heads/14.3.127@{#1}
    Cr-Branched-From: 01af089-refs/heads/main@{#103352}
    V8 Autoroll committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    f193727 View commit details
    Browse the repository at this point in the history
  3. Merged: [icu] Fix LookupAndValidateUnicodeExtensions() for ICU 77

    ICU 77 `getKeywordValue()` changed to return
    `U_STRING_NOT_TERMINATED_WARNING` when the value is exactly
    the same size as the given buffer size. In this case, the
    buffer is not null-terminated[1].
    
    This patch fixes `LookupAndValidateUnicodeExtensions()` for
    this change.
    
    [1] https://unicode-org.github.io/icu/userguide/strings/#using-c-strings-nul-terminated-vs-length-parameters
    
    Bug: 458186954
    (cherry picked from commit 97e7619)
    
    Change-Id: I7f84ecc9fa7d217cdca6671d86319c48a9bf5ff1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7163355
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Koji Ishii <[email protected]>
    Reviewed-by: Michael Lippautz <[email protected]>
    Cr-Commit-Position: refs/branch-heads/14.3@{#30}
    Cr-Branched-From: 13c7e31-refs/heads/14.3.127@{#1}
    Cr-Branched-From: 01af089-refs/heads/main@{#103352}
    kojiishi authored and V8 LUCI CQ committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    eb7e1f7 View commit details
    Browse the repository at this point in the history
  4. Version 14.3.127.16

    Version incremented at https://cr-buildbucket.appspot.com/build/8697922963168070849
    
    Change-Id: I6a34761caadbcec9511661c6b593cbfe5e7802d8
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7163179
    Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/14.3@{#31}
    Cr-Branched-From: 13c7e31-refs/heads/14.3.127@{#1}
    Cr-Branched-From: 01af089-refs/heads/main@{#103352}
    V8 Autoroll committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    beee9f5 View commit details
    Browse the repository at this point in the history
Loading