mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout out patch for Bug 463256.
This commit is contained in:
parent
63eb5825cc
commit
fcd12984e5
@ -268,14 +268,6 @@ PrivateBrowsingService.prototype = {
|
|||||||
getService(Ci.nsIHttpAuthManager);
|
getService(Ci.nsIHttpAuthManager);
|
||||||
authMgr.clearAll();
|
authMgr.clearAll();
|
||||||
|
|
||||||
// Prevent any SSL sockets from remaining open (bug 463256)
|
|
||||||
let ios = Cc["@mozilla.org/network/io-service;1"].
|
|
||||||
getService(Ci.nsIIOService);
|
|
||||||
if (!ios.offline) {
|
|
||||||
ios.offline = true;
|
|
||||||
ios.offline = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!this._inPrivateBrowsing) {
|
if (!this._inPrivateBrowsing) {
|
||||||
// Clear the error console
|
// Clear the error console
|
||||||
let consoleService = Cc["@mozilla.org/consoleservice;1"].
|
let consoleService = Cc["@mozilla.org/consoleservice;1"].
|
||||||
|
@ -56,7 +56,6 @@ _BROWSER_TEST_FILES = \
|
|||||||
browser_privatebrowsing_crh.js \
|
browser_privatebrowsing_crh.js \
|
||||||
browser_privatebrowsing_windowtitle.js \
|
browser_privatebrowsing_windowtitle.js \
|
||||||
browser_privatebrowsing_windowtitle_page.html \
|
browser_privatebrowsing_windowtitle_page.html \
|
||||||
browser_privatebrowsing_sslsite_transition.js \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libs:: $(_BROWSER_TEST_FILES)
|
libs:: $(_BROWSER_TEST_FILES)
|
||||||
|
Loading…
Reference in New Issue
Block a user