Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-06-12 22:15:24 +08:00
commit 0444ab984c
32 changed files with 1394 additions and 58 deletions

View file

@ -17,6 +17,8 @@ PREPROCESSED_WEBIDL_FILES = [
]
WEBIDL_FILES = [
'AbortController.webidl',
'AbortSignal.webidl',
'AbstractWorker.webidl',
'AnalyserNode.webidl',
'Animatable.webidl',
@ -142,6 +144,7 @@ WEBIDL_FILES = [
'FakePluginTagInit.webidl',
'Fetch.webidl',
'FetchEvent.webidl',
'FetchObserver.webidl',
'File.webidl',
'FileList.webidl',
'FileMode.webidl',
@ -646,10 +649,10 @@ WEBIDL_FILES += [
# We only expose our prefable test interfaces in debug builds, just to be on
# the safe side.
if CONFIG['MOZ_DEBUG']:
WEBIDL_FILES += ['TestFunctions.webidl',
'TestInterfaceJS.webidl',
'TestInterfaceJSDictionaries.webidl',
'TestInterfaceJSMaplikeSetlikeIterable.webidl']
WEBIDL_FILES += [
'TestInterfaceJS.webidl',
'TestInterfaceJSDictionaries.webidl',
]
if CONFIG['MOZ_SECUREELEMENT']:
WEBIDL_FILES += [