ladybird/Userland/Libraries/LibWeb
Andreas Kling dd2080c55f LibWeb: Stub out Element.scroll() and Element.scrollTo()
With this, we stop throwing exceptions in a way that makes MDN disappear
and it's now possible to browse MDN in Ladybird. :^)
2023-06-08 10:05:56 +02:00
..
ARIA
Bindings
Cookie Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Crypto
CSS LibWeb: Use none as initial value for grid-template-column/rows 2023-06-07 14:13:07 +02:00
DOM LibWeb: Stub out Element.scroll() and Element.scrollTo() 2023-06-08 10:05:56 +02:00
DOMParsing
Encoding LibWeb: Make 'optional BufferSource' IDL arguments actually optional 2023-05-30 12:50:13 +02:00
Fetch LibWeb: Handover the fetch response's internal body data upon completion 2023-05-29 17:12:46 +02:00
FileAPI LibWeb: Ensure that contentType in Blob::slice is basic latin 2023-06-05 06:55:18 +02:00
Geometry
HighResolutionTime Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
HTML LibWeb: Remove rounding in CRC2D.stroke_rect() 2023-06-08 07:17:43 +02:00
Infra
IntersectionObserver
Layout LibWeb: Resolve percentage padding and margins for grid items in GFC 2023-06-08 07:14:47 +02:00
Loader LibWeb: Allow loading of SVGs in ImageResource 2023-06-06 11:04:14 +02:00
MimeSniff
NavigationTiming
Page LibWeb: Add Page::has_ongoing_navigation() 2023-05-30 20:40:23 +02:00
Painting LibWeb: Add support for inset shadows 2023-06-07 10:14:21 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
Scripts
SecureContexts
Selection
SRI
Streams LibWeb: Throw the correct object when enqueuing to a readable stream 2023-05-27 13:55:14 +02:00
SVG LibWeb/SVG: Support url() in the stroke attribute 2023-06-07 06:29:46 +02:00
Tests
UIEvents LibWeb: Preserve case for key events 2023-05-23 06:02:00 +02:00
URL
UserTiming
WebAssembly
WebAudio LibWeb: Stub AudioContext constructor 2023-05-22 06:07:05 +02:00
WebDriver LibWeb/WebDriver: Support resolve with callback in execute_async_script 2023-05-30 18:55:47 +02:00
WebGL
WebIDL
WebSockets
XHR
XML
CMakeLists.txt LibWeb: Implement the <symbol> SVG element 2023-06-03 05:58:00 +02:00
Dump.cpp LibWeb: Measure the overflow for all scroll containers 2023-06-01 13:33:35 +02:00
Dump.h
FontCache.cpp
FontCache.h
Forward.h LibWeb/SVG: Support url() in the stroke attribute 2023-06-07 06:29:46 +02:00
idl_files.cmake LibWeb: Implement the <symbol> SVG element 2023-06-03 05:58:00 +02:00
Namespace.cpp
Namespace.h
PixelUnits.h LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2023-05-24 14:40:35 +02:00
TreeNode.h