From 3ab00c5957c5424b939b287390660eba50734957 Mon Sep 17 00:00:00 2001 From: Frank-Rainer Grahl Date: Tue, 31 Jan 2017 12:02:33 +0100 Subject: [PATCH] Bug 1335028 - Use only https for connections to hg.mozilla.org in SeaMonkey. r=Ratty a=Ratty --- suite/debugQA/content/debugQAMenuOverlay.xul | 4 ++-- suite/debugQA/install.rdf | 2 +- suite/locales/l10n-aurora.ini | 6 +++--- suite/locales/l10n-beta.ini | 6 +++--- suite/locales/l10n-central.ini | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/suite/debugQA/content/debugQAMenuOverlay.xul b/suite/debugQA/content/debugQAMenuOverlay.xul index f2f95d6f6d..90cfb4005b 100644 --- a/suite/debugQA/content/debugQAMenuOverlay.xul +++ b/suite/debugQA/content/debugQAMenuOverlay.xul @@ -189,9 +189,9 @@ + oncommand="openTopWin('https://hg.mozilla.org/comm-central/pushloghtml?startdate=24+hours+ago&enddate=now');"/> + oncommand="openTopWin('https://hg.mozilla.org/mozilla-central/pushloghtml?startdate=24+hours+ago&enddate=now');"/> diff --git a/suite/debugQA/install.rdf b/suite/debugQA/install.rdf index dc1dfe037f..203647742f 100644 --- a/suite/debugQA/install.rdf +++ b/suite/debugQA/install.rdf @@ -10,7 +10,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> debugQA@mozilla.org - 2.0.1 + 2.0.2 diff --git a/suite/locales/l10n-aurora.ini b/suite/locales/l10n-aurora.ini index 129223b3d6..b201b59d0d 100644 --- a/suite/locales/l10n-aurora.ini +++ b/suite/locales/l10n-aurora.ini @@ -20,17 +20,17 @@ devtools_client = mozilla/devtools/client/locales/l10n.ini [include_toolkit] type = hg mozilla = releases/mozilla-aurora -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = toolkit/locales/l10n.ini [include_services_sync] type = hg mozilla = releases/mozilla-aurora -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = services/sync/locales/l10n.ini [include_devtools_client] type = hg mozilla = releases/mozilla-aurora -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = devtools/client/locales/l10n.ini diff --git a/suite/locales/l10n-beta.ini b/suite/locales/l10n-beta.ini index 1bc5515883..29855feac9 100644 --- a/suite/locales/l10n-beta.ini +++ b/suite/locales/l10n-beta.ini @@ -20,17 +20,17 @@ devtools_client = mozilla/devtools/client/locales/l10n.ini [include_toolkit] type = hg mozilla = releases/mozilla-beta -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = toolkit/locales/l10n.ini [include_services_sync] type = hg mozilla = releases/mozilla-beta -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = services/sync/locales/l10n.ini [include_devtools_client] type = hg mozilla = releases/mozilla-beta -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = devtools/client/locales/l10n.ini diff --git a/suite/locales/l10n-central.ini b/suite/locales/l10n-central.ini index 27b185cf47..bea5ac8ca5 100644 --- a/suite/locales/l10n-central.ini +++ b/suite/locales/l10n-central.ini @@ -20,17 +20,17 @@ devtools_client = mozilla/devtools/client/locales/l10n.ini [include_toolkit] type = hg mozilla = mozilla-central -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = toolkit/locales/l10n.ini [include_services_sync] type = hg mozilla = mozilla-central -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = services/sync/locales/l10n.ini [include_devtools_client] type = hg mozilla = mozilla-central -repo = http://hg.mozilla.org/ +repo = https://hg.mozilla.org/ l10n.ini = devtools/client/locales/l10n.ini