commit | 78334b98f374a7785992a7b2e7811d597b75de3c | [log] [tgz] |
---|---|---|
author | Rune Lillesveen <futhark@chromium.org> | Thu Mar 18 13:53:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 13:53:24 2021 |
tree | 05f87668548427006be098387f7e075aaed4207e | |
parent | 4bbbb82952b5f6338dd8476e9d48bc84d45c2bad [diff] |
Remove DOMMatrix dependency on ComputedStyle Use a CSSToLengthConversionData without ComputedStyle. No relative lengths are allowed for DOMMatrix. This removes the dependency on ComputedStyle when the DOMMatrix api is used from a worker. TEST=external/wpt/css/geometry/ Bug: 1115000 Change-Id: I1ca9c493e1367078eae54bde08e5756bcd79c0c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2770399 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#864217}
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.