gecko-dev/servo/ports/geckolib
Emilio Cobos Álvarez a292bdd58b Bug 1707310 - Refactor the author sheet cache to keep alive the relevant StylesheetContents. r=boris
This prevents incorrectly reusing cached results when the contents go
away and new contents are allocated with the same address.

Note that these keep alive transitively everything else under them, so
all other medialist keys don't need this.

By making this a proper hashmap it should also improve cache lookup
times if the cache grows too big.

Differential Revision: https://phabricator.services.mozilla.com/D115202
2021-05-19 09:00:38 +00:00
..
tests
Cargo.toml
cbindgen.toml Bug 1680387 - Apply intrinsic image resolution as appropriate in layout/style/dom, and update test expectations. r=tnikkel 2021-05-05 09:41:24 +00:00
error_reporter.rs
glue.rs Bug 1707310 - Refactor the author sheet cache to keep alive the relevant StylesheetContents. r=boris 2021-05-19 09:00:38 +00:00
lib.rs
stylesheet_loader.rs Bug 1707310 - Refactor the author sheet cache to keep alive the relevant StylesheetContents. r=boris 2021-05-19 09:00:38 +00:00