summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Geolocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change eventTypes to eventNames to fix the assert.Patrick Scott2009-10-261-1/+1
* Merge webkit.org at R49305 : Update Geolocation to use new EventListener meth...Steve Block2009-10-201-8/+17
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-201-119/+0
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-201-0/+119
* Fixes build bustage due to missing include in Geolocation.Steve Block2009-10-061-0/+1
* Fixes a WebKit bug where ongoing Geolocation requests are not stopped when th...Steve Block2009-10-061-0/+20
* Store Geolocation cached position between browser sessions.Steve Block2009-09-071-3/+117
* Implements Geolocation PositionOptions.maximumAge property.Steve Block2009-09-071-11/+113
* Fix Geolocation to correctly handle reentrant calls from callbacks.Steve Block2009-09-041-37/+21
* Makes Geolocation error callback asynchronous when service fails to start.Steve Block2009-09-041-9/+3
* Refactors Geolocation to avoid duplication in getCurrentPosition and watchPos...Steve Block2009-09-031-33/+24
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-191-1/+0