1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Libraries/LibWeb
2024-04-08 17:24:48 -04:00
..
Animations LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
ARIA LibWeb: Return correct RoleType for composite ARIA role 2024-01-27 14:52:41 -05:00
Bindings LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 2024-04-05 08:14:19 +02:00
Clipboard LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Cookie
Crypto LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier 2024-04-07 07:03:13 +02:00
CSS LibWeb: Always log debug message about failure to parse CSS fonts 2024-04-07 19:15:23 +02:00
DOM LibWeb: Allow executing scripts for iframes with src=about:blank 2024-04-08 21:27:34 +02:00
DOMParsing LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
DOMURL AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Encoding LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Fetch LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> 2024-04-07 18:01:05 +02:00
FileAPI LibWeb: Stop leaking entire realms via Blob URLs 2024-04-03 22:20:50 +02:00
Geometry LibWeb: Add {,de}serialization steps for DOMQuad 2024-03-20 09:16:01 +01:00
HighResolutionTime LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance 2024-04-07 07:03:13 +02:00
HTML LibWeb: Add support for select options disabled state 2024-04-08 17:24:48 -04:00
Infra LibWeb: Implement an AO to normalize newlines in a string 2024-03-16 13:11:57 +01:00
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: Split SVGFormattingContext up into functions 2024-04-08 14:24:35 +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 LibWeb/MimeSniff: Add non-standard text or binary context sniffing 2024-02-02 14:34:17 -05:00
NavigationTiming LibWeb: Don't store WindowOrWorkerGlobalScopeMixin in Performance 2024-04-07 07:03:13 +02:00
Page LibWeb: Refactor SelectItem to allow selecting options without value 2024-04-08 17:24:48 -04:00
Painting LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier 2024-04-07 07:03:13 +02:00
PerformanceTimeline LibWeb: Implement PerformanceObserver.supportedEntryTypes 2024-04-03 07:55:51 +02:00
PermissionsPolicy AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Platform
ReferrerPolicy AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
RequestIdleCallback LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
ResizeObserver LibWeb: Add missing visits in ResizeObserverEntry 2024-04-02 15:56:05 +02:00
SecureContexts AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Selection LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SRI
Streams LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T> 2024-04-07 18:01:05 +02:00
SVG LibWeb: Fix a few "missing visit_edges" warnings from the GC verifier 2024-04-07 07:03:13 +02:00
UIEvents LibWeb: Implement the PointerEvent interface 2024-04-08 14:25:08 +02:00
UserTiming LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
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 LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
WebGL LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
WebIDL LibWeb: Use JS::HeapFunction for WebIDL promise reaction steps 2024-04-03 18:14:33 +02:00
WebSockets AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Worker AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
XHR LibWeb: Generate Optional<NonnullGCPtr<T>> as GCPtr<T> 2024-04-07 18:01:05 +02:00
XLink
XML LibWeb: Remove a bunch of calls to to_byte_string 2024-04-05 20:01:37 -04:00
CMakeLists.txt LibWeb: Implement HTML::ImageBitmap 2024-04-08 14:25:36 +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: Implement HTML::ImageBitmap 2024-04-08 14:25:36 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Properly round CSSPixels values in device_to_css_rect 2024-02-21 20:08:25 +01:00
TreeNode.h