ladybird/Libraries/LibWeb
Aliaksandr Kalenik 025011d8e0 LibWeb: Fix algorithm that distributes space beyond limits [GFC]
Fixes bug when we didn't use `tracks_to_grow_beyond_limits` and instead
distributed extra space to all affected tracks. Also implements missing
"when accommodating max-content" part.
2025-08-23 23:16:18 +02:00
..
Animations LibWeb: Remove redundant dynamic_cast in ~AnimationUpdateContext() 2025-08-20 09:14:58 +02:00
ARIA
Bindings LibWeb: Implement resizable ArrayBuffers for Wasm memories 2025-08-23 08:26:23 +02:00
Clipboard LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
Compression LibCompress: Error out when encounters and incomplete stream 2025-06-14 18:26:56 -04:00
ContentSecurityPolicy LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
Cookie LibWeb+LibWebView: Move RFC6265 helpers to LibWeb 2025-08-08 13:09:58 -04:00
CookieStore LibWeb+LibURL: Default empty string paths to URL's path in CookieStore 2025-08-17 22:17:36 +02:00
CredentialManagement
Crypto LibWeb: Fix else-after-return in hash_algorithm_identifier_from_value 2025-08-22 09:47:01 +01:00
CSS LibWeb: Don't consider null -> null as a change for invalidation 2025-08-22 12:17:55 +02:00
DOM LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
DOMURL LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources 2025-08-19 23:50:38 +02:00
Editing LibWeb: Delete entire graphemes when the delete/backspace key is pressed 2025-08-14 22:21:51 +02:00
Encoding LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources 2025-08-19 23:50:38 +02:00
FileAPI LibWeb/LibURL/LibIPC: Extend createObjectURL to also accept MediaSources 2025-08-19 23:50:38 +02:00
Gamepad LibWeb: Stub Navigator.getGamepads() 2025-07-22 11:55:29 -04:00
Geolocation LibWeb: Implement emulated Geolocation position retrieval 2025-06-24 11:33:41 +02:00
Geometry LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
HighResolutionTime LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
HTML LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
IndexedDB LibWeb: Add missing visit of IDBRequest::m_source 2025-08-22 19:29:29 +02:00
Infra AK+LibWeb: Add a UTF-16 starts/ends with wrapper for a single code unit 2025-08-07 02:05:50 +02:00
Internals LibWeb: Add Internals.getShadowRoot(element) 2025-08-07 22:15:36 +02:00
IntersectionObserver LibWeb: Add missing null check in root_intersection_rectangle() 2025-08-17 19:09:50 +02:00
Layout LibWeb: Fix algorithm that distributes space beyond limits [GFC] 2025-08-23 23:16:18 +02:00
Loader LibWeb+WebContent: Add IPC to re-establish RequestServer connections 2025-08-10 11:02:50 +02:00
MathML
MediaCapabilitiesAPI LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
MediaSourceExtensions
MimeSniff LibWeb/MimeSniff: Update Rar signature to match spec 2025-07-31 16:21:20 +02:00
MixedContent
NavigationTiming LibWeb: Only expose performance.{timing,navigation} on Window 2025-07-25 11:46:58 +02:00
Page LibWeb: Ensure UIEventInit.view is set for mouse and pointer events 2025-08-20 09:13:32 +02:00
Painting LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
PerformanceTimeline LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
PermissionsPolicy
Platform LibCore: Remove macro-generated EventReceiver::try_create(...) factories 2025-08-11 16:55:25 +02:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver LibWeb: Unregister ResizeObserver from Document when it has no targets 2025-07-30 00:54:57 +02:00
ResourceTiming
SecureContexts
Selection LibWeb: Always focus on editing host if currently not focused 2025-08-20 11:36:40 +02:00
Serial LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
ServiceWorker LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
SRI
StorageAPI Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
Streams LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
SVG LibWeb: Create XML document object for SVG-as-image 2025-08-23 14:01:37 +01:00
TrustedTypes LibWeb: Migrate TrustedTypes to Utf16String 2025-08-11 12:21:31 +01:00
UIEvents LibWeb: Ensure UIEventInit.view is set for mouse and pointer events 2025-08-20 09:13:32 +02:00
URLPattern
UserTiming LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
WebAssembly LibWeb: Implement resizable ArrayBuffers for Wasm memories 2025-08-23 08:26:23 +02:00
WebAudio LibWeb/WebAudio: Add renderQuantumSize 2025-08-20 14:51:01 +02:00
WebDriver WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
WebGL LibGfx+LibWeb: Only compile dma-buf-related code on Linux 2025-08-21 14:42:41 +02:00
WebIDL LibWeb/WebIDL: Remove unused AK/Diagnostics.h import in DOMException 2025-08-22 09:47:01 +01:00
WebSockets LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
WebVTT LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
Worker LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
XHR LibWeb: Replace usages of dynamic_cast with as and as_if 2025-08-22 20:26:09 +02:00
XLink
XML LibWeb+LibXML: Preserve element attribute order in XML documents 2025-08-22 11:35:59 +02:00
CMakeLists.txt LibWeb/CSS: Reify numbers, dimensions and percentages as CSSUnitValue 2025-08-22 09:48:30 +01:00
Dump.cpp LibWeb/CSS: Add support for pseudo-classes taking <an+b># 2025-08-13 09:47:28 +01:00
Dump.h
Forward.h LibWeb/CSS: Implement CSSUnitValue 2025-08-22 09:48:30 +01:00
GraphemeEdgeTracker.h LibWeb: Extract FormAssociatedElement's grapheme edge code to a helper 2025-08-22 14:06:46 +02:00
idl_files.cmake LibWeb/CSS: Implement CSSUnitValue 2025-08-22 09:48:30 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Fix off-by-one offset error in NodeIterator forward traversal 2025-08-02 07:38:27 +02:00