summaryrefslogtreecommitdiffstats
path: root/WebCore/page
Commit message (Expand)AuthorAgeFilesLines
* Adds a missing initializer for Geolocation maximumAgeSteve Block2010-02-241-0/+1
* Removes repeated headers in Geolocation.cppSteve Block2010-02-241-8/+0
* Merge "Co-ordinates of a TouchEvent object should be 0,0 to match the behavio...Ben Murdoch2010-02-232-22/+6
|\
| * Co-ordinates of a TouchEvent object should be 0,0 to match the behavior on iP...Ben Murdoch2010-02-232-22/+6
* | Merge "Updates Android to final version of Geolocation position cache submitt...Steve Block2010-02-232-11/+11
|\ \
| * | Updates Android to final version of Geolocation position cache submitted to w...Steve Block2010-02-232-11/+11
| |/
* | Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...Steve Block2010-02-234-3/+14
|/
* Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-181-0/+8
* Merge webkit.org at r54731 : Fix merge conflicts due to frame flatteningSteve Block2010-02-162-11/+7
* Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-1614-41/+116
* Don't add something to a hash map and then get it out again immediately if we...Ben Murdoch2010-02-151-2/+5
* Fix the creation of the touchTargets list to match what the iPhone does and m...Ben Murdoch2010-02-151-18/+47
* Store the originating target for a touch (i.e. calculated in touchstart) in a...Ben Murdoch2010-02-152-7/+22
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54417 to fix ENABLE_DE...Steve Block2010-02-153-9/+5
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-1514-168/+274
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-123-5/+46
* Fix the V8 build by adding files missing from ece0a38a9778edd2ae7a550df7dcd38...Andrei Popescu2010-02-091-0/+45
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-093-6/+27
* Merge webkit.org at r54127 : Fix conflicts with Android addition of touch eve...Steve Block2010-02-041-10/+1
* Merge webkit.org at r54127 : Fix final trivial mergesSteve Block2010-02-042-10/+0
* Merge webkit.org at r54127 : Merge conflicts due to longpress and doubletap t...Steve Block2010-02-041-36/+2
* Merge webkit.org at r54127 : Resolve conflicts for handleTouchEventSteve Block2010-02-042-12/+1
* Merge webkit.org at r54127 : Resolve Geolocation conflicts.Steve Block2010-02-046-88/+0
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-0475-795/+1181
* Pass touch event time from Java to WebKitGrace Kloba2010-02-031-1/+14
* Guard the new Navigator connection property with a temporary ENABLE_CONNECTIO...Steve Block2010-02-031-0/+2
* Add ANDROID tags to some touchevents changes that have yet to be upstreamedSteve Block2010-02-011-1/+8
* Update Android to reflect final version submitted to webkit.org when changing...Steve Block2010-02-011-8/+4
* Update Android to reflect final version submitted to webkit.org when adding t...Steve Block2010-02-011-3/+3
* 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-012-6/+33
* 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
* Merge changes I0ab68eac,Ide43a042,I0c11519b,I1ef80088Steve Block2010-01-271-2/+2
|\
| * Update Android to reflect final version submitted to webkit.org for touch eve...Steve Block2010-01-271-2/+2
* | Merge "Fixes Geolocation maximumAge implementation to work when requestPermis...Steve Block2010-01-272-36/+66
|\ \
| * | Fixes Geolocation maximumAge implementation to work when requestPermission is...Steve Block2010-01-262-36/+66
| |/
* | Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-272-9/+1
|/
* Merge "Moves the Geolocation position cache out of the Geolocation object."Steve Block2010-01-264-167/+246
|\
| * Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-254-167/+246
* | absoluteToLocal works with a page co-ordinate that is relative to the top le...Ben Murdoch2010-01-261-6/+11
|/
* Cherry-pick WebKit change 53441 to make changes to GeolocationSteve Block2010-01-252-6/+7
* Bring Geolocation up-to-date with WebKit change 53342 to make suspend/resume ...Steve Block2010-01-252-1/+5
* Cherry-pick WebKit change 52104 to make changes to GeolocationSteve Block2010-01-252-2/+1
* resolved conflicts for merge of 3f4b1969 to masterSteve Block2010-01-201-3/+3
|\
| * Cherry-pick WebKit change 53464 to rename WebCore/bridge/runtime to WebCore/b...Steve Block2010-01-191-3/+3
* | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-205-147/+247
* | Cherry-pick WebKit change 52103 - Add a client based Geolocation providerSteve Block2010-01-1810-23/+551
* | Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-156-0/+156