diff --git a/patches/chromeutil.patch b/patches/chromeutil.patch index 4a7a5ef..8b58bc8 100644 --- a/patches/chromeutil.patch +++ b/patches/chromeutil.patch @@ -35,7 +35,7 @@ index 52f0af76ec..2a7a9ae4fc 100644 double ChromeUtils::DateNow(GlobalObject&) { return JS_Now() / 1000.0; } /* static */ -@@ -2141,6 +2161,66 @@ void ChromeUtils::GetAllPossibleUtilityActorNames(GlobalObject& aGlobal, +@@ -2440,6 +2440,65 @@ void ChromeUtils::GetAllPossibleUtilityActorNames(GlobalObject& aGlobal, } } @@ -98,7 +98,6 @@ index 52f0af76ec..2a7a9ae4fc 100644 + aRetVal.Clear(); +} + - /* static */ bool ChromeUtils::ShouldResistFingerprinting( GlobalObject& aGlobal, JSRFPTarget aTarget, @@ -117,7 +116,7 @@ index 138b9c3f80..c7c7ce74bf 100644 static double DateNow(GlobalObject&); static void EnsureJSOracleStarted(GlobalObject&); -@@ -314,6 +318,20 @@ class ChromeUtils { +@@ -314,6 +314,20 @@ class ChromeUtils { static void GetAllPossibleUtilityActorNames(GlobalObject& aGlobal, nsTArray& aNames); @@ -135,7 +134,6 @@ index 138b9c3f80..c7c7ce74bf 100644 + static void CamouGetStringList(GlobalObject& aGlobal, const nsAString& aVarName, + nsTArray& aRetVal); + - static bool ShouldResistFingerprinting( GlobalObject& aGlobal, JSRFPTarget aTarget, const Nullable& aOverriddenFingerprintingSettings); diff --git a/patches/config.patch b/patches/config.patch index 721b576..90e35ea 100644 --- a/patches/config.patch +++ b/patches/config.patch @@ -19,7 +19,7 @@ diff --git a/lw/moz.build b/lw/moz.build index e69de29bb2..208184547e 100644 --- a/lw/moz.build +++ b/lw/moz.build -@@ -0,0 +1,14 @@ +@@ -0,0 +1,13 @@ +FINAL_TARGET_FILES += [ + "omegafox.cfg", + "properties.json"