ladybird/Userland/Libraries/LibWeb
Timothy Flynn bc23c5b9fe LibWeb: Append the bytes of File objects in submitted form data
This is required to upload files to GitHub. Unfortunately, this is not
currently testable with our test infrastructure. This path is only hit
from HTTP/S uploads, whereas all of our tests are limited to file://.
2024-03-14 10:10:33 +01:00
..
Animations LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
ARIA
Bindings LibWeb: Store copy of MutationObserver set in a MarkedVector 2024-03-13 09:41:55 +01:00
Clipboard
Cookie
Crypto LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
CSS LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
DOM LibWeb: Visit custom element's lifecycle callbacks 2024-03-12 18:18:10 +01:00
DOMParsing
DOMURL Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Encoding LibWeb: Use WebIDL types where possible instead of C types 2024-02-26 19:26:13 +00:00
Fetch LibWeb: Log failed Fetch responses when WEB_FETCH_DEBUG is enabled 2024-03-14 10:10:33 +01:00
FileAPI LibWeb: Reverse check for whether a FilesList index is supported 2024-03-14 10:10:33 +01:00
Geometry LibWeb: Ensure DOMRect top, bottom, left and right handle NaN correctly 2024-02-21 19:38:17 +01:00
HighResolutionTime LibWeb: Allow performance timestamps to have sub-millisecond precision 2024-02-26 16:12:20 -07:00
HTML LibWeb: Append the bytes of File objects in submitted form data 2024-03-14 10:10:33 +01:00
Infra
Internals Revert "LibWeb: Allow bypassing transient activation checks for tests" 2024-02-25 12:35:49 -05:00
IntersectionObserver LibWeb: Implement IntersectionObserver "intersection roots" per spec 2024-02-24 19:56:08 +01:00
Layout LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
Loader Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
MathML LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
MimeSniff
NavigationTiming
Page LibWebView+WebContent: Use Web::InputEvent for WebContent input IPC 2024-03-06 07:46:18 +01:00
Painting LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
PerformanceTimeline
PermissionsPolicy Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Platform
ReferrerPolicy LibWeb: Consistently use the EmptyString state of ReferrerPolicy 2024-03-06 07:19:10 +01:00
RequestIdleCallback
ResizeObserver LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
SecureContexts Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Selection
SRI
Streams LibWeb: Add and use a helper to reject a promise with an exception 2024-03-08 14:14:57 -05:00
SVG LibWeb: Special case SVG masks during layout 2024-03-12 08:51:50 +01:00
UIEvents LibWeb: Use WebIDL types where possible instead of C types 2024-02-26 19:26:13 +00:00
UserTiming
WebAssembly
WebAudio
WebDriver LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
WebGL
WebIDL LibWeb: Add ObservableArray::for_each() 2024-03-09 16:13:32 +01:00
WebSockets Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
Worker LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
XHR Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
XLink
XML
CMakeLists.txt LibWeb: Add an empty DataTransfer IDL implementation 2024-03-14 10:10:33 +01:00
Dump.cpp Everywhere: Use unqualified AK::URL 2024-02-25 08:54:31 +01:00
Dump.h
Forward.h LibWeb+LibWebView+WebContent: Implement more <input type=file> behavior 2024-02-26 14:18:49 +01:00
idl_files.cmake LibWeb: Add an empty DataTransfer IDL implementation 2024-03-14 10:10:33 +01:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Properly round CSSPixels values in device_to_css_rect 2024-02-21 20:08:25 +01:00
TreeNode.h