ladybird/Libraries/LibWeb
2025-12-12 19:12:53 +01:00
..
Animations LibWeb: Expose AnimationTimeline::currentTime as CSSNumberish 2025-12-12 10:49:18 +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 Everywhere: Make ByteBuffer::bytes() lvalue-only 2025-12-10 07:43:22 -05:00
ContentSecurityPolicy LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Cookie Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
CookieStore
CredentialManagement
Crypto LibWeb: Use ReadOnlyBytes when encoding ml-dsa public keys 2025-12-10 22:46:54 +01:00
CSS LibWeb: Omit default radius from ellipse() serialization 2025-12-12 12:20:16 +00:00
DOM LibWeb: Add HTMLSelectedContentElement for customizable select 2025-12-12 12:06:24 +00:00
DOMURL Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
Editing LibWeb: Replace use of Optional<NonnullRefPtr> with RefPtr 2025-11-28 16:15:49 +00:00
Encoding
EncryptedMediaExtensions LibWeb/EME: Implement navigator.requestMediaKeySystemAccess 2025-08-27 09:58:00 +02:00
EntriesAPI
EventTiming
Fetch LibWeb/Fetch: Use GC::Function for fetch_main_content() callback 2025-12-09 08:51:48 -05:00
FileAPI LibWeb: Convert Ladybird notes in spec steps to // NB: ... 2025-11-18 09:07:37 -05:00
Gamepad LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
Geolocation
Geometry LibWeb: Add method for whether tree-counting function is allowed 2025-10-20 16:12:08 +01:00
GPC LibWeb+LibWebView+WebContent: Replace DNT with GPC 2025-09-16 10:38:20 +02:00
HighResolutionTime Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
HTML LibWeb: Add HTMLSelectedContentElement for customizable select 2025-12-12 12:06:24 +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: Store animation time values in abstract type 2025-12-12 10:49:18 +00: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: Use parent's space for anonymous wrappers with inline contents 2025-12-11 23:29:14 +00:00
Loader LibWeb: Use a faster string search algorithm for content filtering 2025-12-09 11:25:28 +00: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 LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
Page LibWeb: Implement web-exposed available screen area 2025-12-12 10:17:00 +00:00
Painting LibWeb: Account for unset media element duration in MediaPaintable 2025-12-10 16:02:40 -06: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 LibWeb: Implement up/down arrow navigation for EditingHostManager 2025-09-18 07:39:10 -04:00
Serial
ServiceWorker LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
SRI
StorageAPI
Streams LibWeb: Register shutdown-on-close handler once in ReadableStreamPipeTo 2025-12-08 13:57:14 -05:00
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: Handle unidentified, non-modifier key events 2025-12-08 12:01:13 -05:00
URLPattern
UserTiming
ViewTransition Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
WebAssembly LibWeb: Make errors for missing wasm import errors slightly nicer 2025-12-12 19:12:53 +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 LibWeb/WebGL2: Implement getUniformIndices 2025-12-08 23:59:46 +01:00
WebIDL LibJS: Pass JS::Value directly to string formatting functions 2025-12-09 21:44:13 -06:00
WebSockets LibRequests+LibWeb: Don't copy data sent over WebSockets 2025-12-10 21:18:40 +01:00
WebVTT
Worker LibWeb: Implement cookie fetching for Workers 2025-09-09 15:28:38 +02:00
XHR LibWeb: Don't capture timer as GC root in XMLHttpRequest::send() 2025-12-09 12:13:03 +01:00
XLink
XML Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
XPath LibWeb: Implement XPath functionality using libxml2 2025-10-03 13:16:11 +02:00
CMakeLists.txt LibWeb: Make <radal-size> parsing generic 2025-12-12 12:20:16 +00:00
Dump.cpp LibWeb: Parse the ::part() pseudo-element selector 2025-12-08 09:44:32 +00:00
Dump.h LibWeb: Make dump_sheet() indentable 2025-12-04 16:24:04 +00:00
Forward.h LibWeb: Make <radal-size> parsing generic 2025-12-12 12:20:16 +00:00
GraphemeEdgeTracker.cpp LibWeb: Add a FIXME comment about handling wrapping in arrow navigation 2025-09-18 07:39:10 -04:00
GraphemeEdgeTracker.h LibWeb: Move grapheme edge detection across lines to helper functions 2025-09-18 07:39:10 -04:00
idl_files.cmake LibWeb: Add HTMLSelectedContentElement for customizable select 2025-12-12 12:06:24 +00: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 LibWeb: Make TreeNode::child_at_index() accept a size_t 2025-09-16 06:57:30 -04:00