- Add mozilla-bmo1360278.patch

The new config entry is named ui.context_menus.after_mouseup
  (default : false).

- Allow experimental CSD for Gtk3 (bmo#1399611) if available and enabled
  widget.allow-client-side-decoration=true
  (mozilla-bmo1399611-csd.patch)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=615
This commit is contained in:
Wolfgang Rosenauer 2017-11-24 22:07:36 +00:00 committed by Git OBS Bridge
parent e0fb118b81
commit 06e8aeb58c
4 changed files with 1758 additions and 14 deletions

View File

@ -1,22 +1,20 @@
-------------------------------------------------------------------
Tue Nov 21 09:00:48 UTC 2017 - christophe@krop.fr
- Add firefox-show-context-menu-on-mouse-release.patch
This is upstream's version of the previous patch creating a
preference to restore the Firefox < 57 behaviour.
The new config entry is named ui.context_menus.after_mouseup
(default : false). Fixes bmo#1360278.
- Drop show-context-menu-on-mouse-release.patch (replaced with
firefox-show-context-menu-on-mouse-release.patch)
-------------------------------------------------------------------
Wed Nov 15 11:21:16 UTC 2017 - christophe@krop.fr
- Add show-context-menu-on-mouse-release.patch.
- Add mozilla-bmo1360278.patch
Starting with Firefox 57, the context menu appears on key press.
This patch creates a config entry to restore the
old behaviour. Without the patch, the mouse gesture extensions
require 2 clicks to work (bmo#1360278).
The new config entry is named ui.context_menus.after_mouseup
(default : false).
-------------------------------------------------------------------
Sat Nov 18 08:35:21 UTC 2017 - wr@rosenauer.org
- Allow experimental CSD for Gtk3 (bmo#1399611) if available and enabled
widget.allow-client-side-decoration=true
(mozilla-bmo1399611-csd.patch)
-------------------------------------------------------------------
Wed Nov 15 06:46:06 UTC 2017 - wr@rosenauer.org

View File

@ -153,11 +153,12 @@ Patch5: mozilla-no-stdcxx-check.patch
Patch6: mozilla-reduce-files-per-UnifiedBindings.patch
Patch7: mozilla-aarch64-startup-crash.patch
Patch8: mozilla-bindgen-systemlibs.patch
Patch9: mozilla-bmo1360278.patch
Patch10: mozilla-bmo1399611-csd.patch
# Firefox/browser
Patch101: firefox-kde.patch
Patch102: firefox-no-default-ualocale.patch
Patch103: firefox-branded-icons.patch
Patch104: firefox-show-context-menu-on-mouse-release.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires(post): coreutils shared-mime-info desktop-file-utils
@ -265,11 +266,12 @@ cd $RPM_BUILD_DIR/mozilla
%endif
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
# Firefox
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
%build
# no need to add build time to binaries

1744
mozilla-bmo1399611-csd.patch Normal file

File diff suppressed because it is too large Load Diff