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

Add compat data for Geolocation #2304

Merged
merged 7 commits into from Jul 4, 2018
Merged

Add compat data for Geolocation #2304

merged 7 commits into from Jul 4, 2018

Commits on Jun 13, 2018

  1. Add compat data for Geolocation

    maboa committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5ed4890 View commit details
    Browse the repository at this point in the history
  2. Add methods and safari fix

    maboa committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    631a134 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Sort browsers

    ddbeck committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    6a8e09a View commit details
    Browse the repository at this point in the history
  2. Remove lower-level secure context required data

    It seems like it duplicates the top-level API's restriction.
    ddbeck committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    4c860f3 View commit details
    Browse the repository at this point in the history
  3. Rename secure context to be more like other features

    This isn't consistent across the whole repo, but I'd like it to be.
    ddbeck committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    573dd00 View commit details
    Browse the repository at this point in the history
  4. Update and reconcile Geolocation data

    This appears to be widely supported, so I fixed up some contradictory
    values and added versions or `true`.
    
    Sources:
    
    - https://www.chromestatus.com/features/6348855016685568
    - https://caniuse.com/#feat=geolocation
    - https://developer.microsoft.com/en-us/microsoft-edge/platform/status/geolocation/
    ddbeck committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    95c8f6f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    b4dcf36 View commit details
    Browse the repository at this point in the history