ladybird/Userland/Libraries/LibWeb
Andreas Kling e66a4668f9 LibWeb: Use plain Vector for HTMLMediaElement::m_pending_play_promises
These are now covered by visit_edges() instead of being strong GC roots.
2024-04-02 15:56:05 +02:00
..
Animations LibWeb: Allow the Performance object to be used by workers 2024-04-02 07:46:16 +02:00
ARIA LibWeb: Return correct RoleType for composite ARIA role 2024-01-27 14:52:41 -05:00
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 LibWeb: Fail to parse cookie date when date does not exist 2024-01-07 08:01:58 -05:00
Crypto LibWeb: Implement skeleton of RSA-OAEP decrypt for SubtleCrypto 2024-03-25 17:01:23 -06:00
CSS LibWeb: Fix infinite loop in CSS::Parser::parse_transition_value() 2024-03-30 07:34:25 +01:00
DOM LibWeb: Add support for document.lastModified 2024-04-02 07:51:02 +02: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: Return the correct substring when parsing an HTTP quoted string 2024-03-26 19:19:13 +00: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: Allow the Performance object to be used by workers 2024-04-02 07:46:16 +02:00
HTML LibWeb: Use plain Vector for HTMLMediaElement::m_pending_play_promises 2024-04-02 15:56:05 +02:00
Infra LibWeb: Implement an AO to normalize newlines in a string 2024-03-16 13:11:57 +01:00
Internals LibWeb: Associate InternalAnimationTimeline with a DOM::Document 2024-03-29 06:59:37 +01:00
IntersectionObserver LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Layout LibWeb: Lay out SVG <clipPath> uses 2024-03-29 21:59:56 +01:00
Loader LibWeb: Add Last-Modified header to file and resource requests 2024-04-02 07:51:02 +02:00
MathML LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
MimeSniff LibWeb/MimeSniff: Add non-standard text or binary context sniffing 2024-02-02 14:34:17 -05:00
NavigationTiming LibWeb: Allow the Performance object to be used by workers 2024-04-02 07:46:16 +02:00
Page LibWeb+LibWebView+WebContent: Support muting an entire page 2024-03-30 19:28:20 +01:00
Painting LibWeb: Paint/apply uses of SVG <clipPath>s 2024-03-29 21:59:56 +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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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: Add missing visits in ResizeObserverEntry 2024-04-02 15:56:05 +02: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 LibWeb: Implement integrity-metadata part of fetch algorithm 2023-04-21 20:44:47 +01:00
Streams LibWeb: Use the proper in-flight request to check if a stream is closing 2024-04-01 21:11:01 +02:00
SVG LibWeb: Stub (and implement) SVGSVGElement methods and attributes 2024-04-01 21:10:35 +02: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: Fix a bunch of bad stack captures in AudioContext 2024-03-30 08:25:59 +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: Fix a silly mistake for bitLength 64 in conversion to int 2024-03-30 21:21:23 +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 LibWeb: Add Web::XLink::AttributeNames 2023-11-05 11:16:16 +00:00
XML LibWeb: Make the default XML namespace an empty Optional 2024-02-19 10:42:56 +01:00
CMakeLists.txt LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
Dump.cpp LibWeb: Add SessionHistoryEntry::document() 2024-03-27 18:07:07 +01:00
Dump.h LibWeb+WebContent: Add option to dump session history of a traversable 2023-09-16 16:53:32 +02:00
Forward.h LibWeb: Implement HTMLAllCollection 2024-04-01 14:41:00 +02:00
idl_files.cmake LibWeb: Stub out SVGAnimatedTransformList 2024-04-01 21:10:35 +02:00
Namespace.cpp LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
Namespace.h LibWeb: Make Web::Namespace::Foo strings be FlyString 2023-11-04 21:28:30 +01:00
PixelUnits.cpp LibWeb: Refactor int types in WebContentServer to DevicePixels 2023-12-15 17:01:16 +01:00
PixelUnits.h LibWeb: Properly round CSSPixels values in device_to_css_rect 2024-02-21 20:08:25 +01:00
TreeNode.h LibWeb: Remove all the unused functions from TreeNode 2023-08-20 05:02:59 +02:00