ladybird/Libraries/LibWeb
2025-12-01 11:10:13 +00:00
..
Animations LibWeb: Always parse comma separated value lists as StyleValueList 2025-12-01 10:16:41 +00:00
ARIA LibWeb: Shave 168 bytes off of ARIAMixin 2025-11-07 16:59:26 +01:00
Bindings LibWeb: Move mutation observers from IntrusiveList to GC::RootVector 2025-11-24 12:45:22 +00:00
Clipboard LibWeb+UI/AppKit: Ignore unknown clipboard MIME types 2025-10-10 15:10:03 -04:00
Compression
ContentSecurityPolicy LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Cookie
CookieStore
CredentialManagement
Crypto LibWeb: Implement encapsulateBits method for SubtleCrypto 2025-11-27 21:50:06 +01:00
CSS LibWeb/CSS: Add -moz-appearance property alias 2025-12-01 11:10:13 +00:00
DOM LibWeb: Add FIXME for moving "stop parsing" step for error documents 2025-12-01 11:07:16 +00:00
DOMURL
Editing LibWeb: Replace use of Optional<NonnullRefPtr> with RefPtr 2025-11-28 16:15:49 +00:00
Encoding
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb 2025-11-29 08:35:02 -05:00
FileAPI LibWeb: Convert Ladybird notes in spec steps to // NB: ... 2025-11-18 09:07:37 -05:00
Gamepad
Geolocation
Geometry LibWeb: Add method for whether tree-counting function is allowed 2025-10-20 16:12:08 +01:00
GPC
HighResolutionTime Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
HTML LibWeb: Hide stepper buttons on appearance: textfield number inputs 2025-12-01 11:10:13 +00:00
IndexedDB LibWeb/IDB: Handle cursor iteration more correctly 2025-11-13 08:52:16 -05:00
Infra LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
Internals LibWeb: Add some tests that exercise the HTTP disk cache 2025-11-20 09:33:49 +01:00
IntersectionObserver LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
Layout LibWeb: Fail less when multiple mask images are defined 2025-12-01 10:16:41 +00:00
Loader LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MathML LibWeb/MathML: Stop shadowing value local variable 2025-11-14 09:55:02 +00:00
MediaCapabilitiesAPI LibWeb: Extract some CORS and MIME Fetch helpers to their own files 2025-11-27 14:57:29 +01:00
MediaSourceExtensions
MimeSniff LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MixedContent LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
NavigationTiming
NotificationsAPI
Page Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
Painting LibWeb/CSS: Absolutize GradientStyleValues 2025-12-01 11:01:06 +00:00
PerformanceTimeline
PermissionsPolicy
Platform LibWeb: Support multiple emoji/symbol fonts 2025-11-03 09:56:25 +00:00
ReferrerPolicy LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
RequestIdleCallback
ResizeObserver LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
ResourceTiming
SecureContexts
Selection
Serial
ServiceWorker LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
SRI
StorageAPI
Streams
SVG Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
TrustedTypes LibWeb: Update get_trusted_type_data_for_attribute according to the spec 2025-12-01 09:54:04 +01:00
UIEvents LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
URLPattern
UserTiming
ViewTransition Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
WebAssembly LibWeb: Extract some CORS and MIME Fetch helpers to their own files 2025-11-27 14:57:29 +01:00
WebAudio LibWeb/WebAudio: Fire complete event with OfflineAudioCompletionEvent 2025-11-19 17:26:09 +01:00
WebDriver LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
WebGL LibGfx+LibWeb: Extract bitmap-to-buffer conversion into LibGfx 2025-11-28 18:32:48 +01:00
WebIDL
WebSockets LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
WebVTT
Worker
XHR LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
XLink
XML Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
XPath
CMakeLists.txt LibWeb: Implement basic CSS random() function 2025-12-01 11:00:33 +00:00
Dump.cpp
Dump.h
Forward.h LibWeb: Support non-fixed <random-value-sharing> 2025-12-01 11:00:33 +00:00
GraphemeEdgeTracker.cpp
GraphemeEdgeTracker.h
idl_files.cmake LibWeb: Implement SVGAnimatedLengthList 2025-11-20 23:15:24 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibGfx+LibWeb: Delete unused Line class and Rect methods 2025-11-04 23:16:02 +01:00
TraversalDecision.h
TraversalOrder.h
TreeNode.h