Suggest permission lifetimes by marcoscaceres · Pull Request #108 · w3c/geolocation (original) (raw)
Depends on w3c/permissions#287 and whatwg/html#7337
Try to be broadly accommodating to what browses do with respect to Geolocation permission lifetimes. I prioritized "single session" permissions, while accommodating what Chrome does (you can navigate around... only when you close the browser window/tab does it reset). I also allowed for what Brave does (time based).
The following tasks have been completed:
Modified Web platform tests(not testable)
Implementation commitment:
- WebKit (already implemented)
- Chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=1147918)
- Gecko (already implemented)