Jamie Mansfield
|
a034d1e675
LibWeb/HighResolutionTime: Add missing visit to Performance
|
11 months ago |
Colin Reeder
|
14267b5d63
LibWeb: Add stub implementation of performance.navigation
|
11 months ago |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 year ago |
Matthew Olsson
|
3c3ead5ff4
LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance
|
1 year ago |
Tim Ledbetter
|
eebdc7bc88
LibWeb: Allow the Performance object to be used by workers
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Tim Ledbetter
|
ee765e241e
LibWeb: Allow performance timestamps to have sub-millisecond precision
|
1 year ago |
Tim Ledbetter
|
05c571bf9b
LibWeb: Use a precise timer for performance timestamps
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 year ago |
Idan Horowitz
|
20734ac335
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Luke Wilde
|
af2886449a
LibWeb: Implement PerformanceObserver
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 years ago |
kleines Filmröllchen
|
fc5cab5c21
Everywhere: Use MonotonicTime instead of Duration
|
2 years ago |
Luke Wilde
|
036e1e1bcf
LibWeb: Implement performance.{measure,clearMeasures}
|
2 years 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
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Andrew Kaster
|
4afa6e264c
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
|
2 years ago |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
5f4d4ffe39
LibWeb: Make PerformanceTiming GC-allocated
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 years ago |