commit | 1878083db01e381e15dbd420dbc2059538c920d2 | [log] [tgz] |
---|---|---|
author | Philip Pfaffe <pfaffe@chromium.org> | Mon Nov 13 16:48:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 16:48:09 2023 |
tree | 68799715165d552374d535a7777dda57646bb4bc | |
parent | bd35d46d5b8771b57c3b6ce38e4b8bfa70c0f0d9 [diff] |
Report font-palette-values rules to the inspector For editing the rule, the inspector requires a new parser mode to be able to start parsing in the context of the rule. Since we're at capacity of the packed property value set I'm stealing a bit from the set size. This limits the maximum set size to 134M properties, but presumably sites are running into all sorts of problems were they to approach this limit. Bug: 1501781 Change-Id: I3f54089fdb0ed910d5b4623dcc98fa63948dc56c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5001710 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Commit-Queue: Philip Pfaffe <pfaffe@chromium.org> Cr-Commit-Position: refs/heads/main@{#1223685}
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.