summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
...
* | Post a full WebView inval when we navigate to a new page.Ben Murdoch2011-09-211-5/+0
|/
* Merge "Check for null selection in modifySelection"Russell Brenner2011-09-191-0/+5
|\
| * Check for null selection in modifySelectionRussell Brenner2011-09-191-0/+5
* | We be GL ringing it all over them layersJohn Reck2011-09-191-2/+2
* | Merge "Fix invalidation rect sizes"Ben Murdoch2011-09-191-17/+4
|\ \
| * | Fix invalidation rect sizesBen Murdoch2011-09-161-17/+4
| |/
* | Merge "Fix crash in WebViewCore::scrollNodeIntoView"Ben Murdoch2011-09-161-2/+6
|\ \
| * | Fix crash in WebViewCore::scrollNodeIntoViewBen Murdoch2011-09-161-2/+6
| |/
* | Add null checks in getTouchHighlightRects()Russell Brenner2011-09-151-2/+2
|/
* Implement PictureSet(SkPicture*) ctor in FAST_PICTURESET caseJohn Reck2011-09-071-0/+21
* Enable double buffering via base tilesChris Craik2011-09-021-1/+16
* Closing idle connections, including jni interfaceKristian Monsen2011-09-021-0/+11
* Enable the FAST_PICTURESET codepathNicolas Roard2011-08-312-2/+2
* Merge "Implement a faster pictureset Cluster the invalidations in regular buc...Nicolas Roard2011-08-313-41/+425
|\
| * Implement a faster picturesetNicolas Roard2011-08-313-41/+425
* | Make sure WebViewClient.onPageStarted() doesn't preceed WebViewClient.shouldO...Steve Block2011-08-312-5/+9
|/
* Fix PictureSet invlidation rectangle bugBen Murdoch2011-08-262-2/+7
* better locking while scrolling, but disables double bufferingChris Craik2011-08-251-5/+13
* Limit the number of inval rects we send to the UINicolas Roard2011-08-231-0/+20
* 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
| |/
* | Lazily decode assets for form controls.Ben Murdoch2011-08-162-6/+5
|/
* 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-092-4/+4
|\ \
| * | Plumb a bool through to Java to supress auth dialog.Ben Murdoch2011-08-052-4/+4
| |/
* | Revert "Disable Crankshaft at runtime for performace testing."Ben Murdoch2011-08-091-1/+0
|/
* Disable Crankshaft at runtime for performace testing.Ben Murdoch2011-07-281-0/+1
* Safely convert punycode IDN to Unicode for display.Shimeng (Simon) Wang2011-07-213-6/+30
* Merge "Possible fix for bug 3335863: 3-second delay before Incognito state is...Kristian Monsen2011-07-081-0/+4
|\
| * Possible fix for bug 3335863: 3-second delay before Incognito state is clearedKristian Monsen2011-07-011-0/+4
* | When restoring the global reference in the WeakJavaInstance destructor, alway...Steve Block2011-07-081-13/+11
* | Delete a JNI local ref in WebViewCore::openFileChooser()Steve Block2011-07-081-9/+4
* | Avoid leaking JNI local references in UrlInterceptResponseSteve Block2011-07-061-1/+3
|/
* Merge changes I899af0a4,I1d8b554a,Iefb91f0bKristian Monsen2011-07-013-11/+11
|\
| * Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renamingKristian Monsen2011-06-293-11/+11
* | Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-301-3/+3
|/
* 2nd try: Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-282-4/+7
* Revert "Bubbles up the url that has the invalid certificate."Huahui Wu2011-06-282-7/+4
* Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-272-4/+7
* Merge "Fix compiler error when DEBUG is turned on"Teng-Hui Zhu2011-06-221-1/+1
|\
| * Fix compiler error when DEBUG is turned onTeng-Hui Zhu2011-06-211-1/+1
* | Fix fast/encoding/dumpAsText//utf-16-no-bom.xmlBen Murdoch2011-06-211-0/+4
|/
* Merge "Ignore the initial empty document when setting viewport size."Shimeng (Simon) Wang2011-06-171-0/+5
|\
| * Ignore the initial empty document when setting viewport size.Shimeng (Simon) Wang2011-06-171-0/+5
* | Change mTextSize to be a percentageJohn Reck2011-06-161-9/+3
|/
* Set appropriate initial viewport bounds.Shimeng (Simon) Wang2011-06-151-1/+8
* Merge "Add javascript 'select' event"Russell Brenner2011-06-131-0/+6
|\