0
Files
src/extensions
Clemens Backes c80a9a4454 [v8] Enter correct isolate in tests
This fixes three issue in tests which did not enter the correct isolate
before executing code in it.
This should unblock https://crrev.com/c/6351864 in V8.

AX-Relnotes: n/a.

Bug: 396607238
Change-Id: Ia0ccee62e173150d376e5f4185b929eb6f5c5633
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357018
Reviewed-by: David Bertoni <dbertoni@chromium.org>
Reviewed-by: Lucas Radaelli <lucasradaelli@google.com>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1432978}
2025-03-14 13:52:22 -07:00
..
2025-03-03 07:28:32 -08:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: