commit | 48f65aaeac87f9913281be3b187040bae26d9771 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Wed Mar 02 08:58:26 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 02 08:58:26 2022 |
tree | 18188687c4888da36daf136ce4df41848b03c2b8 | |
parent | 53707f5b18963d0481dbb7d9d6a7698683323fff [diff] |
Introduce blink::WebCssOrigin This CL moves |WebDocument::CSSOrigin| out from |WebDocument| in order to remove web_document.h dependency from style_engine.h. Note that web_document.h depends on mojo headers. This CL has no behavior changes. Bug: 242216 Change-Id: I95bcf63585b6be426d0fb183b1e525c04340c595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3499600 Owners-Override: Kent Tamura <tkent@chromium.org> Reviewed-by: Hans Wennborg <hans@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#976590}
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.