ladybird/Userland/Libraries/LibWeb
2024-04-24 15:23:45 +02:00
..
Animations LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
ARIA
Bindings LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Clipboard LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Cookie Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Crypto LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier 2024-04-07 07:03:13 +02:00
CSS LibWeb: Parse dimension values using TokenStream 2024-04-22 06:47:05 +02:00
DOM LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
DOMParsing LibWeb: Only invalidate style/layout on mutation for connected DOM nodes 2024-04-15 12:58:27 +02:00
DOMURL
Encoding
Fetch LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
FileAPI LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Geometry LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
HighResolutionTime LibWeb: Implement "current high resolution time" AO 2024-04-12 09:08:46 +02:00
HTML LibWeb: Add map element areas property 2024-04-24 15:23:45 +02:00
Infra
Internals LibWeb: Associate InternalAnimationTimeline with a DOM::Document 2024-03-29 06:59:37 +01:00
IntersectionObserver LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
Layout LibWeb: Fix division by zero in solve_replaced_size_constraint() 2024-04-23 16:21:48 +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 Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
Painting LibWeb: Add background-clip: text support for InlinePaintable 2024-04-23 12:50:07 +02:00
PerformanceTimeline LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
PermissionsPolicy
Platform LibWeb: Convert callers of ImageCodecPlugin to the async API 2024-04-23 12:32:04 -06:00
ReferrerPolicy
RequestIdleCallback LibWeb: Use "current high resolution time" AO where relevant 2024-04-12 09:08:46 +02:00
ResizeObserver LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
SecureContexts
Selection
SRI
Streams LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
SVG LibWeb: Make NavigationParams be GC-allocated 2024-04-22 17:10:11 +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 LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
WebDriver
WebGL LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
WebIDL Ladybird+LibWeb: Add optional IDL call tracing 2024-04-16 16:57:06 +02:00
WebSockets
Worker Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
XHR LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T> 2024-04-07 18:01:05 +02:00
XLink
XML LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
CMakeLists.txt LibWeb: Make NavigationParams be GC-allocated 2024-04-22 17:10:11 +02:00
Dump.cpp
Dump.h
Forward.h LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
idl_files.cmake LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h