Issue #2835 - Part 2: Implement processing of import rules based on order of appearance

This commit is contained in:
Francis Dominic Fajardo 2025-07-23 20:39:56 +08:00 committed by roytam1
commit 37230e7b21
4 changed files with 31 additions and 4 deletions

View file

@ -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();