summaryrefslogtreecommitdiffstats
path: root/layout/style/Loader.h
Commit message (Collapse)AuthorAgeLines
* Issue #1629 - Part 2: Implement the Explicitly Enabled flag.athenian2002020-08-13-3/+10
| | | | | | | | | | | | | | | | This part of the bug was significantly complicated by the following major refactors: https://bugzilla.mozilla.org/show_bug.cgi?id=1456435 https://bugzilla.mozilla.org/show_bug.cgi?id=1459498 As best as I can tell, we just need to implement the explicitly enabled flag on every instance of GetStyleSheetInfo, make sure aIsExplicitlyEnabled is false in every situation except the one where the disabled content attribute is removed from a link element, and enable alternate stylesheets if this flag is set on them. So we take the explicitly enabled flag as an input to PrepareSheet, and also add it to LoadStyleLink and LoadInlineStyle. I also decided not to defer loading of alternate stylesheets that have been explicitly enabled.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+598