ladybird/Userland
Alan Kemp d2fbbabd89 LibWeb: Pageshow event dispatched by the user agent should be trusted
The spec says that "isTrusted is a convenience that indicates whether
an event is dispatched by the user agent (as opposed to using
dispatchEvent())"

But when dispatching a pageshow event the flag was incorrectly set
to false.

This fixes https://wpt.fyi/results/html/syntax/parsing/the-end.html
2024-10-30 10:27:20 +01:00
..
Libraries LibWeb: Pageshow event dispatched by the user agent should be trusted 2024-10-30 10:27:20 +01:00
Services WebContent: Restore ability to use Inspector accessors like "$0" 2024-10-30 08:50:31 +01:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00