@@ -92,7 +92,7 @@ index 4fa1d742bd5e0c03b1c93b8bf7cca2fcc8cbded1..1af645fdb86c4a803e1a5f0be08c1d09
92
92
DWORD creationFlags = CREATE_SUSPENDED | CREATE_UNICODE_ENVIRONMENT;
93
93
94
94
diff --git a/browser/installer/allowed-dupes.mn b/browser/installer/allowed-dupes.mn
95
- index e3f88b09d5259ebb3a0f2ef43fdf91df3ea01534..7827085030b4549cee46df9cae9b588f847b3455 100644
95
+ index 4442320c7f893aae5b4bde833ea27b08c22e4d00..6662a380e53b05adbbcf2e6286b36576ae53ea31 100644
96
96
--- a/browser/installer/allowed-dupes.mn
97
97
+++ b/browser/installer/allowed-dupes.mn
98
98
@@ -65,6 +65,12 @@ browser/defaults/settings/main/example.json
@@ -709,10 +709,10 @@ index 500726d37231a0f3b17ad0215bf1ee01576cfb3b..1fe38db213b318a9ead7f1de81020a40
709
709
dom::MediaCapabilities* MediaCapabilities();
710
710
dom::MediaSession* MediaSession();
711
711
diff --git a/dom/base/nsContentUtils.cpp b/dom/base/nsContentUtils.cpp
712
- index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d08170f9c 100644
712
+ index 2a93cd1902c778594a53c0884fa164ddfea6ff85..7e7332f20bad484f32aabb8cb257652aeea5706f 100644
713
713
--- a/dom/base/nsContentUtils.cpp
714
714
+++ b/dom/base/nsContentUtils.cpp
715
- @@ -8058 ,7 +8058 ,8 @@ nsresult nsContentUtils::SendMouseEvent(
715
+ @@ -8059 ,7 +8059 ,8 @@ nsresult nsContentUtils::SendMouseEvent(
716
716
bool aIgnoreRootScrollFrame, float aPressure,
717
717
unsigned short aInputSourceArg, uint32_t aIdentifier, bool aToWindow,
718
718
bool* aPreventDefault, bool aIsDOMEventSynthesized,
@@ -722,7 +722,7 @@ index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d
722
722
nsPoint offset;
723
723
nsCOMPtr<nsIWidget> widget = GetWidget(aPresShell, &offset);
724
724
if (!widget) return NS_ERROR_FAILURE;
725
- @@ -8115 ,6 +8116 ,7 @@ nsresult nsContentUtils::SendMouseEvent(
725
+ @@ -8116 ,6 +8117 ,7 @@ nsresult nsContentUtils::SendMouseEvent(
726
726
event.mTime = PR_IntervalNow();
727
727
event.mFlags.mIsSynthesizedForTests = aIsDOMEventSynthesized;
728
728
event.mExitFrom = exitFrom;
@@ -731,10 +731,10 @@ index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d
731
731
nsPresContext* presContext = aPresShell->GetPresContext();
732
732
if (!presContext) return NS_ERROR_FAILURE;
733
733
diff --git a/dom/base/nsContentUtils.h b/dom/base/nsContentUtils.h
734
- index 7b1e0bd9193b8a215c6e38de8958b8f22de85a7d..644470b28b5d054236bd9f6a9d6f6a8fdd92a57b 100644
734
+ index 82f971243e3b9b63f65c74cfbcb78ed775075b39..75fa9f61f1f320e5d2c2d9e03a5d3ee612866582 100644
735
735
--- a/dom/base/nsContentUtils.h
736
736
+++ b/dom/base/nsContentUtils.h
737
- @@ -2909 ,7 +2909 ,7 @@ class nsContentUtils {
737
+ @@ -2910 ,7 +2910 ,7 @@ class nsContentUtils {
738
738
int32_t aModifiers, bool aIgnoreRootScrollFrame, float aPressure,
739
739
unsigned short aInputSourceArg, uint32_t aIdentifier, bool aToWindow,
740
740
bool* aPreventDefault, bool aIsDOMEventSynthesized,
0 commit comments