summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android
Commit message (Expand)AuthorAgeFilesLines
* Implement a faster picturesetNicolas Roard2011-08-313-41/+425
* Fix plugin crashes due to bad ref counting.Derek Sollenberger2011-08-291-9/+3
* Fix PictureSet invlidation rectangle bugBen Murdoch2011-08-262-2/+7
* Fix crash when scrolling non-HW accelerated WebViewBen Murdoch2011-08-261-1/+4
* better locking while scrolling, but disables double bufferingChris Craik2011-08-252-5/+27
* Limit the number of inval rects we send to the UINicolas Roard2011-08-231-0/+20
* Merge "Fix repaint when we toggle the inverted mode - add a boolean return in...Nicolas Roard2011-08-181-2/+5
|\
| * Fix repaint when we toggle the inverted modeNicolas Roard2011-08-181-2/+5
* | Merge "tile prefetching now triggered automatically"Chris Craik2011-08-181-7/+0
|\ \ | |/ |/|
| * tile prefetching now triggered automaticallyChris Craik2011-08-171-7/+0
* | Merge "Remove shouldOverrideUrlLoading restrictions"John Reck2011-08-171-6/+0
|\ \ | |/ |/|
| * Remove shouldOverrideUrlLoading restrictionsJohn Reck2011-08-171-6/+0
* | Merge "Implement partial repaint for layers (at the tile level) Fixes a sched...Nicolas Roard2011-08-171-0/+1
|\ \
| * | Implement partial repaint for layers (at the tile level)Nicolas Roard2011-08-171-0/+1
* | | Merge "Add xhdpi constants for combo box."Ben Murdoch2011-08-174-26/+67
|\ \ \
| * | | Add xhdpi constants for combo box.Ben Murdoch2011-08-174-26/+67
* | | | Merge "Fix NinePatch issue when the destination is smaller than the asset"Derek Sollenberger2011-08-171-1/+17
|\ \ \ \
| * | | | Fix NinePatch issue when the destination is smaller than the assetDerek Sollenberger2011-08-161-1/+17
* | | | | Merge "Fix for bug 3429537 Google voice (web version) does not play messages ...Kristian Monsen2011-08-171-2/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix for bug 3429537 Google voice (web version) does not play messages on HCKristian Monsen2011-08-161-2/+9
| | |_|/ | |/| |
* | | | Lazily decode assets for form controls.Ben Murdoch2011-08-1613-108/+142
|/ / /
* | | Check the available memory when allocating an ImageBuffer.Ben Murdoch2011-08-121-0/+12
|/ /
* | Part of fix for bug 5152544 Reduce the number of warningKristian Monsen2011-08-111-1/+1
|/
* Merge "Add missing calls to JavaInstance::end() in JavaNPObjectInvoke() and J...Steve Block2011-08-101-4/+1
|\
| * Add missing calls to JavaInstance::end() in JavaNPObjectInvoke() and JavaNPOb...Steve Block2011-08-081-4/+1
* | Merge "Plumb a bool through to Java to supress auth dialog."Ben Murdoch2011-08-096-8/+21
|\ \
| * | Plumb a bool through to Java to supress auth dialog.Ben Murdoch2011-08-056-8/+21
| |/
* | Merge "Revert "Disable Crankshaft at runtime for performace testing.""Ben Murdoch2011-08-091-1/+0
|\ \
| * | Revert "Disable Crankshaft at runtime for performace testing."Ben Murdoch2011-08-091-1/+0
* | | Merge "Fix for bug 5104510 Log chromium values of unknown browser errors"Kristian Monsen2011-08-091-0/+4
|\ \ \ | |/ / |/| |
| * | Fix for bug 5104510 Log chromium values of unknown browser errorsKristian Monsen2011-08-041-0/+4
| |/
* | Fix memory leak in WebKit's NinePatch code.Derek Sollenberger2011-08-051-3/+3
|/
* Change the constants used for the inverted preferencesNicolas Roard2011-08-031-2/+2
* Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-033-50/+70
* Merge "Support registering page swap callback, content inval"Chris Craik2011-08-031-0/+12
|\
| * Support registering page swap callback, content invalChris Craik2011-08-021-0/+12
* | Add setters for the contrastNicolas Roard2011-08-021-0/+4
|/
* Merge "Add features to support Ganesh in the Android browser"Derek Sollenberger2011-07-291-0/+7
|\
| * Add features to support Ganesh in the Android browserDerek Sollenberger2011-07-281-0/+7
* | Merge changes I48e19e8a,I1ee0fbf6,I1c81bc8cKristian Monsen2011-07-295-215/+5
|\ \
| * | Preparation for fixing bug 5065047: build libchromium as a shared libKristian Monsen2011-07-284-215/+1
| * | Preparation for fixing bug 5065047: build libchromium as a shared libKristian Monsen2011-07-252-0/+4
* | | Merge "added pageswap callback from drawGL to WebView"Chris Craik2011-07-281-5/+24
|\ \ \
| * | | added pageswap callback from drawGL to WebViewChris Craik2011-07-281-5/+24
| | |/ | |/|
* | | Disable Crankshaft at runtime for performace testing.Ben Murdoch2011-07-281-0/+1
|/ /
* | Draw WebTextView inset in the textfield/area's borderChris Craik2011-07-251-28/+19
|/
* Merge "New tile logging JNI interface"Chris Craik2011-07-211-63/+29
|\
| * New tile logging JNI interfaceChris Craik2011-07-211-63/+29
* | Safely convert punycode IDN to Unicode for display.Shimeng (Simon) Wang2011-07-214-6/+32
|/
* Implement an invert screen modeJohn Reck2011-07-151-0/+21