[webkit-changes] [WebKit/WebKit] 407eb5: Activate the view transition should happen after t...

mattwoodrow noreply at github.com
Mon Aug 12 18:31:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 407eb582b8a8daaa96dccec3213d98a73eb6b665
      https://github.com/WebKit/WebKit/commit/407eb582b8a8daaa96dccec3213d98a73eb6b665
  Author: Matt Woodrow <mattwoodrow at apple.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/navigation/pagereveal-microtask-sequence-expected.txt
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/dom/ViewTransition.cpp
    M Source/WebCore/dom/ViewTransition.h

  Log Message:
  -----------
  Activate the view transition should happen after the reveal event.
https://bugs.webkit.org/show_bug.cgi?id=277943
<rdar://133666440>

Reviewed by Tim Nguyen and Ryosuke Niwa.

The current code is creating and activating the view transition. The latter
should happen after the 'pagereveal' event has run.

* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/navigation/pagereveal-microtask-sequence-expected.txt:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::reveal):
* Source/WebCore/dom/ViewTransition.cpp:
(WebCore::ViewTransition::createInbound):
(WebCore::ViewTransition::startInbound):

Canonical link: https://commits.webkit.org/282151@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