serenity/Userland/Libraries/LibWeb
Aliaksandr Kalenik 23d683cf6b LibWeb: Update document url after same-document back/forward navigation
Seems like a specification bug, but other browsers update url before
popstate event is fired and so should we.

Fixes back/forward navigation on GitHub.
2024-04-21 12:41:36 +02:00
..
Animations LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
ARIA
Bindings LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Clipboard LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Cookie Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Crypto
CSS LibWeb/DOM: Rename link_color to normal_link_color 2024-04-19 10:58:45 +02:00
DOM LibWeb: Update document url after same-document back/forward navigation 2024-04-21 12:41:36 +02:00
DOMParsing LibWeb: Only invalidate style/layout on mutation for connected DOM nodes 2024-04-15 12:58:27 +02:00
DOMURL
Encoding
Fetch LibWeb: Let queue_fetch_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
FileAPI LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Geometry LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
HighResolutionTime
HTML LibJS+LibWeb: Make Console, ConsoleClient & subclasses GC-allocated 2024-04-21 09:12:25 +02:00
Infra
Internals
IntersectionObserver LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
Layout Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Loader
MathML
MimeSniff
NavigationTiming
Page Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
Painting LibWeb: Remove unused blend mode param in FillEllipse painting command 2024-04-20 12:42:02 +02:00
PerformanceTimeline LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
PermissionsPolicy
Platform LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
ReferrerPolicy
RequestIdleCallback
ResizeObserver LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
SecureContexts
Selection
SRI
Streams LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
SVG Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
UIEvents
UserTiming
WebAssembly
WebAudio LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
WebDriver
WebGL
WebIDL Ladybird+LibWeb: Add optional IDL call tracing 2024-04-16 16:57:06 +02:00
WebSockets
Worker Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00
XHR
XLink
XML LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
CMakeLists.txt LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
Dump.cpp
Dump.h
Forward.h LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
idl_files.cmake LibWeb: Implement <desc> SVG element 2024-04-17 07:17:27 +02:00
Namespace.cpp
Namespace.h
PixelUnits.cpp
PixelUnits.h
TreeNode.h