ladybird/Userland/Libraries/LibWeb
2023-09-29 15:12:09 +01:00
..
ARIA
Bindings LibWeb: Do not use JS::Handle for mutation observers 2023-09-27 16:33:21 +02:00
Cookie LibWeb: Make Document::set_cookie take a StringView 2023-09-13 07:26:35 +02:00
Crypto
CSS LibWeb: Implement resolved style for line-height 2023-09-29 15:12:09 +01:00
DOM LibWeb: Do not use JS::Handle for "scripts to execute" in DOM::Document 2023-09-27 19:39:57 +02:00
DOMParsing LibWeb: Make DOMParsing::parse_fragment take a StringView 2023-09-25 15:39:29 +02:00
Encoding
Fetch LibWeb: Do not use JS::Handle for captures of AbortSignal callbacks 2023-09-26 21:25:54 +02:00
FileAPI LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00
Geometry LibWeb: Add DOMMatrix rotate, rotateFromVector and rotateAxisAngle 2023-09-24 20:02:38 -06:00
HighResolutionTime
HTML LibWeb: Use correct realm when focusing HTMLTextAreaElement 2023-09-29 07:21:43 -04:00
Infra
Internals LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
IntersectionObserver LibWeb: Visit IntersectionObserverRegistration instead of using Handle 2023-09-26 21:25:54 +02:00
Layout LibWeb: Add missing check for flexible grid tracks 2023-09-28 20:33:20 +01:00
Loader Ladybird+LibWeb: Use old error.html template for navigation errors again 2023-09-24 19:59:00 -06:00
MathML
MimeSniff LibWeb: Add missing String.h include to MimeSniff/MimeType.h 2023-09-17 16:37:31 -06:00
NavigationTiming
Page LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
Painting LibWeb: Change DOM::Position to be GC-allocated 2023-09-26 21:25:54 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams LibWeb/Streams: Make ReadIntoRequest GC-allocated 2023-09-24 20:10:50 -06:00
SVG LibWeb: Use JS::HeapFunction for DocumentObserver callbacks 2023-09-27 19:39:57 +02:00
UIEvents LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
URL LibWeb/URL: Use the correct spec URL comment for URL::port() 2023-09-19 08:18:45 +02:00
UserTiming
WebAssembly LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
WebAudio
WebDriver LibWeb: Create canvas bitmap when not existing in toDataURL and toBlob 2023-09-28 13:09:25 +02:00
WebGL
WebIDL LibWeb/WebIDL: Implement the wait for all AO 2023-09-23 18:57:31 +02:00
WebSockets
XHR LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
XML LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
CMakeLists.txt LibWeb: Implement Flex and FlexStyleValue types 2023-09-28 20:33:20 +01:00
Dump.cpp LibWeb: Port Node interface from DeprecatedString to String 2023-09-17 20:29:18 +02:00
Dump.h LibWeb+WebContent: Add option to dump session history of a traversable 2023-09-16 16:53:32 +02:00
FontCache.cpp
FontCache.h
Forward.h LibWeb: Implement Flex and FlexStyleValue types 2023-09-28 20:33:20 +01:00
idl_files.cmake LibWeb: Add IDL definition for SVGScriptElement 2023-09-23 11:41:57 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Use CSSPixels only when calculating radial gradient sizes 2023-09-09 13:03:11 +02:00
TreeNode.h