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

Define target top-level origin for a navigation request #5491

Merged
merged 5 commits into from
Jun 5, 2020

Commits on Jun 3, 2020

  1. Redo top-level origin and add top-level creation URL

    An environment's top-level origin is null during the initial navigation (before the response arrived) and otherwise represents the origin of the top-level document. It is currently implementation-defined for non-dedicated workers, but hopefully that can be sorted soon.
    
    An environment's top-level creation URL is the URL of the top-level document. It is null for workers as they do not need the concept.
    
    Needed for whatwg/fetch#943 and whatwg#5558.
    shivanigithub authored and annevk committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7c6312a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0548f13 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    1022fd8 View commit details
    Browse the repository at this point in the history
  2. where is CI when you need it

    annevk committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b798f40 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. attempt to clarify potential

    annevk committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    08bf96a View commit details
    Browse the repository at this point in the history