r54090 - in /desktop/unstable/epiphany-browser/debian: changelog patches/git_fix-url-bar-lag.patch patches/series

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Mon Sep 25 22:45:30 UTC 2017


Author: jbicha
Date: Mon Sep 25 22:45:30 2017
New Revision: 54090

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54090
Log:
Add git_fix-url-bar-lag.patch (Closes: #875826)

Added:
    desktop/unstable/epiphany-browser/debian/patches/git_fix-url-bar-lag.patch
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/patches/series

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=54090&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog	[utf-8] Mon Sep 25 22:45:30 2017
@@ -1,3 +1,10 @@
+epiphany-browser (3.26.0-2) UNRELEASED; urgency=medium
+
+  * Add git_fix-url-bar-lag.patch:
+    - Fix lag when typing in URL bar (Closes: #875826) (LP: #1719043)
+
+ -- Jeremy Bicha <jbicha at debian.org>  Mon, 25 Sep 2017 18:44:07 -0400
+
 epiphany-browser (3.26.0-1) unstable; urgency=medium
 
   * New upstream release

Added: desktop/unstable/epiphany-browser/debian/patches/git_fix-url-bar-lag.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/git_fix-url-bar-lag.patch?rev=54090&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/git_fix-url-bar-lag.patch	(added)
+++ desktop/unstable/epiphany-browser/debian/patches/git_fix-url-bar-lag.patch	[utf-8] Mon Sep 25 22:45:30 2017
@@ -0,0 +1,29 @@
+From 7963315fd3ac3bc30308ade3d9d8896fed3516da Mon Sep 17 00:00:00 2001
+From: Gabriel Ivascu <gabrielivascu at gnome.org>
+Date: Tue, 26 Sep 2017 01:23:06 +0300
+Subject: sync-service: Handle the case when secret_item_get_secret() returns
+ NULL
+
+https://bugzilla.gnome.org/show_bug.cgi?id=788140
+---
+ lib/sync/ephy-sync-service.c | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/lib/sync/ephy-sync-service.c b/lib/sync/ephy-sync-service.c
+index 02f25de..3501363 100644
+--- a/lib/sync/ephy-sync-service.c
++++ b/lib/sync/ephy-sync-service.c
+@@ -1458,6 +1458,12 @@ load_secrets_cb (SecretService   *service,
+   }
+ 
+   value = secret_item_get_secret ((SecretItem *)res->data);
++  if (!value) {
++    g_warning ("Failed to retrieve the value of the sync secrets");
++    message = _("The sync secrets for the current sync user are invalid.");
++    goto out_error;
++  }
++
+   node = json_from_string (secret_value_get_text (value), &error);
+   if (error) {
+     g_warning ("Sync secrets are not a valid JSON: %s", error->message);
+

Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=54090&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series	[utf-8] Mon Sep 25 22:45:30 2017
@@ -2,3 +2,4 @@
 07_bookmarks.patch
 disable-tests.patch
 dont-make-compulsory.patch
+git_fix-url-bar-lag.patch




More information about the pkg-gnome-commits mailing list