[webkit-changes] [WebKit/WebKit] 26b711: css-view-transitions/navigation/pageswap-long-dela...
mattwoodrow
noreply at github.com
Tue Sep 3 14:31:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26b711588468c210bcda026c14a39ce1ef2a0fe0
https://github.com/WebKit/WebKit/commit/26b711588468c210bcda026c14a39ce1ef2a0fe0
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/ViewTransition.cpp
M Source/WebCore/dom/ViewTransition.h
Log Message:
-----------
css-view-transitions/navigation/pageswap-long-delay.html fails.
https://bugs.webkit.org/show_bug.cgi?id=279044
<rdar://135166838>
Reviewed by Tim Nguyen.
https://github.com/w3c/csswg-drafts/pull/10817
There should be a timeout, starting from before the page swap event is fired.
This implements half of the resolution, making sure we don't provide a view
transition to pagereveal if it takes too long.
* LayoutTests/TestExpectations:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::dispatchPageswapEvent):
* Source/WebCore/dom/ViewTransition.cpp:
(WebCore::ViewTransition::resolveInboundCrossDocumentViewTransition):
* Source/WebCore/dom/ViewTransition.h:
Canonical link: https://commits.webkit.org/283113@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list