ladybird/Userland/Libraries/LibWeb
2024-04-14 02:42:53 -07:00
..
Animations LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
ARIA
Bindings LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +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: Generalize support for dimension attributes 2024-04-11 18:41:57 +02:00
DOM LibWeb: Add methods to Document that must do nothing 2024-04-14 10:45:43 +02:00
DOMParsing
DOMURL
Encoding
Fetch LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +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+LibWebView+WebContent: Add did_change_url() IPC call 2024-04-14 02:42:53 -07: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: Add did_change_url() IPC call 2024-04-14 02:42:53 -07:00
Painting LibWeb: Remove RecordingPainter::paint_frame() 2024-04-13 20:25:48 -07: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: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +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: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +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: Add popstate event support 2024-04-11 21:25:06 +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 popstate event support 2024-04-11 21:25:06 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h