mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Auto merge of #17958 - aethanyc:pseudo-classes-chrome-privilege-bug1381851, r=heycam
Pseudo classes chrome privilege (bug 1381851) This is reviewed in https://bugzilla.mozilla.org/show_bug.cgi?id=1381851 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17958) <!-- Reviewable:end -->
This commit is contained in:
commit
c18cac1f34
12 changed files with 1104 additions and 921 deletions
|
@ -1147,8 +1147,8 @@ impl Stylist {
|
|||
};
|
||||
let rule_hash_target = element.rule_hash_target();
|
||||
|
||||
// nsXBLPrototypeResources::ComputeServoStyleSet() added XBL stylesheets under author
|
||||
// (doc) level.
|
||||
// nsXBLPrototypeResources::LoadResources() loads Chrome XBL style
|
||||
// sheets under eAuthorSheetFeatures level.
|
||||
map.author.get_all_matching_rules(element,
|
||||
&rule_hash_target,
|
||||
applicable_declarations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue