commit | 511f9bb8c48f5d7da745ab65776e04acdc263d4e | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Wed Aug 17 23:26:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 17 23:26:42 2022 |
tree | dea0709ac0133f0b49434be41b9555d931fe1287 | |
parent | 730ff74c221e59ccdf7b116ae924d9d1b150341e [diff] |
Implement empty CSSToggleMap and CSSToggle interfaces on existing objects. This corrects a mistake where I was expecting to implement the spec's interfaces using objects that were distinct from the implementation. However, the spec's interfaces are close enough to the implementation objects that they should be on the same objects. Thus this CL creates the spec's interfaces as *empty* interfaces and renames the existing objects (Toggle to CSSToggle, ToggleData to CSSToggleMap) to implement them. Later CLs will put the contents of the interfaces in and implement them on these objects. (Support for toggles is behind the CSSToggles flag, which is currently off.) Bug: 1250716 Change-Id: I36ce7a0687585c5b47ce8e03afdae8da1e7a754e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3828194 Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1036337}
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.