Natsuki Ikeguchi
|
ccb3a2f7ad
|
LibWeb: Add initial implementation of global.reportError()
|
2024-07-07 13:53:01 +01:00 |
|
Shannon Booth
|
4fe0cbcf85
|
LibWeb: Use 'FIXME' extended attribute where possible
This improves the debuggability of many live web pages :^)
|
2024-05-19 16:24:11 +02:00 |
|
Shannon Booth
|
8d5665ebe1
|
LibWeb: Add stub for IDBFactory
|
2024-05-19 16:24:11 +02:00 |
|
Lucas CHOLLET
|
676fc5e8c6
|
LibWeb: Implement HTML::ImageBitmap
And the two methods of `WindowOrWorkerGlobalScope` that are used as
constructors for it.
|
2024-04-08 14:25:36 +02:00 |
|
Tim Ledbetter
|
eebdc7bc88
|
LibWeb: Allow the Performance object to be used by workers
|
2024-04-02 07:46:16 +02:00 |
|
Timothy Flynn
|
0aa4466ce9
|
LibWeb: Port {set,clear}{Timeout,Interval} to IDL
|
2023-03-14 09:07:40 -04:00 |
|
Linus Groh
|
351e5ca917
|
LibWeb/HTML: Port Window.queueMicrotask() to IDL
|
2023-03-07 23:33:34 +00:00 |
|
Linus Groh
|
129ab02470
|
LibWeb/HTML: Port Window.structuredClone() to IDL
|
2023-03-07 23:33:34 +00:00 |
|
Linus Groh
|
5cc6b1c4db
|
LibWeb/HTML: Port Window.fetch() to IDL
|
2023-03-07 23:33:34 +00:00 |
|
Sam Atkins
|
b456adcb59
|
LibWeb: Extract the WindowOrWorkerGlobalScope IDL mixin
`Window` itself isn't generated from an IDL file so it doesn't get to
make use of this mixin, but it ideally would do so.
|
2022-07-29 17:15:49 +01:00 |
|