Open
Bug 2037074
Opened 2 months ago
Updated 2 months ago
Handle Geolocation permission on parent process
Categories
(Core :: DOM: Geolocation, task)
Core
DOM: Geolocation
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
Details
Attachments
(1 obsolete file)
The current permission story of geolocation is deeply sad:
- The content process pings the parent process for the initial browser-level permission prompt
- The parent process pings back
- If it's granted, the content process pings the parent again for the system-level permission prompt
- The parent process pings back
- If it's also granted, the content process pings the parent again for the geolocation request
- The parent process pings back with the geolocation data
The ideal way is:
- The content process pings the parent process for the geolocation request
- The parent process figures out the permission story (and opens permission prompt if needed), and ping back with the result
| Reporter | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Attachment #9583344 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•