summaryrefslogtreecommitdiffstats
path: root/WebCore/page
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring page/android in line with the versions on WebKit.org.Ben Murdoch2009-11-122-130/+3
* Merge webkit.org at r50258 : Fix conflicts.Steve Block2009-11-104-56/+11
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-1030-199/+400
* capture offscreen invalidates in webkitCary Clark2009-11-101-2/+5
* Remove unused Inspector files from Android build.Steve Block2009-10-291-0/+5
* Updates Geolocation to use a pair of maps to store watchers.Steve Block2009-10-282-41/+100
* Change eventTypes to eventNames to fix the assert.Patrick Scott2009-10-261-1/+1
* Makes a number of changes to ease future merging with and upstreaming to webk...Steve Block2009-10-225-13/+14
* Merge webkit.org at R49305 : Add includes for UNUSED_PARAM for V8.Steve Block2009-10-201-0/+3
* Merge webkit.org at R49305 : Update Geolocation to use new EventListener meth...Steve Block2009-10-202-9/+19
* Merge webkit.org at R49305 : Use new macros to define Android touch event lis...Steve Block2009-10-202-50/+4
* Merge webkit.org at R49305 : Include new InspectorTimelineAgent.h from Inspec...Steve Block2009-10-201-0/+1
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-208-312/+12
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-2072-1236/+3558
* Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.o...Steve Block2009-10-142-3/+3
* 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-062-2/+26
* Add dpi support for WebView.Grace Kloba2009-09-212-5/+25
* For TouchEventEnd, touches and targetTouches are empty list.Grace Kloba2009-09-151-1/+3
* Removes Geolocation Geoposition.toString and Coordinates.toString.Steve Block2009-09-106-90/+0
* Merge change 24042 into eclairAndroid (Google) Code Review2009-09-081-3/+3
|\
| * Handle another old style meta tag, MobileOptimized. Also if the sites setGrace Kloba2009-09-041-3/+3
* | Merge change 24108 into eclairAndroid (Google) Code Review2009-09-082-3/+119
|\ \
| * | Store Geolocation cached position between browser sessions.Steve Block2009-09-072-3/+119
* | | Fixes Coordinates::toString to not print optional parameters that are not spe...Steve Block2009-09-071-3/+7
|/ /
* | Implements Geolocation PositionOptions.maximumAge property.Steve Block2009-09-072-12/+123
* | Merge change 23972 into eclairAndroid (Google) Code Review2009-09-071-2/+10
|\ \ | |/ |/|