summaryrefslogtreecommitdiffstats
path: root/WebCore/page
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Removes a superfluous call to GeoNotifier::m_timer::stop() when Geolocation c...Steve Block2010-01-151-1/+0
* | Updates Document::setExtraLayoutDelay to reflect recent submission to webkit....Steve Block2010-01-071-8/+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-172-29/+5
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-1760-450/+1039
* Merge change I85087ab0 into eclair-mr2Android (Google) Code Review2009-12-095-17/+1
|\
| * Enable orientation events.Patrick Scott2009-12-095-17/+1
* | Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-092-11/+35
|/
* Merge change I85893753 into eclair-mr2Android (Google) Code Review2009-12-091-1/+1
|\
| * Pull down change 51321 from webkit.org.Patrick Scott2009-12-091-1/+1
* | Fixes a Geolocation bug with cached positions.Steve Block2009-12-072-5/+13
|/
* Merge change I70c3076b into eclair-mr2Android (Google) Code Review2009-12-031-3/+7
|\
| * Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.Steve Block2009-12-031-3/+7
* | Enable WebKit page cache through WebSettings.Grace Kloba2009-12-022-0/+87
|/
* 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
* Change window focus only if the user initiated the event.Patrick Scott2009-11-194-0/+21