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
|
|
@ -99,9 +99,7 @@ var innerRuleInfo = [
|
|||
if (aException) {
|
||||
return false;
|
||||
}
|
||||
if (navigator.oscpu.match(/Linux/) ||
|
||||
navigator.oscpu.match(/Android/) ||
|
||||
SpecialPowers.Services.appinfo.name == "B2G") {
|
||||
if (navigator.oscpu.match(/Linux/)) {
|
||||
return true;
|
||||
}
|
||||
return Math.abs(width - (aApplied ? monospaceWidth : serifWidth)) <= 1; // bug 769194 prevents local()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue