ladybird/Libraries/LibWeb
2026-02-03 09:58:47 +00:00
..
Animations LibWeb: Rebuild AccumulatedVisualContext on transform changes 2026-01-15 19:50:53 +01:00
ARIA LibWeb: Shave 168 bytes off of ARIAMixin 2025-11-07 16:59:26 +01:00
Bindings LibJS: Skip initializing constant slots in ExecutionContext 2026-01-19 10:48:12 +01: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 LibWeb+LibWebView: Extract the cookie-matching spec steps to a helper 2026-01-30 07:36:13 -05:00
CookieStore LibWeb+LibWebView+WebContent: Perform cookie URL filtering in the UI 2026-02-01 08:31:58 -05:00
CredentialManagement LibWeb: Implement FederatedCredential ctor and corresponding AO 2026-01-08 13:10:35 +01:00
Crypto LibGC+ClangPlugins: Forbid non-trivial destructors in Cell subclasses 2026-01-30 20:57:42 +01:00
CSS LibWeb: Parse @counter-style symbols descriptor 2026-02-03 09:58:47 +00:00
DOM LibWeb: Exclude UA internal shadow root elements in elementFromPoint() 2026-02-02 20:17:03 +00:00
DOMURL LibWeb/HTML: Fix Origin.from(value) for Window objects 2025-12-30 18:50:05 +01:00
Editing LibWeb: Insert newlines for line breaks in preformatted white-space 2026-01-23 14:21:35 +01:00
Encoding
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch LibWeb: Make FetchController::stop_fetch() cancel the request 2026-01-29 05:22:27 -06:00
FileAPI LibWeb: Don't store GC::Root<JS::ArrayBuffer> in FileAPI::FileReader 2025-12-26 11:57:00 +01:00
Gamepad LibWeb/Gamepad: Ignore physical gamepads when running in test mode 2026-01-20 06:58:16 -05:00
Geolocation
Geometry LibWeb: Support implicit downcast to DOMException in ExceptionOr 2025-12-29 17:15:11 +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: Implement auto_content_box_size for textarea and input 2026-02-02 14:36:49 +00:00
IndexedDB LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
Infra LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
Internals LibWeb: Add method to set highlighted nodes via internals-object 2026-02-01 14:29:59 +01:00
IntersectionObserver LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
Layout LibWeb: Fix fit-content() row clamping with indefinite available height 2026-02-02 20:33:05 +01:00
Loader LibWeb: Make FetchController::stop_fetch() cancel the request 2026-01-29 05:22:27 -06:00
MathML LibWeb: Use existing StyleValues for math-depth 2026-01-15 12:03:16 +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 AK+LibURL: Use AK::IPv4/6 in Host 2025-12-31 10:24:56 +01:00
NavigationTiming
NotificationsAPI LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
Page LibWeb: Fix double-inversion of visual viewport transform 2026-01-31 19:20:09 +01:00
Painting LibWeb: Use SizeWithAspectRatio struct 2026-02-02 14:36:49 +00:00
PerformanceTimeline
PermissionsPolicy
Platform LibGfx+LibWeb: Resolve font features per font rather than per element 2026-02-02 14:11:43 +00:00
ReferrerPolicy LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
RequestIdleCallback
ResizeObserver LibGC: Only call finalize() on types that override finalize() 2026-01-07 20:51:17 +01:00
ResourceTiming
SecureContexts AK+LibURL: Use AK::IPv4/6 in Host 2025-12-31 10:24:56 +01:00
Selection LibWeb: Selection toString focused text control delegation 2026-01-02 18:40:05 +01:00
Serial
ServiceWorker LibHTTP+LibWeb: Move Infrastructure::Request::CacheMode to LibHTTP 2026-01-22 07:05:06 -05:00
Speech LibWeb: Add stubbed Speech API 2026-01-20 06:51:04 -05:00
SRI
StorageAPI LibWeb: Fix storage set broadcast event never broadcasting old value 2026-01-21 22:27:59 +01:00
Streams LibWeb: Make WebIDL::property_to_callback() return GC::Ptr 2025-12-25 20:21:37 +01:00
SVG LibWeb: Use SizeWithAspectRatio struct 2026-02-02 14:36:49 +00:00
TrustedTypes LibWeb: Visit members of TrustedTypePolicy instead of using GC roots 2025-12-15 08:38:43 -05:00
UIEvents LibWeb: Move onpointer* IDL attributes to PointerEventHandlers.idl 2026-01-13 10:09:22 +01:00
URLPattern
UserTiming
ViewTransition LibWeb: Use the WEB_SET_PROTOTYPE_FOR_INTERFACE pattern consistently 2025-12-27 16:40:34 +01:00
WebAssembly LibWasm: Split parameters from locals 2026-02-02 14:11:49 +01:00
WebAudio LibWeb: Better handling of union types in IDL code generation 2026-01-26 18:46:39 +01:00
WebDriver LibWeb: Make RenderingThread own display list and backing stores 2026-01-26 14:53:08 +01:00
WebGL LibWeb: Clear set WebGL textures when they get deleted 2026-02-02 11:22:52 -07:00
WebIDL LibWeb/WebIDL: Update spec comments in "react to a promise" 2026-01-09 23:35:17 +01:00
WebSockets LibWeb: Set the socket ready state to CLOSING immediately 2026-01-10 23:40:58 +01:00
WebVTT
WebXR LibWeb: Add WebXR's XRSystem 2026-01-11 00:01:24 +01:00
Worker LibWeb: Allow workers to be spawned by other workers 2026-01-31 22:45:08 +01:00
XHR LibWeb: Update XHR::open to use 'encoding-parse a URL' 2026-01-13 13:51:32 +00:00
XLink
XML LibWeb: Skip document lifecycle event loop spinning for SVG-as-image 2026-02-01 22:48:51 +01:00
XPath LibJS+LibWeb: Add missing GC marking visits 2026-01-07 12:48:58 +01:00
CMakeLists.txt LibWeb: Parse @counter-style system descriptor 2026-02-03 09:58:47 +00:00
Dump.cpp LibWeb: Split PaintableWithLines from PaintableBox 2026-01-12 11:00:14 +00:00
Dump.h LibWeb: Make dump_sheet() indentable 2025-12-04 16:24:04 +00:00
Forward.h LibWeb: Parse @counter-style system descriptor 2026-02-03 09:58:47 +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: Implement the OES_element_index_uint WebGL extension 2026-02-02 11:22:52 -07: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