mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibWeb: Convert the Location object to IDL
This includes: - Moving it from Bindings/ to HTML/ - Renaming it from LocationObject to Location - Removing the manual definitions of the constructor and prototype - Removing special handling of the Location interface from the bindings generator - Converting the JS_DEFINE_NATIVE_FUNCTIONs to regular functions returning DeprecatedString instead of PrimitiveString - Adding missing (no-op) setters for the various attributes, which are expected to exist by the bindings generator
This commit is contained in:
parent
78d6de2ec1
commit
afc055c088
19 changed files with 271 additions and 333 deletions
|
@ -144,6 +144,7 @@ libweb_js_bindings(HTML/HTMLUListElement)
|
|||
libweb_js_bindings(HTML/HTMLUnknownElement)
|
||||
libweb_js_bindings(HTML/HTMLVideoElement)
|
||||
libweb_js_bindings(HTML/ImageData)
|
||||
libweb_js_bindings(HTML/Location)
|
||||
libweb_js_bindings(HTML/MessageChannel)
|
||||
libweb_js_bindings(HTML/MessageEvent)
|
||||
libweb_js_bindings(HTML/MessagePort)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue