ladybird/Libraries/LibWeb
Andreas Kling 4e23882995 LibWeb: Use foreignObject's own size as available space inside it
This ensures that percentages resolve against the foreignObject's size
instead of the size of its containing block.

This makes user profile pictures clip correctly in the "Friends" view
of the Discord app.
2025-07-12 14:11:41 +02:00
..
Animations LibWeb: Resolve conflicts in compute_keyframe_values correctly 2025-06-23 15:19:07 +01:00
ARIA
Bindings LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
Clipboard
Compression LibCompress: Error out when encounters and incomplete stream 2025-06-14 18:26:56 -04:00
ContentSecurityPolicy LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
Cookie Everywhere: Replace DateTime::to_string() with UnixDateTime::to_string() 2025-06-19 18:42:45 -06:00
CredentialManagement
Crypto LibCrypto+LibWeb: Check RSA keys validity on SubtleCrypto import_key 2025-06-25 12:21:28 +12:00
CSS LibWeb: Implement matches attribute on CSSSupportsRule and CSSMediaRule 2025-07-11 10:57:19 +02:00
DOM LibWeb: Rearrange code such that a lot less files include Command.h 2025-07-11 17:37:27 +02:00
DOMURL
Editing LibWeb: Support relative lengths in calc color values 2025-07-04 13:18:55 +01:00
Encoding AK+LibJS: Extract some UTF-16 helpers for use in an outside class 2025-07-03 09:51:56 -04:00
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch
FileAPI AK+Everywhere: Allow lonely UTF-16 surrogates by default 2025-07-03 09:51:56 -04:00
Geolocation LibWeb: Implement emulated Geolocation position retrieval 2025-06-24 11:33:41 +02:00
Geometry
HighResolutionTime LibWeb: Add the EpochTimestamp IDL typedef 2025-06-21 10:00:29 +02:00
HTML LibWeb: Rearrange code such that a lot less files include Command.h 2025-07-11 17:37:27 +02:00
IndexedDB LibWeb: Implement cleanup_indexed_database_transactions 2025-06-18 19:05:41 +12:00
Infra
Internals LibWeb: Restore flags to prevent formatting timestamps as local time 2025-06-25 23:41:04 +02:00
IntersectionObserver
Layout LibWeb: Use foreignObject's own size as available space inside it 2025-07-12 14:11:41 +02:00
Loader LibWeb: Restore flags to prevent formatting timestamps as local time 2025-06-25 23:41:04 +02:00
MathML
MediaCapabilitiesAPI
MediaSourceExtensions
MimeSniff LibWeb/MimeSniff: Add MP3 without ID3 sniffing 2025-06-09 07:50:26 -06:00
MixedContent
NavigationTiming
Page LibWeb/CSS: Update definition for cursor property 2025-07-09 13:21:26 +02:00
Painting LibWeb: Allow <svg> to establish a stacking context 2025-07-12 11:01:15 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
ResourceTiming
SecureContexts
Selection LibWeb: Use correct previous word location when moving selection offset 2025-07-03 10:28:38 +01:00
ServiceWorker LibWeb: Stub CacheStorage::has() 2025-06-08 18:26:13 +02:00
SRI
StorageAPI Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00
Streams LibWeb: Don't drop messages received before MessagePort is enabled 2025-06-08 18:26:13 +02:00
SVG LibWeb/SVG: Prefer href to xlink:href attribute on images 2025-07-12 13:13:47 +02:00
TrustedTypes
UIEvents
URLPattern
UserTiming
WebAssembly LibWeb/CSP: Implement the script-src directive 2025-07-09 15:52:54 -06:00
WebAudio LibWeb/WebAudio: Implement AudioNode::disconnect() 2025-07-09 17:52:06 -06:00
WebDriver LibWeb+LibGfx: Replace BackingStore with PaintingSurface 2025-07-04 16:12:47 +02:00
WebGL LibWeb+LibGfx: Replace BackingStore with PaintingSurface 2025-07-04 16:12:47 +02:00
WebIDL LibWeb/WebIDL: Bring IDL::construct() up to date with the spec 2025-06-10 11:57:00 +02:00
WebSockets
WebVTT
Worker
XHR LibWeb/XHR: Don't construct a String from a String 2025-07-12 02:57:36 +01:00
XLink
XML LibWeb: Set readyState to complete for DOMParser documents 2025-06-25 20:49:03 +12:00
CMakeLists.txt LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
Dump.cpp LibWeb: Show element namespace URI in DOM tree dumps 2025-07-09 14:36:08 +02:00
Dump.h
Forward.h LibWeb/CSP: Implement the script-src-attr directive 2025-07-12 13:06:33 +12:00
idl_files.cmake LibWeb/SVG: Add FEGaussianBlurElement 2025-07-09 18:07:12 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h LibWeb: Move non-DOM-related methods from DOM::Node to TreeNode 2025-06-07 16:51:00 +02:00