index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebCore
/
page
/
Geolocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Android to reflect upstreamed code to avoid Geolocation leaks
Steve Block
2010-05-24
1
-38
/
+10
*
Merge Webkit at r58956: Initial merge by Git.
Ben Murdoch
2010-05-14
1
-0
/
+2
*
Merge webkit.org at r58033 : Cherry-pick WebKit change 58061 to add Geolocati...
Steve Block
2010-05-11
1
-0
/
+16
*
Merge webkit.org at r58033 : Resolve merge conflicts
Steve Block
2010-05-11
1
-88
/
+2
*
Merge webkit.org at r58033 : Initial merge by git
Steve Block
2010-05-11
1
-18
/
+100
*
Fixes the Mac build
Steve Block
2010-03-17
1
-0
/
+2
*
Marks remaining Android-specific changes to Geolocation with ANDROID
Steve Block
2010-03-11
1
-0
/
+12
*
Update Android to reflect final version submitted to webkit.org for Geolocati...
Steve Block
2010-03-11
1
-30
/
+27
*
When starting the Geolocation service, we need to make sure that we have a va...
Steve Block
2010-03-09
1
-1
/
+6
*
Adds a missing initializer for Geolocation maximumAge
Steve Block
2010-02-24
1
-0
/
+1
*
Removes repeated headers in Geolocation.cpp
Steve Block
2010-02-24
1
-8
/
+0
*
Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...
Steve Block
2010-02-23
1
-2
/
+6
*
Fixes a bug with the Geolocation suspend/resume behaviour
Steve Block
2010-02-18
1
-0
/
+8
*
Merge webkit.org at r54127 : Resolve Geolocation conflicts.
Steve Block
2010-02-04
1
-41
/
+0
*
Merge webkit.org at r54127 : Initial merge by git
Steve Block
2010-02-04
1
-0
/
+49
*
Cherry-pick WebKit change 54096 for client-based Geolocation
Steve Block
2010-02-01
1
-3
/
+8
*
Cherry-pick WebKit change 54080 for client-based Geolocation
Steve Block
2010-02-01
1
-1
/
+1
*
Cherry-pick WebKit change 54079 for client-based Geolocation
Steve Block
2010-02-01
1
-5
/
+30
*
Cherry-pick WebKit change 53708 for client-based Geolocation
Steve Block
2010-02-01
1
-0
/
+3
*
Fix Geolocation to make use of the startUpdating helper method
Steve Block
2010-01-29
1
-1
/
+1
*
Fixes Geolocation maximumAge implementation to work when requestPermission is...
Steve Block
2010-01-26
1
-33
/
+61
*
Moves the Geolocation position cache out of the Geolocation object.
Steve Block
2010-01-25
1
-163
/
+10
*
Cherry-pick WebKit change 53441 to make changes to Geolocation
Steve Block
2010-01-25
1
-5
/
+5
*
Bring Geolocation up-to-date with WebKit change 53342 to make suspend/resume ...
Steve Block
2010-01-25
1
-0
/
+4
*
Cherry-pick WebKit change 52104 to make changes to Geolocation
Steve Block
2010-01-25
1
-1
/
+0
*
Cherry-pick WebKit change 52103 - Add a client based Geolocation provider
Steve Block
2010-01-18
1
-16
/
+132
*
Removes a superfluous call to GeoNotifier::m_timer::stop() when Geolocation c...
Steve Block
2010-01-15
1
-1
/
+0
*
Fixes a Geolocation bug with cached positions.
Steve Block
2009-12-17
1
-8
/
+13
*
Merge webkit.org at r51976 : Geolocation error code UNKNOWN_ERROR is deprecated.
Steve Block
2009-12-17
1
-1
/
+1
*
Merge webkit.org at r51976 : Fix general conflicts.
Steve Block
2009-12-17
1
-16
/
+1
*
Merge webkit.org at r51976 : Initial merge by git.
Steve Block
2009-12-17
1
-3
/
+20
*
Fixes a Geolocation bug with cached positions.
Steve Block
2009-12-07
1
-5
/
+12
*
Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.
Steve Block
2009-12-03
1
-3
/
+7
*
Fixes use of statics of non-built-in types in Geolocation.
Steve Block
2009-11-25
1
-5
/
+7
*
Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.
Steve Block
2009-11-24
1
-1
/
+1
*
Merge webkit.org at r50258 : Fix conflicts.
Steve Block
2009-11-10
1
-42
/
+0
*
Merge webkit.org at r50258 : Initial merge by git.
Steve Block
2009-11-10
1
-0
/
+45
*
Updates Geolocation to use a pair of maps to store watchers.
Steve Block
2009-10-28
1
-32
/
+75
*
Change eventTypes to eventNames to fix the assert.
Patrick Scott
2009-10-26
1
-1
/
+1
*
Merge webkit.org at R49305 : Update Geolocation to use new EventListener meth...
Steve Block
2009-10-20
1
-8
/
+17
*
Merge webkit.org at R49305 : Fix merge conflicts.
Steve Block
2009-10-20
1
-119
/
+0
*
Merge webkit.org at R49305 : Automatic merge by git.
Steve Block
2009-10-20
1
-0
/
+119
*
Fixes build bustage due to missing include in Geolocation.
Steve Block
2009-10-06
1
-0
/
+1
*
Fixes a WebKit bug where ongoing Geolocation requests are not stopped when th...
Steve Block
2009-10-06
1
-0
/
+20
*
Store Geolocation cached position between browser sessions.
Steve Block
2009-09-07
1
-3
/
+117
*
Implements Geolocation PositionOptions.maximumAge property.
Steve Block
2009-09-07
1
-11
/
+113
*
Fix Geolocation to correctly handle reentrant calls from callbacks.
Steve Block
2009-09-04
1
-37
/
+21
*
Makes Geolocation error callback asynchronous when service fails to start.
Steve Block
2009-09-04
1
-9
/
+3
*
Refactors Geolocation to avoid duplication in getCurrentPosition and watchPos...
Steve Block
2009-09-03
1
-33
/
+24
*
Revert "Merge WebKit r47420"
Andrei Popescu
2009-08-19
1
-1
/
+0
[next]