Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Doug Turner e6efd583f7 Bug 1296125 - Geolocation timestamp sometimes uses microseconds instead of milliseconds. r=kchen
The MacOS and Windows native location providers were using PR_Now() which returns microseconds. The spec says it should be milliseconds.

--HG--
extra : rebase_source : d73752c0b3b1f21294260cef3b214c78e35ad45b
2016-08-23 13:59:00 -04:00
Thomas Zimmermann e653da5240 Bug 1250922: Add MLS as fallback for gpsd, r=jdm
The Mozilla Location Service is the fallback for gpsd. If no location
information is received from GSP within a few seconds, MLS provides a
position. It will be updated once GPS is ready. If GPS fails, MLS will
take over again until GPS has been restored.
2016-07-22 11:52:09 +02:00
Thomas Zimmermann c0d13a09b6 Bug 1250922: Add gpsd geolocation provider on Linux, r=jdm,glandium
Gpsd is the GPS daemon on Linux. It implements support for a wide range
of GPS receivers. This patch adds support for gpsd to the Geolocation
module.

The build system can now test for libgps, which provides the public
interface to gpsd's functionality. If found, |GpsdLocationProvider|
is added to the build.

MozReview-Commit-ID: 1kBgFdEZePI
2016-07-22 11:52:09 +02:00