ladybird/Userland/Libraries/LibWeb
2023-08-09 08:33:02 +01:00
..
ARIA Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Bindings LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Cookie
Crypto LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CSS LibWeb: Add table-layout CSS property 2023-08-09 08:33:02 +01:00
DOM LibWeb: Add namespaces to Universal and TagName selectors 2023-08-08 20:49:45 +01:00
DOMParsing LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Encoding LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Fetch LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
FileAPI LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Geometry LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
HighResolutionTime LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
HTML LibWeb: Add Canvas Context2D basic font property support 2023-08-09 05:48:32 +02:00
Infra
Internals LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
IntersectionObserver LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Layout LibWeb: Implement fixed table layout 2023-08-09 08:33:02 +01:00
Loader Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
MimeSniff
NavigationTiming LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Page LibWeb: Rename is_scrollable() to is_user_scrollable() 2023-08-08 16:55:14 +02:00
Painting LibWeb: Implement background-attachment: local 2023-08-09 05:37:43 +02:00
PerformanceTimeline LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
PermissionsPolicy
Platform LibWeb/Ladybird: Use the abstract audio output in a new audio plugin 2023-08-04 13:49:36 -06:00
ReferrerPolicy
RequestIdleCallback LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ResizeObserver LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Scripts
SecureContexts AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
Selection LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SRI
Streams LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
SVG LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Tests
UIEvents LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
URL LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
UserTiming LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebAssembly LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebAudio LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebDriver Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
WebGL LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebIDL LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
WebSockets LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XHR LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
XML
CMakeLists.txt LibWeb: Implement basic version of CSSOM View's VisualViewport 2023-08-06 16:29:24 +02:00
Dump.cpp LibWeb: Add namespaces to Attribute selectors 2023-08-08 20:49:45 +01:00
Dump.h LibWeb: Rough implementation of CSS namespace rule 2023-07-30 20:27:19 +01:00
FontCache.cpp
FontCache.h
Forward.h LibWeb: Implement basic version of CSSOM View's VisualViewport 2023-08-06 16:29:24 +02:00
idl_files.cmake LibWeb: Implement basic version of CSSOM View's VisualViewport 2023-08-06 16:29:24 +02:00
Namespace.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
Namespace.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
PixelUnits.cpp LibWeb: Inline and constexpr most PixelUnits methods 2023-08-05 20:03:09 +02:00
PixelUnits.h LibWeb: Allow (explicitly) converting CSSPixels to float and int 2023-08-08 14:58:26 +02:00
TreeNode.h