[tor-commits] [tor-browser/esr24] Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee, a=test-only

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:40 UTC 2014


commit bf56c4ddf258ad32644db8deaaea932c9c9b6bcf
Author: Rob Campbell <rcampbell at mozilla.com>
Date:   Wed May 7 10:38:00 2014 -0400

    Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee, a=test-only
---
 browser/devtools/webconsole/test/browser_webconsole_chrome.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/devtools/webconsole/test/browser_webconsole_chrome.js b/browser/devtools/webconsole/test/browser_webconsole_chrome.js
index badd3e5..a04a011 100644
--- a/browser/devtools/webconsole/test/browser_webconsole_chrome.js
+++ b/browser/devtools/webconsole/test/browser_webconsole_chrome.js
@@ -6,7 +6,7 @@
 // Tests that code completion works properly.
 
 function test() {
-  addTab("about:credits");
+  addTab("about:config");
   browser.addEventListener("load", function onLoad() {
     browser.removeEventListener("load", onLoad, true);
     openConsole(null, testChrome);





More information about the tor-commits mailing list