commit | 7ccc26846e7bda390f645cd6364432b7a45e9ffd | [log] [tgz] |
---|---|---|
author | Anders Hartvoll Ruud <andruud@chromium.org> | Mon Jun 13 09:24:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 13 09:24:58 2022 |
tree | a99c14b64bddd265fb18e2813a99e6b27a137e17 | |
parent | a7fae8baeaae14274b8a866f62a3d7226d7879b7 [diff] |
Cache MediaQuerySet in CSSParserImpl (reland) Some pages use a very large number of identical media queries. Since MediaQuerySet now is immutable, there is no reason to allocate unique instances for all of these. Bug: 1312000, 1331260 Change-Id: I7497ec77f93c73dbec029baa091a6d2190f1dce5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3699846 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013381}
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.