mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
parent
5830ff1f2b
commit
74df182488
232 changed files with 256 additions and 36730 deletions
|
|
@ -81,9 +81,6 @@ DriverInfo = (function() {
|
|||
var versionMatch = /Mac OS X (\d+.\d+)/.exec(navigator.userAgent);
|
||||
version = versionMatch ? parseFloat(versionMatch[1]) : null;
|
||||
|
||||
} else if (runtime.widgetToolkit == 'gonk') {
|
||||
os = OS.B2G;
|
||||
|
||||
} else if (navigator.appVersion.indexOf('Android') != -1) {
|
||||
os = OS.ANDROID;
|
||||
// From layout/tools/reftest/reftest.js:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue