mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
LibWeb: Re-implement HTML::Navigator using IDL
Get rid of the bespoke NavigatorObject class and use the modern IDL strategies for creating platform objects to re-implement Navigator and its associcated mixin interfaces. While we're here, implement it in a way that brings WorkerNavigator up to spec :^)
This commit is contained in:
parent
14e1513077
commit
2d5bee256e
27 changed files with 343 additions and 208 deletions
|
@ -146,6 +146,7 @@ libweb_js_bindings(HTML/ImageData)
|
|||
libweb_js_bindings(HTML/MessageChannel)
|
||||
libweb_js_bindings(HTML/MessageEvent)
|
||||
libweb_js_bindings(HTML/MessagePort)
|
||||
libweb_js_bindings(HTML/Navigator)
|
||||
libweb_js_bindings(HTML/PageTransitionEvent)
|
||||
libweb_js_bindings(HTML/Path2D)
|
||||
libweb_js_bindings(HTML/PromiseRejectionEvent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue