..
Animations
LibWeb: Make transition order consider property name
2025-11-11 13:46:56 +01:00
ARIA
LibWeb: Shave 168 bytes off of ARIAMixin
2025-11-07 16:59:26 +01:00
Bindings
LibWeb: Allow eval to execute TrustedScripts
2025-11-11 09:58:34 +01:00
Clipboard
LibWeb+UI/AppKit: Ignore unknown clipboard MIME types
2025-10-10 15:10:03 -04:00
Compression
ContentSecurityPolicy
LibWeb: Allow CSP to block eval invocations based on TrustedTypes
2025-11-11 09:58:34 +01:00
Cookie
Everywhere: Change west consts caught by clang-format-21 to east consts
2025-08-29 18:18:55 +01:00
CookieStore
CredentialManagement
Crypto
LibJS+LibWeb: Inline fast path for Value::to_object()
2025-09-15 12:16:58 +02:00
CSS
LibWeb: Block rendering while waiting for CSS @import downloads
2025-11-16 09:14:18 +01:00
DOM
LibWeb: Block rendering while waiting for CSS @import downloads
2025-11-16 09:14:18 +01:00
DOMURL
Everywhere: Change west consts caught by clang-format-21 to east consts
2025-08-29 18:18:55 +01:00
Editing
LibWeb: Avoid invoking Trusted Types where avoidable
2025-11-06 11:43:06 -05:00
Encoding
EncryptedMediaExtensions
LibWeb/EME: Implement navigator.requestMediaKeySystemAccess
2025-08-27 09:58:00 +02:00
EntriesAPI
EventTiming
Fetch
Everywhere: Clean up AD-HOC and FIXME comments without colons
2025-11-13 15:56:04 +01:00
FileAPI
LibWeb/FileAPI: Remove redundant if condition
2025-09-03 21:43:36 +02:00
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
LibWeb+LibWebView+WebContent: Replace DNT with GPC
2025-09-16 10:38:20 +02:00
HighResolutionTime
Everywhere: Clean up AD-HOC and FIXME comments without colons
2025-11-13 15:56:04 +01:00
HTML
LibWeb: Don't run update_the_image_data() algorithm if already started
2025-11-15 12:39:37 +01:00
IndexedDB
LibWeb/IDB: Handle cursor iteration more correctly
2025-11-13 08:52:16 -05:00
Infra
Internals
LibWeb: Add an Internals method to dump the GC graph
2025-11-04 10:34:43 +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: Account for box-sizing in max-content contribution [GFC]
2025-11-14 16:24:30 +01:00
Loader
LibWeb: Remove now-unused Resource and ResourceClient
2025-11-05 18:27:36 +01:00
MathML
LibWeb/MathML: Stop shadowing value local variable
2025-11-14 09:55:02 +00:00
MediaCapabilitiesAPI
LibWeb/EME: Implement MediaKeySystemAccess
2025-08-27 09:58:00 +02:00
MediaSourceExtensions
MimeSniff
LibWeb/MimeSniff: Match spec change by using correct font essence
2025-09-15 07:31:02 +01:00
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: Add StyleScope to keep style caches per Document/ShadowRoot
2025-11-14 22:05:33 +01:00
Painting
LibWeb: Reset text-shadow if needed after paint-only properties update
2025-11-14 12:49:36 +01:00
PerformanceTimeline
PermissionsPolicy
Platform
LibWeb: Support multiple emoji/symbol fonts
2025-11-03 09:56:25 +00:00
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
LibWeb: Implement up/down arrow navigation for EditingHostManager
2025-09-18 07:39:10 -04:00
Serial
ServiceWorker
Everywhere: Clean up AD-HOC and FIXME comments without colons
2025-11-13 15:56:04 +01:00
SRI
StorageAPI
Streams
LibWeb: Fix typo "folowing" → "following"
2025-09-24 11:54:42 +01:00
SVG
LibWeb+LibGfx: Implement SVGFEMorphologyElement
2025-11-15 16:08:53 +01:00
TrustedTypes
LibWeb: Allow CSP to block eval invocations based on TrustedTypes
2025-11-11 09:58:34 +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
LibWeb/WebAudio: Implement basic startRendering
2025-10-26 14:19:21 +01:00
WebDriver
LibJS: Have JS::Lexer take a JS::SourceCode as input
2025-11-09 12:14:03 +01:00
WebGL
LibWeb: Small WebGL spec fix for vertexAttribPointer
2025-11-06 19:02:36 +01:00
WebIDL
LibJS: Add inline caching for adding new own properties to objects
2025-09-17 12:44:44 +02:00
WebSockets
LibWeb: Remove now-unused Resource and ResourceClient
2025-11-05 18:27:36 +01:00
WebVTT
Worker
LibWeb: Implement cookie fetching for Workers
2025-09-09 15:28:38 +02:00
XHR
LibWeb: Remove exception throwing from Fetch
2025-11-07 04:08:30 +01:00
XLink
XML
Everywhere: Clean up AD-HOC and FIXME comments without colons
2025-11-13 15:56:04 +01:00
XPath
LibWeb: Implement XPath functionality using libxml2
2025-10-03 13:16:11 +02:00
CMakeLists.txt
LibWeb+LibGfx: Implement SVGFEMorphologyElement
2025-11-15 16:08:53 +01:00
Dump.cpp
LibWeb: Store correct text offsets in PaintableFragment
2025-09-12 15:34:09 -04:00
Dump.h
LibWeb: Always show box model info when dumping layout tree
2025-08-27 11:53:45 +01:00
Forward.h
LibWeb+LibGfx: Implement SVGFEMorphologyElement
2025-11-15 16:08:53 +01:00
GraphemeEdgeTracker.cpp
LibWeb: Add a FIXME comment about handling wrapping in arrow navigation
2025-09-18 07:39:10 -04:00
GraphemeEdgeTracker.h
LibWeb: Move grapheme edge detection across lines to helper functions
2025-09-18 07:39:10 -04:00
idl_files.cmake
LibWeb+LibGfx: Implement SVGFEMorphologyElement
2025-11-15 16:08:53 +01:00
InvalidateDisplayList.h
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
LibGfx+LibWeb: Delete unused Line class and Rect methods
2025-11-04 23:16:02 +01:00
TraversalDecision.h
TraversalOrder.h
TreeNode.h
LibWeb: Make TreeNode::child_at_index() accept a size_t
2025-09-16 06:57:30 -04:00