ladybird/Userland/Libraries/LibWeb
Shannon Booth ebe01b51c8 LibWeb: Add a non-DeprecatedString version of Element::prefix()
Renaming the old DeprecatedString version of this function to
deprecated_prefix().
2023-10-03 09:41:20 +02:00
..
ARIA
Bindings LibWeb: Do not use JS::Handle for mutation observers 2023-09-27 16:33:21 +02:00
Cookie
Crypto
CSS LibWeb: Implement CSS fonts lazy loading 2023-10-03 07:11:40 +02:00
DOM LibWeb: Add a non-DeprecatedString version of Element::prefix() 2023-10-03 09:41:20 +02:00
DOMParsing LibWeb: Add a non-DeprecatedString version of Element::prefix() 2023-10-03 09:41:20 +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
URL LibWeb/URL: Use the correct spec URL comment for URL::port() 2023-09-19 08:18:45 +02:00
UserTiming
WebAssembly
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
TreeNode.h