Timothy Flynn
|
32a22c49e3
LibWeb: Move StructuredSerializeOptions to its own header
|
9 months ago |
Tim Ledbetter
|
579a289d3d
LibWeb: Fire error event when script has an execution error
|
9 months ago |
Tim Ledbetter
|
89b6cd3fb1
LibWeb: Expose `crypto` object to workers
|
10 months ago |
Natsuki Ikeguchi
|
ccb3a2f7ad
LibWeb: Add initial implementation of global.reportError()
|
1 year ago |
Timothy Flynn
|
eb3b8f8ee4
LibWeb: Implement EventSource for server-sent events
|
1 year ago |
Shannon Booth
|
8d5665ebe1
LibWeb: Add stub for IDBFactory
|
1 year ago |
Lucas CHOLLET
|
676fc5e8c6
LibWeb: Implement HTML::ImageBitmap
|
1 year ago |
Luke Wilde
|
facece1a2a
LibWeb: Implement PerformanceObserver.supportedEntryTypes
|
1 year ago |
Tim Ledbetter
|
eebdc7bc88
LibWeb: Allow the Performance object to be used by workers
|
1 year ago |
Tim Ledbetter
|
3c288c96e6
LibWeb: Extract `run_steps_after_a_timeout()` into a separate function
|
1 year ago |
Andreas Kling
|
40f87f0954
LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope
|
1 year ago |
Aliaksandr Kalenik
|
e7a3040c9f
LibWeb: Do not use JS::Handle for TimerHandler
|
1 year ago |
Aliaksandr Kalenik
|
67c727177e
LibWeb: Clear all active timers when document is destroyed
|
1 year ago |
Luke Wilde
|
56f0b10d14
LibWeb: Fix setTimeout() when there's no active script
|
1 year ago |
Luke Wilde
|
af2886449a
LibWeb: Implement PerformanceObserver
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Luke Wilde
|
cbe0901706
LibWeb: Implement performance.mark and performance.clearMarks
|
2 years ago |
Luke Wilde
|
31b507afbf
LibWeb: Introduce Performance Timeline and its Performance functions
|
2 years ago |
Timothy Flynn
|
2895b7e733
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
|
2 years ago |
Timothy Flynn
|
dd992e7dad
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
|
2 years ago |
Linus Groh
|
351e5ca917
LibWeb/HTML: Port Window.queueMicrotask() to IDL
|
2 years ago |
Linus Groh
|
129ab02470
LibWeb/HTML: Port Window.structuredClone() to IDL
|
2 years ago |
Linus Groh
|
5cc6b1c4db
LibWeb/HTML: Port Window.fetch() to IDL
|
2 years ago |
Linus Groh
|
1a6b61b0cc
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
|
2 years ago |