summaryrefslogtreecommitdiff
path: root/mozilla-1434565.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-06 15:06:38 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-06 15:06:38 +0100
commit3aea3055e85d7f367ec5b1347c5b96898e237fd2 (patch)
tree75af62695ed1ca614a5d67293e4561572146995e /mozilla-1434565.patch
parentMerged with firefox-59 (diff)
downloadlibrewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.tar.gz
librewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.tar.bz2
librewolf-fedora-ff-3aea3055e85d7f367ec5b1347c5b96898e237fd2.zip
Removed unused wayland patches
Diffstat (limited to 'mozilla-1434565.patch')
-rw-r--r--mozilla-1434565.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/mozilla-1434565.patch b/mozilla-1434565.patch
deleted file mode 100644
index bb42348..0000000
--- a/mozilla-1434565.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -up mozilla-beta-64737c752ac4af4766ad6f82720818521f3aca24/toolkit/components/remote/nsDBusRemoteService.cpp.1434565 mozilla-beta-64737c752ac4af4766ad6f82720818521f3aca24/toolkit/components/remote/nsDBusRemoteService.cpp
---- mozilla-beta-64737c752ac4af4766ad6f82720818521f3aca24/toolkit/components/remote/nsDBusRemoteService.cpp.1434565 2018-02-01 14:14:38.902873024 +0100
-+++ mozilla-beta-64737c752ac4af4766ad6f82720818521f3aca24/toolkit/components/remote/nsDBusRemoteService.cpp 2018-02-01 14:18:02.906281711 +0100
-@@ -89,7 +89,11 @@ nsDBusRemoteService::OpenURL(DBusMessage
- errorMsg = nsPrintfCString("org.mozilla.%s.Error", mAppName.get());
- reply = dbus_message_new_error(msg, errorMsg.get(), "Wrong argument");
- } else {
-- nsRemoteService::HandleCommandLine(commandLine, nullptr, 0);
-+ guint32 timestamp = gtk_get_current_event_time();
-+ if (timestamp == GDK_CURRENT_TIME) {
-+ timestamp = guint32(g_get_monotonic_time() / 1000);
-+ }
-+ nsRemoteService::HandleCommandLine(commandLine, nullptr, timestamp);
- reply = dbus_message_new_method_return(msg);
- }
-
bgstack15