| mach_commands.py |
Track all needed test config |
22214 |
| manifest.toml |
|
36 |
| test_apply_update.py |
(async function() {
const checker = Cc["@mozilla.org/updates/update-checker;1"].getService(Ci.nsIUpdateChecker);
let url = await checker.wrappedJSObject.getUpdateURL(checker.BACKGROUND_CHECK);
return url;
})().then(arguments[0]);
|
4228 |
| test_background_update.py |
If throttled to a lower target version, return both possible versions |
5999 |