ladybird/Userland/Libraries/LibWeb
2024-04-15 10:11:54 +02:00
..
Animations LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
ARIA
Bindings LibWeb: Let queue_a_microtask() take a JS::HeapFunction 2024-04-14 17:22:26 +02:00
Clipboard
Cookie
Crypto LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier 2024-04-07 07:03:13 +02:00
CSS LibWeb: Try to parse WOFF and WOFF2 even if MIME type says otherwise 2024-04-15 10:01:05 +02:00
DOM LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
DOMParsing
DOMURL
Encoding
Fetch LibWeb/Fetch: Don't crash when a fetch request times out 2024-04-14 13:36:25 +02:00
FileAPI LibWeb: Stop leaking entire realms via Blob URLs 2024-04-03 22:20:50 +02:00
Geometry LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
HighResolutionTime LibWeb: Implement "current high resolution time" AO 2024-04-12 09:08:46 +02:00
HTML LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
Infra
Internals LibWeb: Associate InternalAnimationTimeline with a DOM::Document 2024-03-29 06:59:37 +01:00
IntersectionObserver LibWeb: Don't store root as JS::Handle in IntersectionObserver 2024-04-03 18:14:33 +02:00
Layout LibWeb: Don't limit available space during early height for inline-flex 2024-04-13 14:10:10 +02:00
Loader LibWeb: Use JS::SafeFunction for ResourceLoader callbacks 2024-04-03 18:14:33 +02:00
MathML LibWeb: Add missing visit_edges implementation to MathMLElement 2024-04-06 06:59:36 +02:00
MimeSniff
NavigationTiming LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance 2024-04-07 07:03:13 +02:00
Page LibWeb+LibWebView+WebContent: Remove now-unused history change IPC 2024-04-14 18:53:58 -07:00
Painting LibWeb: Don't draw image alt text frames with "rough" rect 2024-04-14 18:05:48 +02:00
PerformanceTimeline LibWeb: Implement PerformanceObserver.supportedEntryTypes 2024-04-03 07:55:51 +02:00
PermissionsPolicy
Platform Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
ReferrerPolicy
RequestIdleCallback LibWeb: Use "current high resolution time" AO where relevant 2024-04-12 09:08:46 +02:00
ResizeObserver LibWeb: Add missing visits in ResizeObserverEntry 2024-04-02 15:56:05 +02:00
SecureContexts
Selection
SRI
Streams LibWeb: Let queue_a_microtask() take a JS::HeapFunction 2024-04-14 17:22:26 +02:00
SVG LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
UIEvents LibWeb: Implement the PointerEvent interface 2024-04-08 14:25:08 +02:00
UserTiming
WebAssembly LibWeb/WebAssembly: Add missing visit of WebAssembly::Memory::m_buffer 2024-04-05 16:22:54 +02:00
WebAudio LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 2024-04-05 08:14:19 +02:00
WebDriver
WebGL LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
WebIDL LibWeb: Let queue_a_microtask() take a JS::HeapFunction 2024-04-14 17:22:26 +02:00
WebSockets
Worker
XHR LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T> 2024-04-07 18:01:05 +02:00
XLink
XML LibWeb: Use "current high resolution time" AO where relevant 2024-04-12 09:08:46 +02:00
CMakeLists.txt LibWeb: Support "importmap" scripts 2024-04-15 10:11:54 +02:00
Dump.cpp LibWeb: Add SessionHistoryEntry::document() 2024-03-27 18:07:07 +01:00
Dump.h
Forward.h LibWeb: Implement HTML::ImageBitmap 2024-04-08 14:25:36 +02:00
idl_files.cmake LibWeb: Add hashchange event support 2024-04-15 01:02:51 -07:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h