Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-09 | LibWeb: Re-implement HTML::Navigator using IDL | Andrew Kaster | |
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 :^) | |||
2022-02-09 | LibWeb: Add initial implementation for WorkerGlobalScope | Andrew Kaster | |
This initial implementation stubs out the WorkerGlobalScope, WorkerLocation and WorkerNavigator classes. It doesn't take into account all the things that actually need passed into the constructors for these objects, nor the extra abstract operations that need to be performed on them by the rest of the Browser infrastructure. However, it does create bindings that compile and link :^) |