1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries/LibWeb
2023-08-22 17:51:48 +01:00
..
ARIA
Bindings LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Cookie
Crypto LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
CSS LibWeb: Make serializing CSS Parser types infallible 2023-08-22 17:51:48 +01:00
DOM LibWeb: Make serializing basic CSS types infallible 2023-08-22 17:51:48 +01:00
DOMParsing LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Encoding LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Fetch LibWeb: Fix Request::visit_edges to actually visit m_body 2023-08-20 19:08:37 +02:00
FileAPI LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Geometry LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
HighResolutionTime LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
HTML LibWeb: Implement StructuredSerialize for BigIntObject and Symbol 2023-08-22 13:08:08 +02:00
Infra LibJS: Make PrimitiveString::utf8_string() infallible 2023-08-09 17:09:16 +02:00
Internals LibWeb: Add hit testing API in internals object 2023-08-09 17:26:44 +02:00
IntersectionObserver LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Layout LibWeb: Stop collecting lookahead items on forced break 2023-08-22 11:33:45 +02:00
Loader LibWeb: Add directory entries page when visiting a local directory 2023-08-15 10:41:54 +01:00
MathML LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
MimeSniff
NavigationTiming
Page LibWeb: Make handle_mousewheel wheel delta use pixels 2023-08-20 12:17:58 -06:00
Painting LibWeb: Treat grid items with z-index != auto as positioned elements 2023-08-22 11:33:24 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy AK: Port URL username/password from DeprecatedString to String 2023-08-13 15:03:53 -06:00
RequestIdleCallback LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
ResizeObserver LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Scripts LibWeb: Escape quotes in style sheet sources 2023-08-12 07:59:23 +01:00
SecureContexts
Selection LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
SRI
Streams LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
SVG LibWeb: Add support for the SVG gradient spreadMethod attribute 2023-08-20 20:04:10 +02:00
Tests
UIEvents LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
URL AK: Port URL::m_fragment from DeprecatedString to String 2023-08-13 15:03:53 -06:00
UserTiming LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebAssembly LibWasm+LibWeb: Parse and validate all Wasm SIMD instructions 2023-08-21 13:39:32 +03:30
WebAudio LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebDriver LibWeb: Add missing promise rejection in execute_async_script 2023-08-21 13:22:04 -06:00
WebGL LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebIDL LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WebSockets AK: Port URL::m_fragment from DeprecatedString to String 2023-08-13 15:03:53 -06:00
XHR LibWeb: Make Fetch::Infrastructure::Body be GC allocated 2023-08-19 15:12:00 +02:00
XML LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
CMakeLists.txt LibWeb: Move table grid slots functionality to separate module 2023-08-20 18:38:15 +02:00
Dump.cpp LibWeb: Make serializing basic CSS types infallible 2023-08-22 17:51:48 +01:00
Dump.h
FontCache.cpp LibWeb: Make FontCache per-StyleComputer 2023-08-17 20:32:21 +02:00
FontCache.h LibWeb: Make FontCache per-StyleComputer 2023-08-17 20:32:21 +02:00
Forward.h LibWeb: Forward-declare RevertStyleValue 2023-08-20 17:59:36 +02:00
idl_files.cmake LibWeb: Implement HTMLFormControlsCollection 2023-08-20 11:04:03 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Fix a rounding issue on CSSPixels multiplication 2023-08-18 17:58:44 +02:00
TreeNode.h LibWeb: Remove all the unused functions from TreeNode 2023-08-20 05:02:59 +02:00