Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 rok temu |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 rok temu |
Kenneth Myhra
|
d5c7959c45
LibWeb: Let queue_a_microtask() take a JS::HeapFunction
|
1 rok temu |
Lucas CHOLLET
|
676fc5e8c6
LibWeb: Implement HTML::ImageBitmap
|
1 rok temu |
Matthew Olsson
|
3c3ead5ff4
LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance
|
1 rok temu |
Luke Wilde
|
facece1a2a
LibWeb: Implement PerformanceObserver.supportedEntryTypes
|
1 rok temu |
Tim Ledbetter
|
eebdc7bc88
LibWeb: Allow the Performance object to be used by workers
|
1 rok temu |
Tim Ledbetter
|
3c288c96e6
LibWeb: Extract `run_steps_after_a_timeout()` into a separate function
|
1 rok temu |
Andreas Kling
|
40f87f0954
LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope
|
1 rok temu |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok temu |
Shannon Booth
|
6ce0d588ee
Everywhere: Avoid calling from_utf8 on FlyString or String
|
1 rok temu |
Aliaksandr Kalenik
|
4e8654e31b
LibWeb: Use JS::HeapFunction for HTML::Timer callback
|
1 rok temu |
Aliaksandr Kalenik
|
67c727177e
LibWeb: Clear all active timers when document is destroyed
|
1 rok temu |
Luke Wilde
|
56f0b10d14
LibWeb: Fix setTimeout() when there's no active script
|
1 rok temu |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 rok temu |
Luke Wilde
|
af2886449a
LibWeb: Implement PerformanceObserver
|
1 rok temu |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 rok temu |
Luke Wilde
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 lat temu |
Luke Wilde
|
cbe0901706
LibWeb: Implement performance.mark and performance.clearMarks
|
2 lat temu |
Luke Wilde
|
31b507afbf
LibWeb: Introduce Performance Timeline and its Performance functions
|
2 lat temu |
Timothy Flynn
|
2895b7e733
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
|
2 lat temu |
Timothy Flynn
|
dd992e7dad
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
|
2 lat temu |
Linus Groh
|
351e5ca917
LibWeb/HTML: Port Window.queueMicrotask() to IDL
|
2 lat temu |
Linus Groh
|
129ab02470
LibWeb/HTML: Port Window.structuredClone() to IDL
|
2 lat temu |
Linus Groh
|
5cc6b1c4db
LibWeb/HTML: Port Window.fetch() to IDL
|
2 lat temu |
Luke Wilde
|
cdc77407bf
LibWeb: Make WindowOrWorkerGlobalScope#atob use forgiving base64 decode
|
2 lat temu |
Linus Groh
|
1a6b61b0cc
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
|
2 lat temu |