1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 18:12:24 +00:00
serenity/Userland/Libraries/LibWeb
Aliaksandr Kalenik f01cbaf5fb LibWeb: Remove unused javascript: url navigation methods in Document
Those are superseded by methods to navigate `javascript:` url in
navigables.
2023-09-16 16:53:32 +02:00
..
ARIA
Bindings LibWeb: Port Text interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Cookie LibWeb: Make Document::set_cookie take a StringView 2023-09-13 07:26:35 +02:00
Crypto LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
CSS LibWeb: Change viewport ownership from BrowsingContext to Navigable 2023-09-16 16:53:32 +02:00
DOM LibWeb: Remove unused javascript: url navigation methods in Document 2023-09-16 16:53:32 +02:00
DOMParsing LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Encoding LibWeb: Port TextEncoder interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
Fetch LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
FileAPI
Geometry AK: Add to_radians and to_degrees math functions 2023-09-10 08:38:29 +01:00
HighResolutionTime LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
HTML LibWeb: Update Window::name() to use navigables 2023-09-16 16:53:32 +02:00
Infra
Internals LibWeb: Update top_level_browsing_context() to use navigables 2023-09-16 16:53:32 +02:00
IntersectionObserver LibWeb: Update IntersectionObserver::intersection_root() for navigables 2023-09-16 16:53:32 +02:00
Layout LibWeb: Change viewport ownership from BrowsingContext to Navigable 2023-09-16 16:53:32 +02:00
Loader LibWeb: Remove outdated version of determine_the_origin() 2023-09-16 16:53:32 +02:00
MathML
MimeSniff LibWeb: Add XMLHttpRequest Document response type 2023-09-14 22:58:42 +02:00
NavigationTiming
Page LibWeb: Update EventHandler::handle_mouseup to use navigables 2023-09-16 16:53:32 +02:00
Painting LibWeb: Change viewport ownership from BrowsingContext to Navigable 2023-09-16 16:53:32 +02:00
PerformanceTimeline LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
PermissionsPolicy
Platform
ReferrerPolicy
RequestIdleCallback
ResizeObserver
SecureContexts
Selection LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
SRI
Streams LibJS: Stop propagating small OOM errors from the Error object 2023-09-09 13:03:25 -04:00
SVG LibWeb: Update SVGDecodedImageData to use navigables 2023-09-16 16:53:32 +02:00
UIEvents LibWeb: Add modifier keys to MouseEvent 2023-09-15 22:12:56 +02:00
URL LibWeb/URL: Add strip_trailing_spaces_from_an_opaque_path() 2023-09-15 11:15:43 -06:00
UserTiming LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebAssembly LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder 2023-09-09 13:03:25 -04:00
WebAudio LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebDriver LibWeb: Change viewport ownership from BrowsingContext to Navigable 2023-09-16 16:53:32 +02:00
WebGL
WebIDL LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
WebSockets LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
XHR LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
XML LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
CMakeLists.txt LibWeb: Introduce the slot concept for HTML slot elements 2023-09-13 13:45:47 +02:00
Dump.cpp LibWeb+WebContent: Add option to dump session history of a traversable 2023-09-16 16:53:32 +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: Implement HTMLDetailsElement's open attribute closer to the spec 2023-09-13 13:45:47 +02:00
idl_files.cmake LibWeb: Implement ToggleEvent for HTMLDetailsElement 2023-09-13 13:45:47 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h LibWeb: Use CSSPixels only when calculating radial gradient sizes 2023-09-09 13:03:11 +02:00
TreeNode.h