ladybird/Userland/Libraries/LibWeb
Tim Ledbetter c31d44ee18 LibWeb: Ensure inputs are repainted when their checkedness is toggled
Previously, input elements weren't always repainted when their
checkedness was set programmatically.
2024-11-05 10:36:32 +01:00
..
Animations LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
ARIA LibWeb: Complete support for all ARIA properties in current spec 2024-10-24 22:21:46 +02:00
Bindings LibJS+LibWeb: Prevent double invocation of [[GetOwnProperty]] 2024-11-02 12:27:02 +01:00
Clipboard LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
Cookie LibWeb+LibWebView: Move the cookie domain matching algorithm to LibWeb 2024-10-23 09:05:33 +02:00
Crypto LibWeb/Crypto: Fix sizes being passed into generate_aes_key() 2024-11-03 21:55:43 +01:00
CSS LibWeb/CSS: Use writing-mode enum for writing-mode property 2024-11-04 14:47:07 +01:00
DOM LibWeb: Handle empty string in lang attribute 2024-11-04 12:06:32 +00:00
DOMParsing LibWeb: Fix boolean logic mistake in XMLSerializer for empty public ID 2024-10-21 10:53:02 +02:00
DOMURL LibWeb: Rename current settings object to 'current principal' 2024-11-01 12:15:17 -07:00
Encoding LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
EntriesAPI
EventTiming
Fetch LibRequests+LibWeb: Propagate HTTP reason phrase 2024-11-02 21:05:07 +01:00
FileAPI LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
Geometry LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
HighResolutionTime LibWeb: Bring performance.now() closer to spec 2024-10-31 14:10:13 +01:00
HTML LibWeb: Ensure inputs are repainted when their checkedness is toggled 2024-11-05 10:36:32 +01:00
IndexedDB
Infra LibWeb: Implement and use "isomorphic decoding" 2024-10-29 08:26:13 -04:00
Internals LibWeb: Add internals API to dispatch doubleclick mouse event 2024-11-01 13:11:10 -04:00
IntersectionObserver
Layout LibWeb: Modify table formatting according to spec 2024-11-04 14:54:32 +00:00
Loader LibRequests+LibWeb: Propagate HTTP reason phrase 2024-11-02 21:05:07 +01:00
MathML LibWeb: Handle more MathML/HTML integration points in the parser 2024-11-03 20:32:32 +01:00
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Add stubbed Media Source Extensions API 2024-11-01 13:23:45 -04:00
MimeSniff LibWeb: Make javascript mime matching spec compliant 2024-11-01 22:51:00 +00:00
MixedContent
NavigationTiming
Page LibWeb: Make the completion callbacks for dismissing dialogs required 2024-11-04 16:16:44 -05:00
Painting LibWeb: Remove unused members in PaintableFragment 2024-11-03 18:43:51 +01:00
PerformanceTimeline LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
PermissionsPolicy
Platform LibJS+LibWeb: Remove remaining use and reference to SafeFunction 2024-10-30 20:55:45 +01:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver LibWeb: Do not store resize observer sizes in a plain vector 2024-11-01 00:35:54 +01:00
SecureContexts
Selection LibWeb: Fix ability to modify selection outside of inputs using keyboard 2024-11-01 13:11:10 -04:00
ServiceWorker LibWeb: Use the realm from the ServiceWorker client 2024-11-03 15:26:45 -07:00
SRI
StorageAPI LibWeb: Teach AK how to hash StorageKeys 2024-10-09 15:58:36 -06:00
Streams LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
SVG LibWeb: Change HTML::Script to hold a realm instead of settings object 2024-11-01 18:55:23 -06:00
UIEvents UI+LibWeb+WebContent: Implement KeyEvent repeat property 2024-10-22 11:20:35 -04:00
UserTiming LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
WebAssembly LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
WebAudio LibWeb: Make TemporaryExecutionContext take a Realm& 2024-11-01 18:55:23 -06:00
WebDriver LibWeb: Implement most WebDriver element locator strategies 2024-11-03 20:42:46 -05:00
WebGL
WebIDL LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 2024-11-01 12:15:17 -07:00
WebSockets LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
WebVTT LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
Worker LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
XHR LibWeb: Rename current_global_object to current_principal_global_object 2024-11-01 12:15:17 -07:00
XLink
XML LibWeb: Port EventLoop::spin_XXX to HeapFunction 2024-10-30 20:55:45 +01:00
CMakeLists.txt LibWeb+WebContent: Simplify hand-rolled script execution result struct 2024-11-03 17:51:58 +01:00
Dump.cpp LibWeb: Replace nested_browsing_context() with content_navigable() 2024-11-03 18:43:51 +01:00
Dump.h LibWeb: Add and implement CSSPropertyRule IDL and bindings 2024-10-23 06:55:37 +01:00
Forward.h LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
idl_files.cmake LibWeb: Move some classes from the DOM namespace to the HTML namespace 2024-11-02 11:16:45 -04:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h