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

[Navigation Timing] Replace TAO restrictions with same-origin ones #17412

Merged
merged 1 commit into from Jun 21, 2019

Commits on Jun 21, 2019

  1. [Navigation Timing] Replace TAO restrictions with same-origin ones

    The NavigationTiming specification changed [1] to replace TAO based opt-in
    to get information about unloadStart, unloadEnd and redirectCount with
    same origin restrictions.
    
    Our implementation was not aligned with the old spec language, but
    isn't aligned with the new one either.
    
    This CL aligns the implementation with the new language.
    
    Change-Id: Ic4f3c7061e7b9a40f960f0bf26ef26823d5fe743
    Bug: 977147
    
    [1] w3c/navigation-timing#108
    
    Change-Id: Ic4f3c7061e7b9a40f960f0bf26ef26823d5fe743
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669355
    Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
    Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#671229}
    Yoav Weiss authored and chromium-wpt-export-bot committed Jun 21, 2019
    Copy the full SHA
    c477597 View commit details
    Browse the repository at this point in the history