Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge WebKit at r65072 : Initial merge by git. | Ben Murdoch | 2010-08-12 | 1 | -1/+1 |
| | | | | Change-Id: Ibcf418498376b2660aacb7f8d46ea7085ef91585 | ||||
* | Updates Android to final version of Geolocation position cache submitted to ↵ | Steve Block | 2010-02-23 | 1 | -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 Block | 2010-01-25 | 1 | -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 |