mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1322 - Part 1: Remove the DOM Promise guts.
This removes all the parts guarded by SPIDERMONKEY_PROMISE
This commit is contained in:
parent
ad9793b896
commit
40f99b202a
27 changed files with 66 additions and 4009 deletions
|
|
@ -12,8 +12,6 @@ PREPROCESSED_WEBIDL_FILES = [
|
|||
'HTMLMediaElement.webidl',
|
||||
'Navigator.webidl',
|
||||
'Node.webidl',
|
||||
'Promise.webidl',
|
||||
'PromiseDebugging.webidl',
|
||||
'Window.webidl',
|
||||
]
|
||||
|
||||
|
|
@ -371,6 +369,8 @@ WEBIDL_FILES = [
|
|||
'PresentationRequest.webidl',
|
||||
'ProcessingInstruction.webidl',
|
||||
'ProfileTimelineMarker.webidl',
|
||||
'Promise.webidl',
|
||||
'PromiseDebugging.webidl',
|
||||
'PushEvent.webidl',
|
||||
'PushManager.webidl',
|
||||
'PushManager.webidl',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue