summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Remove old code that was fixed in WebKit r35902Julien Chaffraix2010-03-301-4/+0
* Revert https://android-git.corp.google.com/g/37444Grace Kloba2010-01-141-5/+2
* For mobile site, allow text wrap to screen if scaleGrace Kloba2010-01-141-2/+5
* When starting the Geolocation service provider, check that the WebView is not...Steve Block2010-01-122-2/+55
* Integrate WebKit security fixGrace Kloba2009-11-172-12/+18
* Changing fit column to screen to exclude the padding.Grace Kloba2009-11-101-11/+5
* Stop Geolocation service when browser tab is in the background. Do not merge.Steve Block2009-11-092-2/+30
* Fix Geolocation service to use correct signature for Location.getAltitude(). ...Steve Block2009-10-291-1/+1
* 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
* Revert "Don't extend the arrow asset of the combo box over the text, so that ...Leon Scroggins2009-10-011-2/+8
* Merge change Ib6cfb9c2 into eclairAndroid (Google) Code Review2009-10-011-8/+2
|\
| * Don't extend the arrow asset of the combo box over the text, so that the real...Leon Clarke2009-10-011-8/+2
* | Merge change Ic0bd5009 into eclairAndroid (Google) Code Review2009-09-306-1/+38
|\ \
| * | Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-306-1/+38
| |/
* | Fix the random crash around iframes.Patrick Scott2009-09-302-4/+24
* | Merge change I99fa56b2 into eclairAndroid (Google) Code Review2009-09-301-7/+3
|\ \
| * | always update the WebTextView from the input elementCary Clark2009-09-301-7/+3
| |/
* | Fix the user gesture change to be more like donut.Patrick Scott2009-09-301-1/+4
|/
* Build fix.Patrick Scott2009-09-291-0/+2
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-292-2/+8
* Merge change 27080 into eclairAndroid (Google) Code Review2009-09-251-0/+11
|\
| * When detach the top Document, clean up the touch listeners and resetGrace Kloba2009-09-251-0/+11
* | fix cracks when we draw the page in portions (i.e. a picture set)Mike Reed2009-09-251-0/+24
|/
* disable antialiasing for bitmapsMike Reed2009-09-251-0/+15
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-244-0/+52
* When mouse down or plugin handles touch down, set the pluginGrace Kloba2009-09-231-0/+13
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-224-8/+19
* Add dpi support for WebView.Grace Kloba2009-09-212-5/+25
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...Derek Sollenberger2009-09-211-2/+2
* Merge change 25547 into eclairAndroid (Google) Code Review2009-09-171-1/+1
|\
| * bump up the RLE cutoff, since RLE is *only* supported in drawBitmapRect(), an...Mike Reed2009-09-171-1/+1
* | Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-0/+7
|/
* Add poster support and other fixesAndrei Popescu2009-09-175-3/+36
* Merge change 25316 into eclairAndroid (Google) Code Review2009-09-172-4/+6
|\
| * Enable Channgel Messaging for workers.Ben Murdoch2009-09-162-4/+6
* | Merge change 25135 into eclairAndroid (Google) Code Review2009-09-161-1/+3
|\ \ | |/ |/|
| * For TouchEventEnd, touches and targetTouches are empty list.Grace Kloba2009-09-151-1/+3
* | First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-0/+7
|/
* Add more null checking to avoid the crash.Grace Kloba2009-09-111-4/+5
* Fix the include files from the last WebKit merge. If there is Android version,Grace Kloba2009-09-101-5/+4
* Removes Geolocation Geoposition.toString and Coordinates.toString.Steve Block2009-09-109-102/+0
* Move mobile doctype check from HTMLDocument to Document so that it will cover...Grace Kloba2009-09-082-16/+9
* Merge change 24042 into eclairAndroid (Google) Code Review2009-09-082-5/+6
|\
| * Handle another old style meta tag, MobileOptimized. Also if the sites setGrace Kloba2009-09-042-5/+6
* | Updates mock Geolocation service to match final version submitted to WebKit.Steve Block2009-09-087-54/+61
* | 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