ladybird/Libraries/LibWeb
Daniel La Rocque e43e4d3a93 LibWeb: Add NullOrError to NavigationParamsVariant
To check whether a NavigationParams is null, we have to check whether
it's `Empty` or `NullWithError`. Instead, we can merge both of these
possible variants into an optional error. If `NullOrError` has no
value it's null, otherwise it contains an error message.
2024-11-27 14:15:37 -07:00
..
Animations LibWeb/Animation: Cancel pending play task on pause 2024-11-25 18:10:24 +01:00
ARIA
Bindings
Clipboard
Compression
Cookie
Crypto LibWeb: Implement ECDH.exportKey 2024-11-27 10:59:48 +01:00
CSS LibWeb: Update Screen IDL definition to not inherit from EventTarget 2024-11-26 18:44:26 +01:00
DOM LibWeb: Don't end parsing after reaching the insertion point 2024-11-26 23:50:18 +01:00
DOMParsing
DOMURL
Encoding
EntriesAPI
EventTiming
Fetch LibWeb: Get Page from principal realm during resource loading 2024-11-24 15:29:47 -07:00
FileAPI
Geometry
HighResolutionTime
HTML LibWeb: Add NullOrError to NavigationParamsVariant 2024-11-27 14:15:37 -07:00
IndexedDB LibWeb: Implement the wait step for open_a_database_connection 2024-11-26 14:50:27 +01:00
Infra LibWeb: Implement code_unit_less_than 2024-11-25 11:53:50 +01:00
Internals
IntersectionObserver
Layout LibWeb: Only negotiate NavigableContainerViewport size with objects 2024-11-27 14:47:05 +01:00
Loader
MathML
MediaCapabilitiesAPI
MediaSourceExtensions LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MimeSniff
MixedContent
NavigationTiming
Page
Painting LibWeb: Rename NestedBrowsingContextP => NavigableContainerViewportP 2024-11-26 18:32:48 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
ServiceWorker
SRI
StorageAPI
Streams LibWeb/Streams: Update comments for resolved spec bug 2024-11-27 10:58:45 +01:00
SVG LibWeb: Teach HTMLObjectElement to negotiate natural size with SVGs 2024-11-26 18:32:48 +01:00
UIEvents
UserTiming
WebAssembly
WebAudio LibWeb: Add ChannelMergerNode interface 2024-11-25 17:16:06 +01:00
WebDriver
WebGL
WebIDL
WebSockets
WebVTT
Worker LibIPC: Remove socket path from IPC Client connections 2024-11-26 11:00:48 +01:00
XHR
XLink
XML LibWeb: Do not give the HTML namespace to elements when parsing XML 2024-11-27 17:10:32 +01:00
CMakeLists.txt LibWeb: Rename NestedBrowsingContextP => NavigableContainerViewportP 2024-11-26 18:32:48 +01:00
Dump.cpp LibWeb: Recurse into NavigableContentViewport in layout dumps 2024-11-26 18:32:48 +01:00
Dump.h
Forward.h LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
idl_files.cmake LibWeb: Add IDBKeyRange 2024-11-26 14:50:27 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h