1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland/Libraries/LibWeb
Andreas Kling 38cb15ff49 LibWeb: Move system visibility state to TraversableNavigable
This no longer belongs in BrowsingContext.
2023-09-20 18:29:17 +02:00
..
ARIA
Bindings LibJS: Use OrderedHashMap for the Shape property table 2023-09-17 21:00:11 +02:00
Cookie LibWeb: Make Document::set_cookie take a StringView 2023-09-13 07:26:35 +02:00
Crypto
CSS LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
DOM LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
DOMParsing LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
Encoding
Fetch
FileAPI LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00
Geometry LibWeb: Use TRY in DOMMatrix and DOMPointReadOnly 2023-09-17 16:48:54 -06:00
HighResolutionTime
HTML LibWeb: Move system visibility state to TraversableNavigable 2023-09-20 18:29:17 +02:00
Infra
Internals LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
IntersectionObserver LibWeb: Update IntersectionObserver::intersection_root() for navigables 2023-09-16 16:53:32 +02:00
Layout LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
Loader LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
MathML
MimeSniff LibWeb: Add missing String.h include to MimeSniff/MimeType.h 2023-09-17 16:37:31 -06:00
NavigationTiming
Page LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
Painting LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
PerformanceTimeline
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection
SRI
Streams
SVG LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
UIEvents LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
URL LibWeb/URL: Use the correct spec URL comment for URL::port() 2023-09-19 08:18:45 +02:00
UserTiming
WebAssembly
WebAudio
WebDriver LibWeb: Change viewport ownership from BrowsingContext to Navigable 2023-09-16 16:53:32 +02:00
WebGL
WebIDL
WebSockets
XHR LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
XML LibWeb: Port CharacterData from DeprecatedString to String 2023-09-19 10:54:07 +02:00
CMakeLists.txt LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
Dump.cpp LibWeb: Port Node interface from DeprecatedString to String 2023-09-17 20:29:18 +02:00
Dump.h LibWeb+WebContent: Add option to dump session history of a traversable 2023-09-16 16:53:32 +02:00
FontCache.cpp
FontCache.h
Forward.h LibWeb: Remove FrameLoader 2023-09-20 18:29:17 +02:00
idl_files.cmake LibWeb: Add an initial implementation for Web::FileAPI::FileReader 2023-09-17 16:37:31 -06:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h