Bug 1527748 Comment 15 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Julien Cristau [:jcristau] from comment #13)

> QA help requested in https://moz-pi-test.atlassian.net/browse/PI-24
> 
> I think Linux should be out of scope at this point, we don't seem to enable that support in our builds.

That's correct. By default as of 65 (bug 1512161), Firefox uses geolocation APIs provided by the OS on Windows and macOS. Linux doesn't have a standard geolocation API, so Firefox on Linux always uses GLS (or MLS). Firefox on Linux *does* a `geo.provider.use_gpsd` pref to use the "gpsd" API to connect to a hardware GPS device. We've never really tested this code and these GPS devices are probably rare for desktop users, so I think we SHOULD NOT enable `geo.provider.use_gpsd` pref.
(In reply to Julien Cristau [:jcristau] from comment #13)

> QA help requested in https://moz-pi-test.atlassian.net/browse/PI-24
> 
> I think Linux should be out of scope at this point, we don't seem to enable that support in our builds.

That's correct. By default as of 65 (bug 1512161), Firefox uses geolocation APIs provided by the OS on Windows and macOS. Linux doesn't have a standard geolocation API, so we always uses GLS (or MLS) on Linux. Firefox on Linux *does* have a `geo.provider.use_gpsd` pref to use the "gpsd" API to connect to a hardware GPS device. But we've never really tested this code and these GPS devices are probably rare for desktop users, so I think we SHOULD NOT enable `geo.provider.use_gpsd` pref.

Back to Bug 1527748 Comment 15