mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
This commit is contained in:
parent
e5f6d36616
commit
4ee5dfbe4b
Notes:
sideshowbarker
2024-07-17 06:49:58 +09:00
Author: https://github.com/awesomekling
Commit: 4ee5dfbe4b
8 changed files with 479 additions and 8 deletions
|
@ -120,6 +120,9 @@ public:
|
|||
|
||||
AnimationFrameCallbackDriver& animation_frame_callback_driver() { return m_animation_frame_callback_driver; }
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/interaction.html#transient-activation
|
||||
bool has_transient_activation() const;
|
||||
|
||||
private:
|
||||
explicit Window(JS::Realm&);
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue