mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #1593 - Part 1: Import William Chen's patches w/o selector implementation, fixed up.
This commit is contained in:
parent
ecdf4bfb29
commit
7472bc02be
10 changed files with 273 additions and 32 deletions
|
|
@ -1311,8 +1311,9 @@ nsStyleSet::WalkRuleProcessors(nsIStyleRuleProcessor::EnumFunc aFunc,
|
|||
if (mBindingManager) {
|
||||
// We can supply additional document-level sheets that should be walked.
|
||||
if (aWalkAllXBLStylesheets) {
|
||||
mBindingManager->WalkAllRules(aFunc, aData);
|
||||
mBindingManager->WalkAllRules(aFunc, aData, false);
|
||||
} else {
|
||||
mBindingManager->WalkAllShadowRootHostRules(aFunc, aData);
|
||||
mBindingManager->WalkRules(aFunc, aData, &cutOffInheritance);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue