
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}
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: