ladybird/Userland/Libraries/LibWeb
Tim Ledbetter 8e6e938167 LibWeb: Remove AbortSignal::follow()
This no longer has any callers.
`AbortSignal::create_dependent_abort_signal()` should be used instead.
2024-03-26 11:42:40 +01:00
..
Animations LibWeb: Set animation update flag from Animation::invalidate_effect() 2024-03-21 16:10:26 +01:00
ARIA
Bindings LibJS: Make PromiseJob store callback as a HeapFunction 2024-03-26 05:47:24 +01:00
Clipboard LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Cookie
Crypto LibWeb: Implement skeleton of RSA-OAEP decrypt for SubtleCrypto 2024-03-25 17:01:23 -06:00
CSS LibWeb: Be more strict about invoking .play() on element animations 2024-03-26 05:47:09 +01:00
DOM LibWeb: Remove AbortSignal::follow() 2024-03-26 11:42:40 +01:00
DOMParsing LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
DOMURL AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Encoding LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Fetch LibWeb/Fetch: Replace usages of AbortSignal::follow() in Fetch::Request 2024-03-26 11:42:40 +01:00
FileAPI LibWeb: Add {,de}serialization steps for FileList 2024-03-20 09:16:01 +01:00
Geometry LibWeb: Add {,de}serialization steps for DOMQuad 2024-03-20 09:16:01 +01:00
HighResolutionTime LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
HTML LibWeb: Normalize the angle delta in CanvasPath::ellipse() 2024-03-24 18:37:44 +01:00
Infra LibWeb: Implement an AO to normalize newlines in a string 2024-03-16 13:11:57 +01:00
Internals LibWeb: Add a test for mouse{over,out,enter,leave} events 2024-03-25 08:14:13 +01:00
IntersectionObserver LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Layout LibWeb: Avoid unnecessary Vector copying when generating line boxes 2024-03-25 12:39:23 +01:00
Loader LibWeb: Don't ask RequestServer to prefetch DNS for file: and data: URLs 2024-03-26 11:39:45 +01:00
MathML LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
MimeSniff
NavigationTiming LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Page LibWeb+WebContent+Ladybird: Add ability to paste text from clipboard 2024-03-22 15:47:33 -04:00
Painting LibWeb: Remove cache for Paintable::is_visible() 2024-03-25 14:17:30 +01:00
PerformanceTimeline LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
PermissionsPolicy AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Platform
ReferrerPolicy AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
RequestIdleCallback LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
ResizeObserver LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SecureContexts AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Selection LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SRI
Streams LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SVG LibWeb: Don't crash when querying detached circle element properties 2024-03-23 20:56:26 +01:00
UIEvents LibWeb: Add fast_is<T> for UIEvents::MouseEvent 2024-03-16 16:35:54 +01:00
UserTiming LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
WebAssembly LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
WebAudio LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
WebDriver LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM 2024-03-11 18:29:10 +01:00
WebGL LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
WebIDL LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
WebSockets AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Worker AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
XHR AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
XLink
XML LibWeb: Make the default XML namespace an empty Optional 2024-02-19 10:42:56 +01:00
CMakeLists.txt LibWeb: Implement importKey for RSA-OAEP 2024-03-25 17:01:23 -06:00
Dump.cpp LibWeb: Make CSSStyleRule::declaration() return a more specific type 2024-03-19 16:48:22 +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