bug 840592 - two tests XPCWrappedJS on wrong thread via JS nsISystemProxySettings implementations r=jduell

This commit is contained in:
Patrick McManus 2013-02-14 09:32:31 -05:00
parent 2571f42179
commit 0ba9803546
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ var systemSettings = {
throw Components.results.NS_ERROR_NOT_IMPLEMENTED;
},
mainThreadOnly: true,
PACURI: "http://localhost:4444/redirect",
getProxyForURI: function(aURI) {
throw Components.results.NS_ERROR_NOT_IMPLEMENTED;

View File

@ -138,6 +138,7 @@ let PACSystemSettings = {
// Replace this URI for each test to avoid caching. We want to ensure that
// each test gets a completely fresh setup.
mainThreadOnly: true,
PACURI: null,
getProxyForURI: function getProxyForURI(aURI) {
throw Cr.NS_ERROR_NOT_IMPLEMENTED;