summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the user gesture change to be more like donut.Patrick Scott2009-09-301-1/+4
* Don't crash on java exceptionLeon Clarke2009-09-302-20/+41
* scroll text field with touchCary Clark2009-09-292-5/+10
* Build fix.Patrick Scott2009-09-291-0/+2
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-296-6/+15
* Update the comment for checking null in needtouchevents.Grace Kloba2009-09-282-2/+3
* Fix the multiple form submission bug. (Bug 2098417).Ben Murdoch2009-09-282-1/+16
* Check null for WebViewCore's nativeClass before callingGrace Kloba2009-09-271-2/+7
* 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
|/
* Merge change 27041 into eclairAndroid (Google) Code Review2009-09-251-0/+15
|\
| * disable antialiasing for bitmapsMike Reed2009-09-251-0/+15
* | don't short-circuit if the text selection has changedCary Clark2009-09-252-2/+24
* | Colorizing clicked-on linksLeon Clarke2009-09-244-0/+42
|/
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-245-1/+53
* When mouse down or plugin handles touch down, set the pluginGrace Kloba2009-09-231-0/+13
* Whether or not a textfield is the last or only, make its action GO.Leon Scroggins2009-09-231-3/+2
* hardcode the correct ninepatch margins for the button skinCary Clark2009-09-231-2/+13
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-226-38/+62
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-228-15/+26
* Add dpi support for WebView.Grace Kloba2009-09-216-7/+47
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...Derek Sollenberger2009-09-214-8/+27
* cleaning up old surface view API'sDerek Sollenberger2009-09-211-37/+0
* 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-173-12/+89
|/
* Add poster support and other fixesAndrei Popescu2009-09-176-5/+49
* 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-1511-425/+207
|/
* fix parent index of focus when building nav cacheCary Clark2009-09-152-1/+4
* Add more null checking to avoid the crash.Grace Kloba2009-09-111-4/+5
* Merge change 24624 into eclairAndroid (Google) Code Review2009-09-101-5/+4
|\
| * Fix the include files from the last WebKit merge. If there is Android version,Grace Kloba2009-09-101-5/+4
* | allow mixed-case schemes in resource URLsCary Clark2009-09-101-1/+14
|/
* Removes Geolocation Geoposition.toString and Coordinates.toString.Steve Block2009-09-109-102/+0
* Merge change 24297 into eclairAndroid (Google) Code Review2009-09-092-16/+9
|\
| * Move mobile doctype check from HTMLDocument to Document so that it will cover...Grace Kloba2009-09-082-16/+9
* | Merge change 24338 into eclairAndroid (Google) Code Review2009-09-091-1/+1
|\ \ | |/ |/|
| * Fix for 2106269Andrei Popescu2009-09-091-1/+1
* | 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
* | | Switch back to JSCAndrei Popescu2009-09-082-3/+2
| |/ |/|
* | Updates mock Geolocation service to match final version submitted to WebKit.Steve Block2009-09-0810-57/+66
* | Merge change 24108 into eclairAndroid (Google) Code Review2009-09-083-4/+123
|\ \
| * | Store Geolocation cached position between browser sessions.Steve Block2009-09-073-4/+123
* | | Update V8 to bleeding_edge r2842.Ben Murdoch2009-09-08115-868/+4919