[epiphany] Temporarily disable HTTPS Everywhere ruleset updates
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Temporarily disable HTTPS Everywhere ruleset updates
- Date: Tue, 25 Oct 2016 02:43:42 +0000 (UTC)
commit 422ee5bab2a88d57fe7ef86284a58b3eca48919c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Oct 24 21:26:09 2016 -0500
Temporarily disable HTTPS Everywhere ruleset updates
embed/ephy-uri-tester.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-uri-tester.c b/embed/ephy-uri-tester.c
index 4de983e..8e2cf27 100644
--- a/embed/ephy-uri-tester.c
+++ b/embed/ephy-uri-tester.c
@@ -977,6 +977,7 @@ handle_deferred_request (DeferredRequest *request,
request->invocation);
}
+#if 0
static void
https_everywhere_update_cb (HTTPSEverywhereUpdater *updater,
GAsyncResult *result)
@@ -994,10 +995,15 @@ https_everywhere_update_cb (HTTPSEverywhereUpdater *updater,
g_object_unref (updater);
}
+#endif
static void
ephy_uri_tester_update_https_everywhere_rulesets (EphyUriTester *tester)
{
+#if 0
+ // Temporarily disabled because the lock file is not getting removed properly
+ // during tests, causing test failures.
+
HTTPSEverywhereUpdater *updater;
/* We might want to be smarter about this in the future. For now,
@@ -1011,6 +1017,7 @@ ephy_uri_tester_update_https_everywhere_rulesets (EphyUriTester *tester)
tester->cancellable,
(GAsyncReadyCallback)https_everywhere_update_cb,
NULL);
+#endif
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]