summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Geolocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r73109: Initial merge by git.Shimeng (Simon) Wang2010-12-221-0/+36
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-021-22/+22
* Merge WebKit at r70209: Initial merge by GitBen Murdoch2010-10-261-1/+1
* Remove superfluous Geolocation::stop() method rogue LayoutTestsSteve Block2010-09-161-4/+0
* Merge WebKit at r66079 : Initial merge by gitSteve Block2010-09-021-14/+4
* Merge WebKit at r65615 : Fix conflicts.Iain Merrick2010-08-231-17/+0
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-231-39/+92
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-041-3/+4
* Merge WebKit at r63859 : Initial merge by git.Ben Murdoch2010-07-271-6/+11
* Cherry-pick WebKit change r60069 to fix a leak in GeolocationSteve Block2010-06-091-0/+17
* Merge webkit.org at r60469 : Initial merge by git.Leon Clarke2010-06-081-9/+2
* Merge WebKit at r59636: Initial merge by gitKristian Monsen2010-05-251-10/+8
* Update Android to reflect upstreamed code to avoid Geolocation leaksSteve Block2010-05-241-38/+10
* Merge Webkit at r58956: Initial merge by Git.Ben Murdoch2010-05-141-0/+2
* Merge webkit.org at r58033 : Cherry-pick WebKit change 58061 to add Geolocati...Steve Block2010-05-111-0/+16
* Merge webkit.org at r58033 : Resolve merge conflictsSteve Block2010-05-111-88/+2
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-111-18/+100
* Fixes the Mac buildSteve Block2010-03-171-0/+2
* Marks remaining Android-specific changes to Geolocation with ANDROIDSteve Block2010-03-111-0/+12
* Update Android to reflect final version submitted to webkit.org for Geolocati...Steve Block2010-03-111-30/+27
* When starting the Geolocation service, we need to make sure that we have a va...Steve Block2010-03-091-1/+6
* Adds a missing initializer for Geolocation maximumAgeSteve Block2010-02-241-0/+1
* Removes repeated headers in Geolocation.cppSteve Block2010-02-241-8/+0
* Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...Steve Block2010-02-231-2/+6
* Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-181-0/+8
* Merge webkit.org at r54127 : Resolve Geolocation conflicts.Steve Block2010-02-041-41/+0
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-041-0/+49
* Cherry-pick WebKit change 54096 for client-based GeolocationSteve Block2010-02-011-3/+8
* Cherry-pick WebKit change 54080 for client-based GeolocationSteve Block2010-02-011-1/+1
* Cherry-pick WebKit change 54079 for client-based GeolocationSteve Block2010-02-011-5/+30
* Cherry-pick WebKit change 53708 for client-based GeolocationSteve Block2010-02-011-0/+3
* Fix Geolocation to make use of the startUpdating helper methodSteve Block2010-01-291-1/+1
* Fixes Geolocation maximumAge implementation to work when requestPermission is...Steve Block2010-01-261-33/+61
* Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-251-163/+10
* Cherry-pick WebKit change 53441 to make changes to GeolocationSteve Block2010-01-251-5/+5
* Bring Geolocation up-to-date with WebKit change 53342 to make suspend/resume ...Steve Block2010-01-251-0/+4
* Cherry-pick WebKit change 52104 to make changes to GeolocationSteve Block2010-01-251-1/+0
* Cherry-pick WebKit change 52103 - Add a client based Geolocation providerSteve Block2010-01-181-16/+132
* Removes a superfluous call to GeoNotifier::m_timer::stop() when Geolocation c...Steve Block2010-01-151-1/+0
* Fixes a Geolocation bug with cached positions.Steve Block2009-12-171-8/+13
* Merge webkit.org at r51976 : Geolocation error code UNKNOWN_ERROR is deprecated.Steve Block2009-12-171-1/+1
* Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-171-16/+1
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-171-3/+20
* Fixes a Geolocation bug with cached positions.Steve Block2009-12-071-5/+12
* Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.Steve Block2009-12-031-3/+7
* Fixes use of statics of non-built-in types in Geolocation.Steve Block2009-11-251-5/+7
* Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.Steve Block2009-11-241-1/+1
* Merge webkit.org at r50258 : Fix conflicts.Steve Block2009-11-101-42/+0
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-101-0/+45
* Updates Geolocation to use a pair of maps to store watchers.Steve Block2009-10-281-32/+75