1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:14:58 +00:00
serenity/Userland/Libraries/LibWeb/Internals
Timothy Flynn e52c30cbd5 LibWeb: Allow bypassing transient activation checks for tests
We have a 5 second timeout between a user-activated event occurring and
an activation-gated API being invoked in order for that API to succeed.
This is quite fine in normal circumstances, but the machines used in CI
often exceed that limit (we see upwards of 10 seconds passing between
generating the user-activated event and the API call running).

So instead of generating a user-activated event, add a hook to allow
tests to bypass the very next activation check.
2024-02-20 18:53:59 -05:00
..
Inspector.cpp LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Inspector.h LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Inspector.idl LibWeb+WebContent: Do not embed attributes as data in the Inspector HTML 2024-02-20 17:04:36 +01:00
Internals.cpp LibWeb: Allow bypassing transient activation checks for tests 2024-02-20 18:53:59 -05:00
Internals.h LibWeb: Allow bypassing transient activation checks for tests 2024-02-20 18:53:59 -05:00
Internals.idl LibWeb: Allow bypassing transient activation checks for tests 2024-02-20 18:53:59 -05:00