commit | 71519f8efbed1d60adb03dea112ccdce6a9175ff | [log] [tgz] |
---|---|---|
author | Jack Franklin <[email protected]> | Tue Nov 03 12:08:59 2020 |
committer | Commit Bot <[email protected]> | Tue Nov 03 14:11:46 2020 |
tree | 0a0567915fa1fc1f58e39c0e84de0c7e21bfc4ef | |
parent | 2943c1a14bd0ffc03a2c0b323c8da1ebe1a264e5 [diff] |
Introduce enableLegacyPatching flag for CSS patching As part of the dark mode migration we are adding `enableLegacyPatching:true` to all call sites of `appendStyle` (and related methods). If a user passes `false` for that flag, no CSS colour patching will occur. This CL is therefore a no-op from a user's perspective as we pass `true` on every call to maintain existing behaviour, but once we start migrating we will turn the option to `false`. Long term, once all code is migrated and the old patching is removed, we will remove this flag entirely once again. Bug: 1122511 Change-Id: I76b818e83b7d5ee0175e1548759373f53481e0ab No-Presubmit: True Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2516345 Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Tim van der Lippe <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools