ladybird/Userland/Libraries/LibWeb
rmg-x ff18114ae7 LibWeb+LibRequests+RequestServer: Report network error on request finish
This allows us to bubble up network errors to API consumers after
finishing a request.
2024-10-10 19:56:11 +01:00
..
Animations LibWeb: Move updating the rendering into HTML task 2024-10-04 07:07:01 +02:00
ARIA Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
Bindings Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Clipboard LibWeb: Implement the ClipboardEvent IDL interface 2024-08-22 14:21:13 +02:00
Cookie LibWeb+LibWebView: Set the default path for invalid cookie Path values 2024-09-19 00:01:56 +01:00
Crypto Everywhere: Convert from_string_view -> from_string_literal where static 2024-09-11 10:59:04 +01:00
CSS LibWeb/CSS: Bring TokenStream in line with spec 2024-10-09 17:29:29 +01:00
DOM LibWeb: Implement selectionchange event according to spec 2024-10-09 19:08:47 +02:00
DOMParsing
DOMURL LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Encoding
EntriesAPI LibWeb/EntriesAPI: Implement FileSystemEntry 2024-08-24 14:53:11 +02:00
EventTiming LibWeb: Define PerformanceEventTiming 2024-10-08 03:44:55 +02:00
Fetch LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
FileAPI LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
Geometry Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HighResolutionTime Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
HTML LibWeb: Implement selectionchange event according to spec 2024-10-09 19:08:47 +02:00
IndexedDB
Infra
Internals LibWeb: Support non-required numpad code names 2024-10-10 10:41:10 +02:00
IntersectionObserver LibWeb: Remove uses of obsolete PlatformObject::global_object() 2024-09-07 11:37:49 +02:00
Layout LibWeb/Layout: Unify grid justify-content handling for grid area 2024-10-10 13:37:08 +02:00
Loader LibWeb+LibRequests+RequestServer: Report network error on request finish 2024-10-10 19:56:11 +01:00
MathML LibWeb: MathMLElement includes ElementCSSInlineStyle 2024-09-07 19:44:56 +02:00
MediaCapabilitiesAPI LibWeb: Stub MediaCapabilities IDL interface 2024-09-05 14:52:26 +01:00
MimeSniff LibWeb: Iterate over utf8 codepoints when checking validity 2024-10-04 20:03:49 +02:00
MixedContent HTML: BrowsingContext: Remove m_parent and fix is_ancestor_of 2024-08-20 09:36:11 +02:00
NavigationTiming Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Page LibWeb: Properly handle when (shift+)tab wraps around the page 2024-10-10 10:41:10 +02:00
Painting LibWeb: Don't ignore non-positioned stacking contexts on step 8 of paint 2024-10-09 18:42:20 +02:00
PerformanceTimeline
PermissionsPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Platform Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ReferrerPolicy LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
RequestIdleCallback Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ResizeObserver Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
SecureContexts LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL 2024-10-05 10:46:30 +02:00
Selection Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ServiceWorker LibWeb: Implement most of Service Worker registration 2024-10-09 15:58:36 -06:00
SRI
StorageAPI LibWeb: Teach AK how to hash StorageKeys 2024-10-09 15:58:36 -06:00
Streams LibWeb: Normalize all WebIDL definition lines to four leading spaces 2024-09-10 21:16:53 +01:00
SVG LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
UIEvents LibWeb: Support non-required numpad code names 2024-10-10 10:41:10 +02:00
UserTiming
WebAssembly LibWeb/WebAssembly: Use a debug flag for dbgln calls 2024-09-07 19:44:23 +02:00
WebAudio LibWeb: Implement AudioNode.channelCount 2024-10-08 14:33:42 +02:00
WebDriver LibWeb: Implement dispatching WebDriver key down and key up actions 2024-10-10 10:41:10 +02:00
WebGL Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
WebIDL LibWeb: Add WebIDL::Double type 2024-10-08 19:02:27 +02:00
WebSockets LibWebView+LibWeb: Remove ResourceLoader and WebSocket adapters 2024-10-08 06:52:51 +02:00
WebVTT LibWeb/WebVTT: Implement VTTCue idl interface 2024-09-24 23:48:56 +01:00
Worker LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
XHR LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
XLink
XML
CMakeLists.txt LibWeb: Implement most of Service Worker registration 2024-10-09 15:58:36 -06:00
Dump.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Dump.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Forward.h LibWeb/UIEvents: Implement TextEvent 2024-10-08 11:45:39 +02:00
idl_files.cmake LibWeb/UIEvents: Implement TextEvent 2024-10-08 11:45:39 +02:00
InvalidateDisplayList.h LibWeb: Invalidate the display list when calling set_needs_display() 2024-09-02 20:12:08 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Don't crash when converting small CSS::Ratio to CSSPixelFraction 2024-08-22 13:49:41 +02:00
TraversalDecision.h
TraversalOrder.h LibWeb/CSS: Replace style-rule iteration methods with a generic one 2024-09-06 07:49:55 +02:00
TreeNode.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00