mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1053 - Part 2a: Remove android from /layout (partial)
This removes android code from base, build, forms, generic, inspector, style, printing, tools and xul.
This commit is contained in:
parent
b21588597c
commit
7167c960d0
43 changed files with 56 additions and 540 deletions
13
layout/tools/reftest/bootstrap.js
vendored
13
layout/tools/reftest/bootstrap.js
vendored
|
|
@ -33,12 +33,6 @@ var WindowListener = {
|
|||
};
|
||||
|
||||
function startup(data, reason) {
|
||||
if (Services.appinfo.OS == "Android") {
|
||||
Cm.addBootstrappedManifestLocation(data.installPath);
|
||||
Services.wm.addListener(WindowListener);
|
||||
return;
|
||||
}
|
||||
|
||||
let orig = Services.wm.getMostRecentWindow("navigator:browser");
|
||||
|
||||
let ios = Cc["@mozilla.org/network/io-service;1"]
|
||||
|
|
@ -61,12 +55,7 @@ function startup(data, reason) {
|
|||
}
|
||||
|
||||
function shutdown(data, reason) {
|
||||
if (Services.appinfo.OS == "Android") {
|
||||
Services.wm.removeListener(WindowListener);
|
||||
Cm.removedBootstrappedManifestLocation(data.installPath);
|
||||
OnRefTestUnload();
|
||||
Cu.unload("chrome://reftest/content/reftest.jsm");
|
||||
}
|
||||
// Any special shutdown commands go here.
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue