mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #2835 - Part 2: Implement processing of import rules based on order of appearance
This commit is contained in:
parent
be3d8491c7
commit
37230e7b21
4 changed files with 31 additions and 4 deletions
|
|
@ -27,6 +27,8 @@ struct nsCSSRuleUtils
|
|||
static void FreeSystemMetrics();
|
||||
static bool HasSystemMetric(nsIAtom* aMetric);
|
||||
|
||||
static bool LoadImportedSheetsInOrderEnabled();
|
||||
|
||||
#ifdef XP_WIN
|
||||
// Cached theme identifier for the moz-windows-theme media query.
|
||||
static uint8_t GetWindowsThemeIdentifier();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue