mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibWeb: Add getter for history-action activation
This commit is contained in:
parent
a741f68eb9
commit
34b2a4f7ca
Notes:
sideshowbarker
2024-07-16 20:31:50 +09:00
Author: https://github.com/jamierocks
Commit: 34b2a4f7ca
Pull-request: https://github.com/SerenityOS/serenity/pull/24437
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/mattco98
Reviewed-by: https://github.com/tcl3
2 changed files with 10 additions and 0 deletions
|
@ -122,6 +122,9 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/interaction.html#transient-activation
|
||||
bool has_transient_activation() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/interaction.html#history-action-activation
|
||||
bool has_history_action_activation() const;
|
||||
|
||||
WebIDL::ExceptionOr<void> initialize_web_interfaces(Badge<WindowEnvironmentSettingsObject>);
|
||||
|
||||
Vector<JS::NonnullGCPtr<Plugin>> pdf_viewer_plugin_objects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue