зеркало из https://github.com/mozilla/gecko-dev.git
Bug 656099 - bustage fix: add a null param to scheduleUpdate calls. CLOSED TREE
Bug 536295 changed the API, but these calls were missed.
This commit is contained in:
Родитель
55f9653a14
Коммит
fbd92c4b61
|
@ -94,7 +94,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -93,7 +93,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -98,7 +98,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -97,7 +97,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -101,7 +101,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -100,7 +100,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -97,7 +97,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
|
@ -96,7 +96,8 @@ function run_test()
|
|||
var us = Cc["@mozilla.org/offlinecacheupdate-service;1"].
|
||||
getService(Ci.nsIOfflineCacheUpdateService);
|
||||
us.scheduleUpdate(make_uri("http://localhost:4444/manifest"),
|
||||
make_uri("http://localhost:4444/masterEntry"));
|
||||
make_uri("http://localhost:4444/masterEntry"),
|
||||
null);
|
||||
|
||||
do_test_pending();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче