commit | 98f7d2d5aa892577f371f89689f55e91d6eda46e | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Fri Jun 28 14:08:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 14:08:40 2024 |
tree | be0e557d1a56e11e2380bda64cd99708511c7d2e | |
parent | cab8416de171230a05260feb67a251ea9afcb073 [diff] |
Page margin at-rule CSSOM support. Add the CSSMarginRule interface, which is available via the CSSRuleList cssRules member inside a CSSPageRule. Parsing of CSS margin rules is protected by the feature flag PageMarginBoxes, so unless that feature is enabled, the list of margin rules will always be empty. Bug: 324827379 Change-Id: I76da73a4b98a276ee59533993f52511bca72a42f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5301160 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1320945}
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.