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

fix: use appropriate site instance for cross-site nav's #15821

Merged
merged 19 commits into from Dec 5, 2018
Merged

fix: use appropriate site instance for cross-site nav's #15821

merged 19 commits into from Dec 5, 2018

Commits on Dec 4, 2018

  1. fix: use Chromium's determined new site instance as candidate when na…

    …vigating.
    
    When navigating to a new address, consider using Chromium's determined site instance
    for the new page as it should belong to an existing browsing instance when the
    navigation was triggered by window.open().
    
    fixes 8100.
    ppontes committed Dec 4, 2018
    Copy the full SHA
    cb2d31c View commit details
    Browse the repository at this point in the history
  2. Revert "fix: use Chromium's determined new site instance as candidate…

    … when navigating."
    
    This reverts commit eb95f93.
    ppontes committed Dec 4, 2018
    Copy the full SHA
    7530af6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6e03731 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    694e51b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd857e9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e799fe0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9271a39 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5aae695 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2225c0b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6d02359 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f85ad5c View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    220b722 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    f4e3036 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    c30f003 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d8d16a5 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    9829b19 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    c56311f View commit details
    Browse the repository at this point in the history
  18. fix: introduce current-render-view-deleted for current RVH's deletions.

    Revert render-view-deleted to being emitted with any RVH's deletion.
    current-render-view-deleted is emitted only when the RVH being deleted
    is the current one.
    ppontes committed Dec 4, 2018
    Copy the full SHA
    14daf67 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    8b4e030 View commit details
    Browse the repository at this point in the history