Skip to content

Commit 4e0e13c

Browse files
authored
browser(firefox-beta): roll Firefox to beta 89.0b8 - May 2, 2021 (#6397)
1 parent 4cd5673 commit 4e0e13c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1250
2-
Changed: [email protected] Thu 29 Apr 2021 04:23:24 PM PDT
1+
1251
2+
Changed: [email protected] Mon 03 May 2021 05:04:07 PM PDT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REMOTE_URL="https://github.com/mozilla/gecko-dev"
22
BASE_BRANCH="beta"
3-
BASE_REVISION="7c424dea895bcf832b1da10f777c53e6a0c40515"
3+
BASE_REVISION="5c667fafaaf7f15ed9df2b50e6bb26b570b3fee3"

browser_patches/firefox/patches/bootstrap.diff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ index 4fa1d742bd5e0c03b1c93b8bf7cca2fcc8cbded1..1af645fdb86c4a803e1a5f0be08c1d09
9292
DWORD creationFlags = CREATE_SUSPENDED | CREATE_UNICODE_ENVIRONMENT;
9393

9494
diff --git a/browser/installer/allowed-dupes.mn b/browser/installer/allowed-dupes.mn
95-
index e3f88b09d5259ebb3a0f2ef43fdf91df3ea01534..7827085030b4549cee46df9cae9b588f847b3455 100644
95+
index 4442320c7f893aae5b4bde833ea27b08c22e4d00..6662a380e53b05adbbcf2e6286b36576ae53ea31 100644
9696
--- a/browser/installer/allowed-dupes.mn
9797
+++ b/browser/installer/allowed-dupes.mn
9898
@@ -65,6 +65,12 @@ browser/defaults/settings/main/example.json
@@ -709,10 +709,10 @@ index 500726d37231a0f3b17ad0215bf1ee01576cfb3b..1fe38db213b318a9ead7f1de81020a40
709709
dom::MediaCapabilities* MediaCapabilities();
710710
dom::MediaSession* MediaSession();
711711
diff --git a/dom/base/nsContentUtils.cpp b/dom/base/nsContentUtils.cpp
712-
index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d08170f9c 100644
712+
index 2a93cd1902c778594a53c0884fa164ddfea6ff85..7e7332f20bad484f32aabb8cb257652aeea5706f 100644
713713
--- a/dom/base/nsContentUtils.cpp
714714
+++ b/dom/base/nsContentUtils.cpp
715-
@@ -8058,7 +8058,8 @@ nsresult nsContentUtils::SendMouseEvent(
715+
@@ -8059,7 +8059,8 @@ nsresult nsContentUtils::SendMouseEvent(
716716
bool aIgnoreRootScrollFrame, float aPressure,
717717
unsigned short aInputSourceArg, uint32_t aIdentifier, bool aToWindow,
718718
bool* aPreventDefault, bool aIsDOMEventSynthesized,
@@ -722,7 +722,7 @@ index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d
722722
nsPoint offset;
723723
nsCOMPtr<nsIWidget> widget = GetWidget(aPresShell, &offset);
724724
if (!widget) return NS_ERROR_FAILURE;
725-
@@ -8115,6 +8116,7 @@ nsresult nsContentUtils::SendMouseEvent(
725+
@@ -8116,6 +8117,7 @@ nsresult nsContentUtils::SendMouseEvent(
726726
event.mTime = PR_IntervalNow();
727727
event.mFlags.mIsSynthesizedForTests = aIsDOMEventSynthesized;
728728
event.mExitFrom = exitFrom;
@@ -731,10 +731,10 @@ index 2290e61c7adc718c98c9e5763b7b193498b8c8bb..86a84baa8dd80fcba5568ff1448de23d
731731
nsPresContext* presContext = aPresShell->GetPresContext();
732732
if (!presContext) return NS_ERROR_FAILURE;
733733
diff --git a/dom/base/nsContentUtils.h b/dom/base/nsContentUtils.h
734-
index 7b1e0bd9193b8a215c6e38de8958b8f22de85a7d..644470b28b5d054236bd9f6a9d6f6a8fdd92a57b 100644
734+
index 82f971243e3b9b63f65c74cfbcb78ed775075b39..75fa9f61f1f320e5d2c2d9e03a5d3ee612866582 100644
735735
--- a/dom/base/nsContentUtils.h
736736
+++ b/dom/base/nsContentUtils.h
737-
@@ -2909,7 +2909,7 @@ class nsContentUtils {
737+
@@ -2910,7 +2910,7 @@ class nsContentUtils {
738738
int32_t aModifiers, bool aIgnoreRootScrollFrame, float aPressure,
739739
unsigned short aInputSourceArg, uint32_t aIdentifier, bool aToWindow,
740740
bool* aPreventDefault, bool aIsDOMEventSynthesized,

0 commit comments

Comments
 (0)