3332f58 Merge pull request #1330 from MoonchildProductions/DOM-promise-removal

38 files Merged by New Tobin Paradigm 4 years ago, Committed by GitHub 4 years ago,
38 files changed. 347 lines added. 4339 lines removed.
build/docs/mozinfo.rst
file modified
+0 -8
dom/bindings/BindingUtils.cpp
file modified
+0 -37
dom/bindings/Bindings.conf
file modified
+0 -4
dom/bindings/Codegen.py
file modified
+228 -260
dom/bindings/Configuration.py
file modified
+0 -7
dom/bindings/Errors.msg
file modified
+0 -5
dom/bindings/ToJSValue.cpp
file modified
+1 -5
dom/bindings/ToJSValue.h
file modified
+0 -2
dom/bindings/TypedArray.h
file modified
+1 -1
dom/bindings/parser/WebIDL.py
file modified
+56 -40
dom/bindings/parser/tests/test_distinguishability.py
file modified
+0 -1
dom/bindings/parser/tests/test_promise.py
file modified
+0 -4
dom/promise/Promise.cpp
file modified
+50 -2360
dom/promise/Promise.h
file modified
+0 -319
dom/promise/PromiseCallback.cpp
file removed
-571
dom/promise/PromiseCallback.h
file removed
-203
dom/promise/PromiseDebugging.cpp
file modified
+0 -221
dom/promise/PromiseDebugging.h
file modified
+0 -20
dom/promise/moz.build
file modified
+1 -2
dom/webidl/Promise.webidl
file modified
+2 -59
dom/webidl/PromiseDebugging.webidl
file modified
+0 -44
dom/webidl/TestInterfaceJS.webidl
file modified
+1 -1
dom/webidl/moz.build
file modified
+2 -2
js/moz.configure
file modified
+0 -13
js/src/builtin/TestingFunctions.cpp
file modified
+0 -53
js/src/jsapi-tests/moz.build
file modified
+1 -5
js/src/jsprototypes.h
file modified
+1 -7
js/src/moz.build
file modified
+1 -3
js/src/shell/js.cpp
file modified
+0 -22
js/src/vm/Debugger.cpp
file modified
+0 -12
js/src/vm/Debugger.h
file modified
+0 -14
js/src/vm/GlobalObject.cpp
file modified
+0 -2
js/src/wasm/WasmJS.cpp
file modified
+0 -4
js/xpconnect/src/Sandbox.cpp
file modified
+0 -7
js/xpconnect/src/XPCConvert.cpp
file modified
+0 -4
python/mozbuild/mozbuild/mozinfo.py
file modified
+0 -1
xpcom/base/CycleCollectedJSContext.cpp
file modified
+0 -6
xpcom/base/CycleCollectedJSContext.h
file modified
+2 -10
    Merge pull request #1330 from MoonchildProductions/DOM-promise-removal
    
    DOM `Promise` removal
        
file modified
+0 -8
file modified
+0 -37
file modified
+0 -4
file modified
+228 -260
file modified
+0 -5
file modified
+1 -5
file modified
+0 -2
file modified
+1 -1
file modified
+56 -40
file modified
+50 -2360
file modified
+0 -319
file modified
+1 -2
file modified
+2 -59
file modified
+2 -2
file modified
+0 -13
file modified
+1 -5
file modified
+1 -7
file modified
+1 -3
file modified
+0 -22
file modified
+0 -12
file modified
+0 -14
file modified
+0 -2
file modified
+0 -4
file modified
+0 -7