mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 00:43:07 +09:00
fix master branch build
This commit is contained in:
parent
e1a84dd730
commit
d8c66d5b56
3 changed files with 6 additions and 5 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
dom/html/test/mochitest.ini eol=crlf
|
||||
|
|
@ -605,7 +605,7 @@ skip-if = os == "android" # up/down arrow keys not supported on android
|
|||
[test_bug1295719_event_sequence_for_number_keys.html]
|
||||
[test_bug1310865.html]
|
||||
[test_bug1315146.html]
|
||||
+[test_script_module.html]
|
||||
+support-files =
|
||||
+ file_script_module.html
|
||||
+ file_script_nomodule.html
|
||||
[test_script_module.html]
|
||||
support-files =
|
||||
file_script_module.html
|
||||
file_script_nomodule.html
|
||||
|
|
@ -32,8 +32,8 @@ EXTRA_JS_MODULES += [
|
|||
'../extensions/DeferredSave.jsm',
|
||||
'../extensions/GMPUtils.jsm',
|
||||
'AddonManager.jsm',
|
||||
'LightweightThemeManager.jsm',
|
||||
'GMPInstallManager.jsm',
|
||||
'LightweightThemeManager.jsm',
|
||||
]
|
||||
|
||||
JAR_MANIFESTS += ['jar.mn']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue