commit | 4c4e8de6ae60927651bd8aa6a61de3fc938d4853 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Sat Jun 07 08:10:14 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 07 08:10:14 2025 |
tree | b2ba8509b115f8fe27c03ea5355375279d847600 | |
parent | abaca7821a9dae20da5a150862592090b0e3d8f1 [diff] |
Revert "extensions: Add `WillPrepareForEvaluation` to setup MojoJS" This reverts commit da2268c07b811ff8c1ce3a43279ce2cfbe066dc1. Reason for revert: speculative revert for build failures on https://ci.chromium.org/ui/b/8712772923134820801 Bug: 419101455 Original change's description: > extensions: Add `WillPrepareForEvaluation` to setup MojoJS > > - Add `WillPrepareForEvaluation` to create `ModuleSystem` before > v8 `InstallConditionalFeatures` so that MojoJS is enabled properly > - Make `ModuleSystem` EnableMojoJS for service worker; > - Allow `WebV8Features::EnableMojoJS` for IsWorkerOrWorkletWorld() > - Add a test to verify component extension service worker can > have MojoJS enabled; > > Bug: 419101455 > Change-Id: I5dce1aad58e82d92bdf90c72550713717417b769 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6605256 > Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> > Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Reviewed-by: Andrea Orru <andreaorru@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1470766} Bug: 419101455 No-Presubmit: true No-Tree-Checks: true No-Try: true Change-Id: Iede122f372195fa7a6cfb9ac2e585623b5e1f17f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6628810 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1470904}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.