lp://staging/~mardy/location-service/old-location-1551686
- Get this branch:
- bzr branch lp://staging/~mardy/location-service/old-location-1551686
Branch merges
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 431 lines (+273/-8)9 files modifiedsrc/location_service/com/ubuntu/location/CMakeLists.txt (+1/-0)
src/location_service/com/ubuntu/location/service/daemon.cpp (+2/-1)
src/location_service/com/ubuntu/location/service/implementation.cpp (+2/-0)
src/location_service/com/ubuntu/location/service/implementation.h (+5/-0)
src/location_service/com/ubuntu/location/service/position_obfuscator.cpp (+68/-0)
src/location_service/com/ubuntu/location/service/position_obfuscator.h (+74/-0)
tests/CMakeLists.txt (+1/-0)
tests/acceptance_tests.cpp (+19/-7)
tests/obfuscator_test.cpp (+101/-0)
Related bugs
Bug #1551686: browser leaks old location data to web pages | Undecided | Invalid |
Related blueprints
Branch information
Recent revisions
- 222. By Alberto Mardegan
-
Merge trunk
* Small fixes around provider loading added: tests/mock_engine.h
* Use a fusion engine provider to generate higher quality position
updates added:
include/location_ service/ com/ubuntu/ location/ fusion_ provider. h
include/location_ service/ com/ubuntu/ location/ fusion_ provider_ selecti
on_policy.h
include/location_ service/ com/ubuntu/ location/ newer_or_ more_accurate_
update_selector.h
include/location_ service/ com/ubuntu/ location/ newer_update_ selector. h
include/location_ service/ com/ubuntu/ location/ update_ selector. h
src/location_service/ com/ubuntu/ location/ fusion_ provider. cpp
src/location_service/ com/ubuntu/ location/ fusion_ provider_ selection_ p
olicy.cpp
* Enable dual landings according to https://wiki.ubuntu. com/citrain/ LandingProcess# Dual-landing_ for_stable_ and_devel:
* Both vivid+overlay and xenial packages are built from the same
source.
* To account for differences in major revisions (necessary to handle
the g++ 5 ABI break), we generate install files on the fly.
* Lower number of concurrent clients to stabilize acceptance test on
loaded builders.
* No change rebuild.
* No change rebuild.
* libubuntu-location- service3: Replaces libubuntu- location- service2,
config file /etc/gps.conf in both packages.
* Bump major revision and fix LP:#1478750 to account for toolchain update.
* Log to stderr by default, relying on upstart to rotate logs
appropriately. (LP: #1447110)
* Add SntpClient for querying reference time information. - 216. By Thomas Voß
-
Remove explicit option to disable satellite-based positioning services.
The service is clever enough to dynamically enable/disable the provider, taking into account
accuracy requirements. - 214. By Scott Sweeny
-
Allow providers to register themselves asynchronously Fixes: #1415029
Approved by: Thomas Voß - 213. By Alberto Mardegan
-
Set debian source format to "3.0 (native)"
This is a native package. With the wrong source format set, it's impossible to build this package with pdebuild.
For more information on package source formats, see:
http://manpages. ubuntu. com/manpages/ precise/ man1/dpkg- source. 1.html# contenttoc6
Approved by: Thomas Voß
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/location-service/trunk