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

Always replace the initial about:blank Document #6595

Merged
merged 1 commit into from
Jan 12, 2022

Commits on Aug 10, 2021

  1. Always replace the initial about:blank Document

    Previously, the caller of the navigate algorithm would (usually) check for the browsing context still being on the initial about:blank Document, and if so, switch its history handling to "replace". However, a few call sites missed this: e.g., following hyperlinks or window.open() when they were targeted at an existing browsing context.
    
    This change instead centralizes the the conversion of "default" navigations into "replace" navigations for the initial about:blank Document.
    domenic committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3f18633 View commit details
    Browse the repository at this point in the history