Closed
Bug 459425
Opened 17 years ago
Closed 15 years ago
allow to set the geolocation in about:config (or through a built-in API)
Categories
(Core :: DOM: Geolocation, enhancement)
Core
DOM: Geolocation
Tracking
()
RESOLVED
DUPLICATE
of bug 495122
People
(Reporter: zeniko, Assigned: dougt)
References
Details
... so that I can direct users towards a web page asking for the "UniversalPreferencesWrite" privilege and displaying a map on which they can easily set the geolocation of their desktop (which requires significantly fewer clicks than having to install an extension).
As the current implementation stands, we'd probably have to ship a simple component as the one from Doug Turner's Geolocation extension <https://addons.mozilla.org/firefox/8420> per default.
| Reporter | ||
Comment 1•17 years ago
|
||
Doug: Wouldn't this make more sense to get users actually using the feature by lowering the required effort for setting it up?
| Assignee | ||
Comment 2•17 years ago
|
||
simon, right. we need to do something so that ff out-of-the-box just works.
Assignee: nobody → doug.turner
| Assignee | ||
Updated•17 years ago
|
Component: DOM → Geolocation
Updated•17 years ago
|
QA Contact: general → geolocation
| Assignee | ||
Comment 3•17 years ago
|
||
Simon, if you are going to already have to go into about:config, the bar isn't much higher to download an addon. Do you agree?
| Reporter | ||
Comment 4•17 years ago
|
||
I don't. See comment #0 for how to get a user to set his/her geolocation without having to install an extension nor having to go into about:config.
| Assignee | ||
Comment 5•17 years ago
|
||
yeah, i worry about the security implications of doing that. :-)
| Reporter | ||
Comment 6•17 years ago
|
||
Webpages can already request "UniversalPreferencesWrite" and change anything in about:config. Why would your prefs be any different?
Comment 7•17 years ago
|
||
They can only do that if they are signed, or if the user flipped the signed.applets.codebase_principal_support pref. There's been some discussion about disabling that functionality altogether given the security risks.
| Reporter | ||
Comment 8•17 years ago
|
||
Right - it's just local documents that work by default.
So my points should rather be that having about:config entries allow to persist a desktop's location even if the user uninstalled the extension needed to setting it and that these entries would help discoverability of the feature (there really are people weeding through about:config...). Oh, and a geolocation could e.g. be set directly from a Ubiquity script.
OTOH I don't feel too strongly about this issue.
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•