mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Flesh out a chunk of the HTML spec's frame navigation algorithms
This commit is contained in:
@@ -629,6 +629,13 @@ void Window::set_name(String const& name)
|
||||
browsing_context()->set_name(name);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/interaction.html#transient-activation
|
||||
bool Window::has_transient_activation() const
|
||||
{
|
||||
// FIXME: Implement this.
|
||||
return false;
|
||||
}
|
||||
|
||||
// https://w3c.github.io/requestidlecallback/#start-an-idle-period-algorithm
|
||||
void Window::start_an_idle_period()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user