summaryrefslogtreecommitdiffstats
path: root/WebCore/page/GeolocationPositionCache.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-121-1/+1
| | | | Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585
* Updates Android to final version of Geolocation position cache submitted to ↵Steve Block2010-02-231-2/+2
| | | | | | | | webkit.org See http://trac.webkit.org/changeset/55142 Change-Id: I8fabc89b596b0e61e8ae389e07af2e898de3bad1
* Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-251-0/+58
The position cache is an implementation detail of the Geolocation object, but is being moved to its own file to keep files to a reasonable size. Also updates some names and fixes soem style. This will be upstreamed in https://bugs.webkit.org/show_bug.cgi?id=34084 The maximumAge code in the Geolocation object, which may make use of this caching, is being upstreamed in https://bugs.webkit.org/show_bug.cgi?id=30676 Change-Id: I083556de732bd7be240a75da5369117aabc50e33