mach_commands.py |
Track all needed test config |
18587 |
manifest.toml |
|
36 |
test_apply_update.py |
(async function() {
let { UpdateUtils } = ChromeUtils.importESModule(
"resource://gre/modules/UpdateUtils.sys.mjs"
);
let url = await UpdateUtils.formatUpdateURL(Services.appinfo.updateURL);
return url;
})().then(arguments[0]);
|
3659 |
test_background_update.py |
If throttled to a lower target version, return both possible versions |
5171 |