ladybird/Libraries/LibWeb
Sam Atkins 04f1dbce2e LibWeb/HTML: Update BroadcastChannel::is_eligible_for_messaging() spec
Corresponds to part of:
e9ccb97eb1

The majority of that spec change is in algorithms that we don't yet
implement. So this is just a small text change and an update to use
as_if() instead of static_cast().
2025-12-01 11:07:16 +00:00
..
Animations LibWeb: Always parse comma separated value lists as StyleValueList 2025-12-01 10:16:41 +00:00
ARIA
Bindings LibWeb: Move mutation observers from IntrusiveList to GC::RootVector 2025-11-24 12:45:22 +00:00
Clipboard
Compression
ContentSecurityPolicy LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
Cookie
CookieStore
CredentialManagement
Crypto LibWeb: Implement encapsulateBits method for SubtleCrypto 2025-11-27 21:50:06 +01:00
CSS LibWeb/CSS: Absolutize GradientStyleValues 2025-12-01 11:01:06 +00:00
DOM LibWeb/DOM: Update references to ancestor revealing algorithms 2025-12-01 11:07:16 +00:00
DOMURL
Editing LibWeb: Replace use of Optional<NonnullRefPtr> with RefPtr 2025-11-28 16:15:49 +00:00
Encoding
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch LibHTTP+LibWeb: Use LibHTTP's cache implementation in LibWeb 2025-11-29 08:35:02 -05:00
FileAPI LibWeb: Convert Ladybird notes in spec steps to // NB: ... 2025-11-18 09:07:37 -05:00
Gamepad
Geolocation
Geometry
GPC
HighResolutionTime Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
HTML LibWeb/HTML: Update BroadcastChannel::is_eligible_for_messaging() spec 2025-12-01 11:07:16 +00:00
IndexedDB
Infra LibTextCodec+LibWeb: Move isomorphic coders to LibTextCodec 2025-11-27 14:57:29 +01:00
Internals LibWeb: Add some tests that exercise the HTTP disk cache 2025-11-20 09:33:49 +01:00
IntersectionObserver
Layout LibWeb: Fail less when multiple mask images are defined 2025-12-01 10:16:41 +00:00
Loader LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MathML LibWeb/MathML: Stop shadowing value local variable 2025-11-14 09:55:02 +00:00
MediaCapabilitiesAPI LibWeb: Extract some CORS and MIME Fetch helpers to their own files 2025-11-27 14:57:29 +01:00
MediaSourceExtensions
MimeSniff LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
MixedContent
NavigationTiming
NotificationsAPI
Page Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
Painting LibWeb/CSS: Absolutize GradientStyleValues 2025-12-01 11:01:06 +00:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy LibWeb: Store HTTP methods and headers as ByteString 2025-11-26 09:15:06 -05:00
RequestIdleCallback
ResizeObserver
ResourceTiming
SecureContexts
Selection
Serial
ServiceWorker LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
SRI
StorageAPI
Streams
SVG Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
TrustedTypes LibWeb: Update get_trusted_type_data_for_attribute according to the spec 2025-12-01 09:54:04 +01:00
UIEvents
URLPattern
UserTiming
ViewTransition Everywhere: Avoid large rebuilds when editing (Immutable)Bitmap headers 2025-11-28 18:32:48 +01:00
WebAssembly LibWeb: Extract some CORS and MIME Fetch helpers to their own files 2025-11-27 14:57:29 +01:00
WebAudio LibWeb/WebAudio: Fire complete event with OfflineAudioCompletionEvent 2025-11-19 17:26:09 +01:00
WebDriver LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
WebGL LibGfx+LibWeb: Extract bitmap-to-buffer conversion into LibGfx 2025-11-28 18:32:48 +01:00
WebIDL
WebSockets LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
WebVTT
Worker
XHR LibHTTP+LibWeb+RequestServer: Move Fetch's HTTP header infra to LibHTTP 2025-11-27 14:57:29 +01:00
XLink
XML Everywhere: Clean up AD-HOC and FIXME comments without colons 2025-11-13 15:56:04 +01:00
XPath
CMakeLists.txt LibWeb: Implement basic CSS random() function 2025-12-01 11:00:33 +00:00
Dump.cpp
Dump.h
Forward.h LibWeb: Support non-fixed <random-value-sharing> 2025-12-01 11:00:33 +00:00
GraphemeEdgeTracker.cpp
GraphemeEdgeTracker.h
idl_files.cmake LibWeb: Implement SVGAnimatedLengthList 2025-11-20 23:15:24 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h