| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug 2132969 | Patrick Scott | 2009-10-08 | 1 | -0/+7 |
* | am a7280594: Fixes build bustage due to missing include in Geolocation. | Steve Block | 2009-10-06 | 1 | -0/+1 |
|\ |
|
| * | Fixes build bustage due to missing include in Geolocation. | Steve Block | 2009-10-06 | 1 | -0/+1 |
* | | am 0c7394a4: Fixes a WebKit bug where ongoing Geolocation requests are not st... | Steve Block | 2009-10-06 | 2 | -2/+26 |
|\ \
| |/ |
|
| * | Fixes a WebKit bug where ongoing Geolocation requests are not stopped when th... | Steve Block | 2009-10-06 | 2 | -2/+26 |
* | | Cherry pick of WebKit commit r49018, fix for b/2067397. Enable Database.chang... | Ben Murdoch | 2009-10-06 | 2 | -24/+77 |
* | | Re-enable using the right foreground color now we use the right background | Leon Clarke | 2009-10-05 | 1 | -6/+0 |
* | | am 2097884b: Revert "Don\'t extend the arrow asset of the combo box over the ... | Leon Scroggins | 2009-10-04 | 1 | -2/+8 |
|\ \
| |/ |
|
| * | Revert "Don't extend the arrow asset of the combo box over the text, so that ... | Leon Scroggins | 2009-10-01 | 1 | -2/+8 |
* | | only look at globalAlpha when we draw images (not the alpha in fill-color) | Mike Reed | 2009-10-02 | 3 | -3/+16 |
* | | remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDS | Mike Reed | 2009-10-02 | 2 | -5/+0 |
|/ |
|
* | Merge change Ib6cfb9c2 into eclair | Android (Google) Code Review | 2009-10-01 | 1 | -8/+2 |
|\ |
|
| * | Don't extend the arrow asset of the combo box over the text, so that the real... | Leon Clarke | 2009-10-01 | 1 | -8/+2 |
* | | Merge change Ic0bd5009 into eclair | Android (Google) Code Review | 2009-09-30 | 6 | -1/+38 |
|\ \ |
|
| * | | Update <video> implementation after new IRC discussion with Eric Carlsson. | Andrei Popescu | 2009-09-30 | 6 | -1/+38 |
| |/ |
|
* | | Fix the random crash around iframes. | Patrick Scott | 2009-09-30 | 2 | -4/+24 |
* | | Merge change I99fa56b2 into eclair | Android (Google) Code Review | 2009-09-30 | 1 | -7/+3 |
|\ \ |
|
| * | | always update the WebTextView from the input element | Cary Clark | 2009-09-30 | 1 | -7/+3 |
| |/ |
|
* | | Fix the user gesture change to be more like donut. | Patrick Scott | 2009-09-30 | 1 | -1/+4 |
|/ |
|
* | Build fix. | Patrick Scott | 2009-09-29 | 1 | -0/+2 |
* | Fix a few crashes with assertions enabled. | Patrick Scott | 2009-09-29 | 2 | -2/+8 |
* | Merge change 27080 into eclair | Android (Google) Code Review | 2009-09-25 | 1 | -0/+11 |
|\ |
|
| * | When detach the top Document, clean up the touch listeners and reset | Grace Kloba | 2009-09-25 | 1 | -0/+11 |
* | | fix cracks when we draw the page in portions (i.e. a picture set) | Mike Reed | 2009-09-25 | 1 | -0/+24 |
|/ |
|
* | disable antialiasing for bitmaps | Mike Reed | 2009-09-25 | 1 | -0/+15 |
* | Add ANDROID_USER_GESTURE back to WebCore. | Patrick Scott | 2009-09-24 | 4 | -0/+52 |
* | When mouse down or plugin handles touch down, set the plugin | Grace Kloba | 2009-09-23 | 1 | -0/+13 |
* | Add apple-touch-icon-precomposed processing. | Patrick Scott | 2009-09-22 | 4 | -8/+19 |
* | Add dpi support for WebView. | Grace Kloba | 2009-09-21 | 2 | -5/+25 |
* | renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ... | Derek Sollenberger | 2009-09-21 | 1 | -2/+2 |
* | Merge change 25547 into eclair | Android (Google) Code Review | 2009-09-17 | 1 | -1/+1 |
|\ |
|
| * | bump up the RLE cutoff, since RLE is *only* supported in drawBitmapRect(), an... | Mike Reed | 2009-09-17 | 1 | -1/+1 |
* | | Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri... | Andrei Popescu | 2009-09-17 | 1 | -0/+7 |
|/ |
|
* | Add poster support and other fixes | Andrei Popescu | 2009-09-17 | 5 | -3/+36 |
* | Merge change 25316 into eclair | Android (Google) Code Review | 2009-09-17 | 2 | -4/+6 |
|\ |
|
| * | Enable Channgel Messaging for workers. | Ben Murdoch | 2009-09-16 | 2 | -4/+6 |
* | | Merge change 25135 into eclair | Android (Google) Code Review | 2009-09-16 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | For TouchEventEnd, touches and targetTouches are empty list. | Grace Kloba | 2009-09-15 | 1 | -1/+3 |
* | | First pass at replacing native plugin views with java. | Derek Sollenberger | 2009-09-15 | 1 | -0/+7 |
|/ |
|
* | Add more null checking to avoid the crash. | Grace Kloba | 2009-09-11 | 1 | -4/+5 |
* | Fix the include files from the last WebKit merge. If there is Android version, | Grace Kloba | 2009-09-10 | 1 | -5/+4 |
* | Removes Geolocation Geoposition.toString and Coordinates.toString. | Steve Block | 2009-09-10 | 9 | -102/+0 |
* | Move mobile doctype check from HTMLDocument to Document so that it will cover... | Grace Kloba | 2009-09-08 | 2 | -16/+9 |
* | Merge change 24042 into eclair | Android (Google) Code Review | 2009-09-08 | 2 | -5/+6 |
|\ |
|
| * | Handle another old style meta tag, MobileOptimized. Also if the sites set | Grace Kloba | 2009-09-04 | 2 | -5/+6 |
* | | Updates mock Geolocation service to match final version submitted to WebKit. | Steve Block | 2009-09-08 | 7 | -54/+61 |
* | | Merge change 24108 into eclair | Android (Google) Code Review | 2009-09-08 | 2 | -3/+119 |
|\ \ |
|
| * | | Store Geolocation cached position between browser sessions. | Steve Block | 2009-09-07 | 2 | -3/+119 |
* | | | Fixes Coordinates::toString to not print optional parameters that are not spe... | Steve Block | 2009-09-07 | 1 | -3/+7 |
|/ / |
|
* | | Implements Geolocation PositionOptions.maximumAge property. | Steve Block | 2009-09-07 | 2 | -12/+123 |