commit | a115a7598e5a0ff970e17e36624c1b5ead70049b | [log] [tgz] |
---|---|---|
author | Kelvin Jiang <kelvinjiang@chromium.org> | Thu Feb 11 03:04:01 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 11 03:04:01 2021 |
tree | e2f7af7415e82408fc35fb1aab516c18019dd261 | |
parent | d1e5424d599dedd223ac1097e7d2617ac8a2183c [diff] |
[Extensions] Use one UserScriptManager class for all user scripts This CL merges DeclarativeUserScriptManager and ExtensionUserScriptManager into: UserScriptManager (USM). USM is owned by the ExtensionSystem. A USM was also added to the TestExtensionSystem. Bug: 1168627 Change-Id: I11a534ab02783dac5d98e58d46069187365f135c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2657617 Reviewed-by: Sean Topping <seantopping@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Cr-Commit-Position: refs/heads/master@{#852968}
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.