ladybird/Libraries/LibWeb
R-Goc e8a9d23f92 CSS: Use i64 in StepsEasingFunction
Unbreaks Windows build. resolve_integer returns an i64 making creation
of a StepsEasingFunction with its result a narrowing conversion before
this change as a long is 32 bits on Windows.
2025-10-21 14:51:47 +02:00
..
Animations LibWeb: Maintain easing keywords as KeywordStyleValue until use-time 2025-10-20 11:27:44 +01:00
ARIA LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
Bindings LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
Clipboard LibWeb+UI/AppKit: Ignore unknown clipboard MIME types 2025-10-10 15:10:03 -04:00
Compression
ContentSecurityPolicy
Cookie
CookieStore
CredentialManagement
Crypto
CSS CSS: Use i64 in StepsEasingFunction 2025-10-21 14:51:47 +02:00
DOM LibWeb: Invalidate style for tree counting functions when required 2025-10-20 16:12:08 +01:00
DOMURL
Editing LibWeb: Hook TrustedTypes to the Range Dom api 2025-10-13 13:22:01 +01:00
Encoding
EncryptedMediaExtensions
EntriesAPI
EventTiming
Fetch LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
FileAPI
Gamepad LibWeb: Make eventInitDict GamepadEvent constructor parameter optional 2025-09-23 16:04:56 +01:00
Geolocation
Geometry LibWeb: Add method for whether tree-counting function is allowed 2025-10-20 16:12:08 +01:00
GPC
HighResolutionTime
HTML LibWeb: Ensure putImageData() is unaffected by drawing state 2025-10-21 09:52:16 +02:00
IndexedDB LibWeb/IDB: Dont run wait callbacks as a database task 2025-10-18 13:50:01 +01:00
Infra
Internals LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
IntersectionObserver LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
Layout LibWeb: Peek after extracting next chunk in InlineLevelIterator 2025-10-20 12:37:25 +01:00
Loader LibWeb: Respect IncludeCredentials for Set-Cookie during fetch 2025-09-24 10:12:56 +01:00
MathML
MediaCapabilitiesAPI
MediaSourceExtensions
MimeSniff
MixedContent LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
NavigationTiming
NotificationsAPI LibWeb: Add a simplified Notification constructor 2025-09-24 11:53:14 +01:00
Page LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
Painting LibWeb: Fix partially selecting non-text nodes 2025-10-21 10:23:10 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
RequestIdleCallback
ResizeObserver LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
ResourceTiming
SecureContexts
Selection
Serial
ServiceWorker LibWeb: Hook TrustedTypes to the ServiceWorkers api 2025-10-13 13:22:01 +01:00
SRI
StorageAPI
Streams LibWeb: Fix typo "folowing" → "following" 2025-09-24 11:54:42 +01:00
SVG LibWeb: Remove redundant SVG presentation attribute handling 2025-10-20 12:38:19 +01:00
TrustedTypes LibWeb: Hook TrustedTypes to the ServiceWorkers api 2025-10-13 13:22:01 +01:00
UIEvents LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
URLPattern
UserTiming
ViewTransition LibWeb: Avoid including Navigable.h in headers 2025-10-20 10:16:55 +01:00
WebAssembly LibWasm+LibWeb: Stub wasm-gc's heap reference types 2025-10-15 01:26:29 +02:00
WebAudio
WebDriver
WebGL LibWeb/WebGL: Use surfaceless contexts when making a context current 2025-10-21 09:59:59 +02:00
WebIDL
WebSockets LibJS+LibWeb: Use GC::Weak instead of AK::WeakPtr for GC-allocated types 2025-10-17 17:22:16 +02:00
WebVTT
Worker
XHR
XLink
XML LibWeb+LibXML: Make Listener::set_source(ByteString) fallible 2025-10-02 02:25:28 +02:00
XPath LibWeb: Implement XPath functionality using libxml2 2025-10-03 13:16:11 +02:00
CMakeLists.txt LibWeb: Support top-level tree counting functions 2025-10-20 16:12:08 +01:00
Dump.cpp
Dump.h
Forward.h LibWeb: Support top-level tree counting functions 2025-10-20 16:12:08 +01:00
GraphemeEdgeTracker.cpp
GraphemeEdgeTracker.h
idl_files.cmake LibWeb/WebGL: Implement the EXT_texture_filter_anisotropic extension 2025-10-20 15:33:33 +02:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TraversalDecision.h
TraversalOrder.h
TreeNode.h