Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap "activate view transition" with script prepare/clean up #10284

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

  1. Wrap "activate view transition" with script prepare/clean up

    This ensures that we perform a microtask checkpoint (and set the incumbent script)
    right after resolving/rejecting the `ViewTransition` promises.
    
    It's necessary as those promises need to be resolved before the other
    rendering operations, mainly style/layout.
    noamr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e5612ba View commit details
    Browse the repository at this point in the history
  2. Finish comment

    noamr committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9d0e2f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Use correct prepare/cleanup

    noamr committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    246ee54 View commit details
    Browse the repository at this point in the history