зеркало из https://github.com/mozilla/gecko-dev.git
bug 840592 - two tests XPCWrappedJS on wrong thread via JS nsISystemProxySettings implementations r=jduell
This commit is contained in:
Родитель
fe33c0763d
Коммит
0117eecc43
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче