gecko-dev/servo/ports/geckolib
Emilio Cobos Álvarez bd406d8841 Bug 1740230 - Allow matches() / querySelector() / etc on chrome docs to access chrome-only selectors. r=boris
Without this some tests fail with the previous patch because code like:

  https://searchfox.org/mozilla-central/rev/267682a8f45221bf0bfe999d4a0239706a43bc56/browser/base/content/browser-gestureSupport.js#651

starts throwing. Unfortunately I had missed that on my try run, because
the error message didn't include that exception (it seemed like an
intermittent browser-chrome failure instead).

We could expose a ChromeOnly API for this, but this seems better. This
fixes it trivially, and also removes the "no url data" situation from
the selector parser, which is nice.

Differential Revision: https://phabricator.services.mozilla.com/D130818
2021-11-10 12:56:35 +00:00
..
tests Bug 1728754 - Plumb layer order through ApplicableDeclarationBlock, and make it have an effect. r=boris 2021-09-06 10:02:07 +00:00
Cargo.toml Bug 1728617 - Tweak at-rule parsing APIs to support cascade layers. r=boris 2021-09-03 09:26:10 +00:00
cbindgen.toml Bug 1733384 - Make inert not modify the computed style. r=sefeng,layout-reviewers,jfkthame 2021-10-07 17:00:36 +00:00
error_reporter.rs Bug 1704179 - Add a CSS error to the console when using non-featureless :host selectors. r=boris 2021-04-15 09:33:58 +00:00
glue.rs Bug 1740230 - Allow matches() / querySelector() / etc on chrome docs to access chrome-only selectors. r=boris 2021-11-10 12:56:35 +00:00
lib.rs Bug 1652560 - Remove the old profiler label frames code in the servo codebase and replace it with the new API r=emilio 2021-07-30 21:49:22 +00:00
stylesheet_loader.rs Bug 1736477 - Remove unused import_rule::PendingSheet. r=emilio 2021-10-19 23:31:04 +00:00