Skip to content

Commit 1fab845

Browse files
authored
browser(firefox): roll Firefox to beta @ Mar 16, 2021 (#5852)
1 parent e8a33c4 commit 1fab845

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-
1237
2-
Changed: [email protected] Thu 04 Mar 2021 05:16:38 PM PST
1+
1238
2+
Changed: [email protected] Wed 17 Mar 2021 12:44:48 AM 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="77d7f4851417548206b574a475898fb0b16c2f14"
3+
BASE_REVISION="bb8d64aa47546c08613bc10e29c16af37766fba7"

browser_patches/firefox/patches/bootstrap.diff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ index b08377cf1016ee8c24cf8782adf861a5b6dca0ac..cc606615f855026930375079bde89a3e
5959
* Return XPCOM wrapper for the internal accessible.
6060
*/
6161
diff --git a/browser/app/winlauncher/LauncherProcessWin.cpp b/browser/app/winlauncher/LauncherProcessWin.cpp
62-
index 1de2c35433fb3d1989b418d9b4bbcfea8b300828..9f7cc63a46947baf0589bb001102ea0b70940b44 100644
62+
index 4fa1d742bd5e0c03b1c93b8bf7cca2fcc8cbded1..1af645fdb86c4a803e1a5f0be08c1d09ab6a16cd 100644
6363
--- a/browser/app/winlauncher/LauncherProcessWin.cpp
6464
+++ b/browser/app/winlauncher/LauncherProcessWin.cpp
6565
@@ -23,6 +23,7 @@
@@ -172,7 +172,7 @@ index 040c7b124dec6bb254563bbe74fe50012cb077a3..b4e6b8132786af70e8ad0dce88b67c28
172172
const transportProvider = {
173173
setListener(upgradeListener) {
174174
diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp
175-
index ceedd4c317b8f39df73d0e762822d823a02f3546..2c677171ac2fb9427999263d2a5f37c6c9a068ee 100644
175+
index fed621a4fe569104d92685500aed6ec729768037..f56b6e9c42c83c18887a1067b9ad40f12ca63222 100644
176176
--- a/docshell/base/nsDocShell.cpp
177177
+++ b/docshell/base/nsDocShell.cpp
178178
@@ -15,6 +15,12 @@
@@ -467,7 +467,7 @@ index ceedd4c317b8f39df73d0e762822d823a02f3546..2c677171ac2fb9427999263d2a5f37c6
467467
return rv;
468468
}
469469

470-
@@ -12638,6 +12858,9 @@ class OnLinkClickEvent : public Runnable {
470+
@@ -12642,6 +12862,9 @@ class OnLinkClickEvent : public Runnable {
471471
mHandler->OnLinkClickSync(mContent, mLoadState, mNoOpenerImplied,
472472
mTriggeringPrincipal);
473473
}
@@ -477,7 +477,7 @@ index ceedd4c317b8f39df73d0e762822d823a02f3546..2c677171ac2fb9427999263d2a5f37c6
477477
return NS_OK;
478478
}
479479

480-
@@ -12723,6 +12946,8 @@ nsresult nsDocShell::OnLinkClick(
480+
@@ -12727,6 +12950,8 @@ nsresult nsDocShell::OnLinkClick(
481481
nsCOMPtr<nsIRunnable> ev =
482482
new OnLinkClickEvent(this, aContent, loadState, noOpenerImplied,
483483
aIsTrusted, aTriggeringPrincipal);
@@ -1822,10 +1822,10 @@ index 318037b12e9ea7b8bad92498950ac48ff936fb3c..44db941025a5253da38572600cd0fc57
18221822
int32_t aMaxSelfProgress,
18231823
int32_t aCurTotalProgress,
18241824
diff --git a/toolkit/components/windowwatcher/nsWindowWatcher.cpp b/toolkit/components/windowwatcher/nsWindowWatcher.cpp
1825-
index 7ed92e814cd4a952bf98e97a88075f4c1a208e7e..04c58cf1897823db276c1b006c6d5ebe798c2d0d 100644
1825+
index c6da134e1c4c028420659a1ca26bf51116de71b1..93738c34673bfec06557e856f11ad1993597eb6b 100644
18261826
--- a/toolkit/components/windowwatcher/nsWindowWatcher.cpp
18271827
+++ b/toolkit/components/windowwatcher/nsWindowWatcher.cpp
1828-
@@ -1815,6 +1815,10 @@ uint32_t nsWindowWatcher::CalculateChromeFlagsForContent(
1828+
@@ -1816,6 +1816,10 @@ uint32_t nsWindowWatcher::CalculateChromeFlagsForContent(
18291829
uint32_t chromeFlags = CalculateChromeFlagsHelper(
18301830
nsIWebBrowserChrome::CHROME_WINDOW_BORDERS, aFeatures, aSizeSpec);
18311831

0 commit comments

Comments
 (0)