mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Remove the hand-written XHR bindings in favor of generated ones.
This commit is contained in:
@@ -8,9 +8,6 @@ set(SOURCES
|
||||
Bindings/ScriptExecutionContext.cpp
|
||||
Bindings/WindowObject.cpp
|
||||
Bindings/Wrappable.cpp
|
||||
Bindings/XMLHttpRequestConstructor.cpp
|
||||
Bindings/XMLHttpRequestPrototype.cpp
|
||||
Bindings/XMLHttpRequestWrapper.cpp
|
||||
Bindings/RangeConstructor.cpp
|
||||
Bindings/RangePrototype.cpp
|
||||
Bindings/RangeWrapper.cpp
|
||||
@@ -375,6 +372,7 @@ libweb_js_wrapper(SVG/SVGPathElement)
|
||||
libweb_js_wrapper(SVG/SVGSVGElement)
|
||||
libweb_js_wrapper(UIEvents/MouseEvent)
|
||||
libweb_js_wrapper(UIEvents/UIEvent)
|
||||
libweb_js_wrapper(XHR/XMLHttpRequest)
|
||||
|
||||
get_property(WRAPPER_SOURCES GLOBAL PROPERTY wrapper_sources)
|
||||
set(SOURCES ${SOURCES} ${WRAPPER_SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user