From eacdb7c6e33641b02fea4c79b045dcc980307c8c Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Sat, 4 Feb 2017 14:45:36 +0100 Subject: [PATCH] Bug 1336715 - Use https://hg.mozilla.org instead of http in devtools comments. r=pbro MozReview-Commit-ID: iSeSOEv0B --HG-- extra : rebase_source : 26e63413aa3e585a1248a8654d4719ce64808c76 --- devtools/client/debugger/new/debugger.js | 8 ++++---- devtools/client/themes/webconsole.css | 2 +- devtools/docs/README.md | 2 +- devtools/server/actors/tab.js | 4 ++-- devtools/shared/webconsole/network-helper.js | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devtools/client/debugger/new/debugger.js b/devtools/client/debugger/new/debugger.js index a5630bda9fb1..69a1f9092bed 100644 --- a/devtools/client/debugger/new/debugger.js +++ b/devtools/client/debugger/new/debugger.js @@ -8899,7 +8899,7 @@ var Debugger = * => state === "insecure" * * - request is HTTPS but it uses a weak cipher or old protocol, see - * http://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ + * https://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ * security/manager/ssl/nsNSSCallbacks.cpp#l1233 * - request is mixed content (which makes no sense whatsoever) * => .securityState has STATE_IS_BROKEN flag @@ -9072,7 +9072,7 @@ var Debugger = const wpl = Ci.nsIWebProgressListener; // If there's non-fatal security issues the request has STATE_IS_BROKEN - // flag set. See http://hg.mozilla.org/mozilla-central/file/44344099d119 + // flag set. See https://hg.mozilla.org/mozilla-central/file/44344099d119 // /security/manager/ssl/nsNSSCallbacks.cpp#l1233 let reasons = []; @@ -37590,7 +37590,7 @@ var Debugger = * => state === "insecure" * * - request is HTTPS but it uses a weak cipher or old protocol, see - * http://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ + * https://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ * security/manager/ssl/nsNSSCallbacks.cpp#l1233 * - request is mixed content (which makes no sense whatsoever) * => .securityState has STATE_IS_BROKEN flag @@ -37763,7 +37763,7 @@ var Debugger = const wpl = Ci.nsIWebProgressListener; // If there's non-fatal security issues the request has STATE_IS_BROKEN - // flag set. See http://hg.mozilla.org/mozilla-central/file/44344099d119 + // flag set. See https://hg.mozilla.org/mozilla-central/file/44344099d119 // /security/manager/ssl/nsNSSCallbacks.cpp#l1233 let reasons = []; diff --git a/devtools/client/themes/webconsole.css b/devtools/client/themes/webconsole.css index 361c2ef5917b..5ea9a7cc1455 100644 --- a/devtools/client/themes/webconsole.css +++ b/devtools/client/themes/webconsole.css @@ -653,7 +653,7 @@ a.learn-more-link.webconsole-learn-more-link { /* * This hardcoded width likely due to a toolkit Windows specific bug. - * See http://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 + * See https://hg.mozilla.org/mozilla-central/annotate/f38d6df93cad/toolkit/themes/winstripe/global/textbox-aero.css#l7 */ :root[platform="win"] .hud-filter-box { diff --git a/devtools/docs/README.md b/devtools/docs/README.md index 163445fb3adb..e2a3b8e9e9bb 100644 --- a/devtools/docs/README.md +++ b/devtools/docs/README.md @@ -17,7 +17,7 @@ this information is documented on the A very quick version: ``` -$ hg clone http://hg.mozilla.org/integration/fx-team +$ hg clone https://hg.mozilla.org/integration/mozilla-inbound $ ./mach build $ ./mach run -P development ``` diff --git a/devtools/server/actors/tab.js b/devtools/server/actors/tab.js index 017bdfdc1a23..e129f251b631 100644 --- a/devtools/server/actors/tab.js +++ b/devtools/server/actors/tab.js @@ -676,10 +676,10 @@ TabActor.prototype = { // (chrome-)webnavigation-create is fired very early during docshell // construction. In new root docshells within child processes, involving // TabChild, this event is from within this call: - // http://hg.mozilla.org/mozilla-central/annotate/74d7fb43bb44/dom/ipc/TabChild.cpp#l912 + // https://hg.mozilla.org/mozilla-central/annotate/74d7fb43bb44/dom/ipc/TabChild.cpp#l912 // whereas the chromeEventHandler (and most likely other stuff) is set // later: - // http://hg.mozilla.org/mozilla-central/annotate/74d7fb43bb44/dom/ipc/TabChild.cpp#l944 + // https://hg.mozilla.org/mozilla-central/annotate/74d7fb43bb44/dom/ipc/TabChild.cpp#l944 // So wait a tick before watching it: DevToolsUtils.executeSoon(() => { // Bug 1142752: sometimes, the docshell appears to be immediately diff --git a/devtools/shared/webconsole/network-helper.js b/devtools/shared/webconsole/network-helper.js index 23f9762ec929..7a43436562b2 100644 --- a/devtools/shared/webconsole/network-helper.js +++ b/devtools/shared/webconsole/network-helper.js @@ -570,7 +570,7 @@ var NetworkHelper = { * => state === "insecure" * * - request is HTTPS but it uses a weak cipher or old protocol, see - * http://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ + * https://hg.mozilla.org/mozilla-central/annotate/def6ed9d1c1a/ * security/manager/ssl/nsNSSCallbacks.cpp#l1233 * - request is mixed content (which makes no sense whatsoever) * => .securityState has STATE_IS_BROKEN flag @@ -745,7 +745,7 @@ var NetworkHelper = { const wpl = Ci.nsIWebProgressListener; // If there's non-fatal security issues the request has STATE_IS_BROKEN - // flag set. See http://hg.mozilla.org/mozilla-central/file/44344099d119 + // flag set. See https://hg.mozilla.org/mozilla-central/file/44344099d119 // /security/manager/ssl/nsNSSCallbacks.cpp#l1233 let reasons = [];