ladybird/Libraries/LibWeb
Tim Ledbetter ae0c87c747 LibWeb: Limit HTMLInputElement.size to allowed values
Attempting to set `HTMLInputElement.size` to 0 via IDL now throws an
IndexSizeError DOMException. Attempting to set it to a value larger
than 2147483647 results in it being set to the default value.
2024-11-29 09:48:45 +01:00
..
Animations LibWeb/Animation: Cancel pending play task on pause 2024-11-25 18:10:24 +01:00
ARIA
Bindings
Clipboard
Compression
Cookie
Crypto LibWeb: Match algorithm names case-insensitive 2024-11-28 00:21:49 +01:00
CSS LibWeb: Update Screen IDL definition to not inherit from EventTarget 2024-11-26 18:44:26 +01:00
DOM LibWeb: Don't end parsing after reaching the insertion point 2024-11-26 23:50:18 +01:00
DOMParsing
DOMURL
Encoding
EntriesAPI
EventTiming
Fetch
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Limit HTMLInputElement.size to allowed values 2024-11-29 09:48:45 +01:00
IndexedDB LibWeb: Implement the wait step for open_a_database_connection 2024-11-26 14:50:27 +01:00
Infra
Internals
IntersectionObserver
Layout LibWeb: Don't treat auto insets as definite for child of abspos element 2024-11-27 22:55:14 +01:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MimeSniff
MixedContent
NavigationTiming
Page
Painting LibWeb: Rename NestedBrowsingContextP => NavigableContainerViewportP 2024-11-26 18:32:48 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
ServiceWorker
SRI
StorageAPI
Streams LibWeb/Streams: Update comments for resolved spec bug 2024-11-27 10:58:45 +01:00
SVG LibWeb: Teach HTMLObjectElement to negotiate natural size with SVGs 2024-11-26 18:32:48 +01:00
UIEvents
UserTiming
WebAssembly
WebAudio LibWeb: Add ChannelMergerNode interface 2024-11-25 17:16:06 +01:00
WebDriver
WebGL
WebIDL
WebSockets
WebVTT
Worker LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
XHR
XLink
XML LibWeb: Do not give the HTML namespace to elements when parsing XML 2024-11-27 17:10:32 +01:00
CMakeLists.txt LibWeb: Rename NestedBrowsingContextP => NavigableContainerViewportP 2024-11-26 18:32:48 +01:00
Dump.cpp LibWeb: Recurse into NavigableContentViewport in layout dumps 2024-11-26 18:32:48 +01:00
Dump.h
Forward.h LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
idl_files.cmake LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h