ladybird/Userland/Libraries/LibWeb
Aliaksandr Kalenik 6522fa8933 LibWeb: Use DocumentLoadEventDelayer to delay load event in Navigable
Use a delayer object that actually delays load event for child
navigables instead of boolean flag that does nothing.
2023-09-15 18:27:17 +02:00
..
ARIA
Bindings LibWeb: Port Text interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Cookie LibWeb: Make Document::set_cookie take a StringView 2023-09-13 07:26:35 +02:00
Crypto LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
CSS LibWeb: Allow fractional font sizes in CSS 2023-09-15 18:26:37 +02:00
DOM LibWeb: Set document content type in load_document() 2023-09-15 18:27:17 +02:00
DOMParsing LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Encoding LibWeb: Port TextEncoder interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Fetch LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
FileAPI LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
Geometry AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
HighResolutionTime LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
HTML LibWeb: Use DocumentLoadEventDelayer to delay load event in Navigable 2023-09-15 18:27:17 +02:00
Infra
Internals LibWeb+WebContent+headless-browser: Support async text tests 2023-09-15 08:52:25 +02:00
IntersectionObserver LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
Layout LibWeb: Don't generate ::before/::after for BR elements 2023-09-14 21:46:28 +02:00
Loader LibWeb: Run on_load_start/finish callbacks when loading HTML directly 2023-09-13 08:48:19 +02:00
MathML
MimeSniff LibWeb: Add XMLHttpRequest Document response type 2023-09-14 22:58:42 +02:00
NavigationTiming
Page LibWeb+WebContent+headless-browser: Support async text tests 2023-09-15 08:52:25 +02:00
Painting LibWeb: Don't convert to floating point in CSS::EdgeRect 2023-09-01 09:40:14 +02:00
PerformanceTimeline LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
PermissionsPolicy
Platform LibWeb: Make FontPlugin::generic_font_name() return FlyString 2023-09-06 11:29:03 -04:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
SRI
Streams LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
SVG LibWeb: Add FlyString variants of get_element_by_id 2023-09-11 12:07:36 +01:00
UIEvents LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
URL LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
UserTiming LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebAssembly LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
WebAudio LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebDriver LibWeb: Port HTMLCanvasElement interface from DeprecatedString to String 2023-09-05 20:36:09 -04:00
WebGL LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
WebIDL LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebSockets LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
XHR LibWeb: Add XMLHttpRequest Document response type 2023-09-14 22:58:42 +02:00
XML LibWeb: Remove outdated old_queue_global_event_with_document 2023-08-28 12:57:05 +02:00
CMakeLists.txt LibWeb: Introduce the slot concept for HTML slot elements 2023-09-13 13:45:47 +02:00
Dump.cpp LibWeb: Rename Element::attribute to Element::deprecated_attribute 2023-09-05 20:36:09 -04:00
Dump.h
FontCache.cpp LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
FontCache.h
Forward.h LibWeb: Implement HTMLDetailsElement's open attribute closer to the spec 2023-09-13 13:45:47 +02:00
idl_files.cmake LibWeb: Implement ToggleEvent for HTMLDetailsElement 2023-09-13 13:45:47 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Use CSSPixels only when calculating radial gradient sizes 2023-09-09 13:03:11 +02:00
TreeNode.h