summaryrefslogtreecommitdiff
path: root/mozilla-1424422.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-06-20 15:03:59 +0200
committerMartin Stransky <stransky@redhat.com>2018-06-20 15:03:59 +0200
commit86072c7d9c5ff4ac8c4d89a64093344fd048a947 (patch)
treef2bbdd61e4de51781eb0c9edf51decdf0d35d580 /mozilla-1424422.patch
parentbuild fix (diff)
downloadlibrewolf-fedora-ff-86072c7d9c5ff4ac8c4d89a64093344fd048a947.tar.gz
librewolf-fedora-ff-86072c7d9c5ff4ac8c4d89a64093344fd048a947.tar.bz2
librewolf-fedora-ff-86072c7d9c5ff4ac8c4d89a64093344fd048a947.zip
Added missing patches from 60.0.2
Diffstat (limited to 'mozilla-1424422.patch')
-rw-r--r--mozilla-1424422.patch135
1 files changed, 38 insertions, 97 deletions
diff --git a/mozilla-1424422.patch b/mozilla-1424422.patch
index cc8b31f..883e5bd 100644
--- a/mozilla-1424422.patch
+++ b/mozilla-1424422.patch
@@ -1,30 +1,28 @@
-diff -up firefox-60.0/browser/base/content/browser.js.1424422 firefox-60.0/browser/base/content/browser.js
---- firefox-60.0/browser/base/content/browser.js.1424422 2018-04-26 22:07:20.000000000 +0200
-+++ firefox-60.0/browser/base/content/browser.js 2018-04-30 11:49:51.609458857 +0200
-@@ -1259,6 +1259,9 @@ var gBrowserInit = {
+diff -up firefox-61.0/browser/base/content/browser.js.1424422 firefox-61.0/browser/base/content/browser.js
+diff -up firefox-61.0/browser/base/content/browser-tabsintitlebar.js.1424422 firefox-61.0/browser/base/content/browser-tabsintitlebar.js
+--- firefox-61.0/browser/base/content/browser-tabsintitlebar.js.1424422 2018-06-19 01:03:32.000000000 +0200
++++ firefox-61.0/browser/base/content/browser-tabsintitlebar.js 2018-06-20 14:59:44.121827553 +0200
+@@ -36,6 +36,7 @@ var TabsInTitlebar = {
+ window.addEventListener("resize", this);
- if (AppConstants.CAN_DRAW_IN_TITLEBAR) {
- gDragSpaceObserver.init();
-+ if (AppConstants.platform == "linux") {
-+ gLightThemeObserver.init();
-+ }
- }
-
- BrowserSearch.initPlaceHolder();
-@@ -1826,6 +1829,9 @@ var gBrowserInit = {
+ gDragSpaceObserver.init();
++ gLightThemeObserver.init();
- if (AppConstants.CAN_DRAW_IN_TITLEBAR) {
- gDragSpaceObserver.uninit();
-+ if (AppConstants.platform == "linux") {
-+ gLightThemeObserver.uninit();
-+ }
- }
+ this._initialized = true;
+ this.update();
+@@ -302,6 +303,7 @@ var TabsInTitlebar = {
+ this._menuObserver.disconnect();
+ CustomizableUI.removeListener(this);
+ gDragSpaceObserver.uninit();
++ gLightThemeObserver.uninit();
+ }
+ };
- TabsInTitlebar.uninit();
-@@ -5781,6 +5787,24 @@ var gDragSpaceObserver = {
+@@ -343,3 +345,21 @@ var gDragSpaceObserver = {
+ TabsInTitlebar.update();
},
};
-
++
+var gLightThemeObserver = {
+ init() {
+ Services.obs.addObserver(this, "lightweight-theme-styling-update");
@@ -42,51 +40,10 @@ diff -up firefox-60.0/browser/base/content/browser.js.1424422 firefox-60.0/brows
+ }
+ },
+};
-+
- // Updates the UI density (for touch and compact mode) based on the uidensity pref.
- var gUIDensity = {
- MODE_NORMAL: 0,
-diff -up firefox-60.0/browser/themes/linux/browser.css.1424422 firefox-60.0/browser/themes/linux/browser.css
---- firefox-60.0/browser/themes/linux/browser.css.1424422 2018-04-26 22:07:21.000000000 +0200
-+++ firefox-60.0/browser/themes/linux/browser.css 2018-04-30 11:45:40.388172492 +0200
-@@ -691,12 +691,34 @@ notification[value="translation"] menuli
- padding-bottom: 2px;
- }
-
-+ /* When default theme is used render titlebar command buttons
-+ * according to system config.
-+ *
-+ * When -moz-lwtheme is enabled use similar approach as on Windows platform.
-+ */
-+ .titlebar-button:-moz-lwtheme {
-+ border: none;
-+ margin: 0 !important;
-+ padding: 8px 17px;
-+ }
-+ .titlebar-button:-moz-lwtheme > .toolbarbutton-icon {
-+ width: 12px;
-+ height: 12px;
-+ }
-+ .titlebar-button:hover:-moz-lwtheme {
-+ background-color: Highlight;
-+ }
-+
- /* Render titlebar command buttons according to system config.
- * Use full scale icons here as the Gtk+ does.
- */
- @media (-moz-gtk-csd-minimize-button) {
-- #titlebar-min {
-- -moz-appearance: -moz-window-button-minimize;
-+ #titlebar-min:not(:-moz-lwtheme) {
-+ -moz-appearance: -moz-window-button-minimize;
-+ }
-+ #titlebar-min:-moz-lwtheme {
-+ -moz-appearance: none !important;
-+ list-style-image: url(chrome://browser/skin/window-controls/minimize-themes.svg);
- }
- }
- @media (-moz-gtk-csd-minimize-button: 0) {
-@@ -706,12 +728,20 @@ notification[value="translation"] menuli
+diff -up firefox-61.0/browser/themes/linux/browser.css.1424422 firefox-61.0/browser/themes/linux/browser.css
+--- firefox-61.0/browser/themes/linux/browser.css.1424422 2018-06-19 01:03:33.000000000 +0200
++++ firefox-61.0/browser/themes/linux/browser.css 2018-06-20 14:17:43.193681172 +0200
+@@ -709,12 +709,20 @@ notification[value="translation"] menuli
}
@media (-moz-gtk-csd-maximize-button) {
@@ -109,7 +66,7 @@ diff -up firefox-60.0/browser/themes/linux/browser.css.1424422 firefox-60.0/brow
}
@media (-moz-gtk-csd-maximize-button: 0) {
#titlebar-max {
-@@ -720,9 +750,13 @@ notification[value="translation"] menuli
+@@ -723,9 +731,13 @@ notification[value="translation"] menuli
}
@media (-moz-gtk-csd-close-button) {
@@ -124,26 +81,10 @@ diff -up firefox-60.0/browser/themes/linux/browser.css.1424422 firefox-60.0/brow
}
@media (-moz-gtk-csd-close-button: 0) {
#titlebar-close {
-diff -up firefox-60.0/browser/themes/linux/jar.mn.1424422 firefox-60.0/browser/themes/linux/jar.mn
---- firefox-60.0/browser/themes/linux/jar.mn.1424422 2018-04-26 22:07:20.000000000 +0200
-+++ firefox-60.0/browser/themes/linux/jar.mn 2018-04-30 11:45:40.388172492 +0200
-@@ -49,9 +49,12 @@ browser.jar:
- * skin/classic/browser/preferences/in-content/dialog.css (preferences/in-content/dialog.css)
- skin/classic/browser/preferences/applications.css (preferences/applications.css)
- skin/classic/browser/tabbrowser/tabDragIndicator.png (tabbrowser/tabDragIndicator.png)
--
- skin/classic/browser/sync-desktopIcon.svg (../shared/sync-desktopIcon.svg)
- skin/classic/browser/sync-mobileIcon.svg (../shared/sync-mobileIcon.svg)
-+ skin/classic/browser/window-controls/close-themes.svg (window-controls/close-themes.svg)
-+ skin/classic/browser/window-controls/maximize-themes.svg (window-controls/maximize-themes.svg)
-+ skin/classic/browser/window-controls/minimize-themes.svg (window-controls/minimize-themes.svg)
-+ skin/classic/browser/window-controls/restore-themes.svg (window-controls/restore-themes.svg)
- skin/classic/browser/e10s-64@2x.png (../shared/e10s-64@2x.png)
-
- [extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}] chrome.jar:
-diff -up firefox-60.0/browser/themes/linux/window-controls/close-themes.svg.1424422 firefox-60.0/browser/themes/linux/window-controls/close-themes.svg
---- firefox-60.0/browser/themes/linux/window-controls/close-themes.svg.1424422 2018-04-30 11:45:40.388172492 +0200
-+++ firefox-60.0/browser/themes/linux/window-controls/close-themes.svg 2018-04-30 11:45:40.388172492 +0200
+diff -up firefox-61.0/browser/themes/linux/jar.mn.1424422 firefox-61.0/browser/themes/linux/jar.mn
+diff -up firefox-61.0/browser/themes/linux/window-controls/close-themes.svg.1424422 firefox-61.0/browser/themes/linux/window-controls/close-themes.svg
+--- firefox-61.0/browser/themes/linux/window-controls/close-themes.svg.1424422 2018-06-20 14:17:43.194681169 +0200
++++ firefox-61.0/browser/themes/linux/window-controls/close-themes.svg 2018-06-20 14:17:43.194681169 +0200
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -152,9 +93,9 @@ diff -up firefox-60.0/browser/themes/linux/window-controls/close-themes.svg.1424
+ <path stroke="black" stroke-width="3.6" stroke-opacity=".75" d="M1,1 l 10,10 M1,11 l 10,-10"/>
+ <path stroke="white" stroke-width="1.9" d="M1.75,1.75 l 8.5,8.5 M1.75,10.25 l 8.5,-8.5"/>
+</svg>
-diff -up firefox-60.0/browser/themes/linux/window-controls/maximize-themes.svg.1424422 firefox-60.0/browser/themes/linux/window-controls/maximize-themes.svg
---- firefox-60.0/browser/themes/linux/window-controls/maximize-themes.svg.1424422 2018-04-30 11:45:40.388172492 +0200
-+++ firefox-60.0/browser/themes/linux/window-controls/maximize-themes.svg 2018-04-30 11:45:40.388172492 +0200
+diff -up firefox-61.0/browser/themes/linux/window-controls/maximize-themes.svg.1424422 firefox-61.0/browser/themes/linux/window-controls/maximize-themes.svg
+--- firefox-61.0/browser/themes/linux/window-controls/maximize-themes.svg.1424422 2018-06-20 14:17:43.194681169 +0200
++++ firefox-61.0/browser/themes/linux/window-controls/maximize-themes.svg 2018-06-20 14:17:43.194681169 +0200
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -163,9 +104,9 @@ diff -up firefox-60.0/browser/themes/linux/window-controls/maximize-themes.svg.1
+ <rect stroke="black" stroke-width="3.6" stroke-opacity=".75" x="2" y="2" width="8" height="8"/>
+ <rect stroke="white" stroke-width="1.9" x="2" y="2" width="8" height="8"/>
+</svg>
-diff -up firefox-60.0/browser/themes/linux/window-controls/minimize-themes.svg.1424422 firefox-60.0/browser/themes/linux/window-controls/minimize-themes.svg
---- firefox-60.0/browser/themes/linux/window-controls/minimize-themes.svg.1424422 2018-04-30 11:45:40.388172492 +0200
-+++ firefox-60.0/browser/themes/linux/window-controls/minimize-themes.svg 2018-04-30 11:45:40.388172492 +0200
+diff -up firefox-61.0/browser/themes/linux/window-controls/minimize-themes.svg.1424422 firefox-61.0/browser/themes/linux/window-controls/minimize-themes.svg
+--- firefox-61.0/browser/themes/linux/window-controls/minimize-themes.svg.1424422 2018-06-20 14:17:43.194681169 +0200
++++ firefox-61.0/browser/themes/linux/window-controls/minimize-themes.svg 2018-06-20 14:17:43.194681169 +0200
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -174,9 +115,9 @@ diff -up firefox-60.0/browser/themes/linux/window-controls/minimize-themes.svg.1
+ <line stroke="black" stroke-width="3.6" stroke-opacity=".75" x1="0" y1="6" x2="12" y2="6"/>
+ <line stroke="white" stroke-width="1.9" x1="1" y1="6" x2="11" y2="6"/>
+</svg>
-diff -up firefox-60.0/browser/themes/linux/window-controls/restore-themes.svg.1424422 firefox-60.0/browser/themes/linux/window-controls/restore-themes.svg
---- firefox-60.0/browser/themes/linux/window-controls/restore-themes.svg.1424422 2018-04-30 11:45:40.388172492 +0200
-+++ firefox-60.0/browser/themes/linux/window-controls/restore-themes.svg 2018-04-30 11:45:40.388172492 +0200
+diff -up firefox-61.0/browser/themes/linux/window-controls/restore-themes.svg.1424422 firefox-61.0/browser/themes/linux/window-controls/restore-themes.svg
+--- firefox-61.0/browser/themes/linux/window-controls/restore-themes.svg.1424422 2018-06-20 14:17:43.194681169 +0200
++++ firefox-61.0/browser/themes/linux/window-controls/restore-themes.svg 2018-06-20 14:17:43.194681169 +0200
@@ -0,0 +1,8 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
bgstack15