commit | 39d1257476765be31d86b80417a35401581f8a0b | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon May 05 09:57:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 05 09:57:01 2025 |
tree | cc2c11bcf8bf753d6330b480040db3c7399fd882 | |
parent | d32181dd170ce86baaf5e845a9ff63036f5af601 [diff] |
Make CSSUrlData garbage collected This enables better sharing of the data this class represents - for example between the CSSValue and computed value (StyleImage). It should also allow to just pass around all the associated metadata in an easier fashion. Bug: 41473212 Change-Id: I013c80333e9454fd5e5bad737ce1253ecd746c18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6509107 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455595}
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.