summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | am 0fec4094: am 6baa213e: Fix memory leak and repaint issues with fixed backg...Nicolas Roard2012-05-211-0/+2
|\ \ \ \ | |/ / /
| * | | Fix memory leak and repaint issues with fixed background elementsNicolas Roard2012-05-181-0/+2
| |/ /
* | | am c328457e: am 37df6b06: Merge "Fix mouse nudging in hit test" into jb-devJohn Reck2012-05-211-13/+20
|\ \ \ | |/ /
| * | Fix mouse nudging in hit testJohn Reck2012-05-171-13/+20
* | | am c085b5fe: am 02085505: Merge "Track where we want to click the mouse indep...John Reck2012-05-211-5/+7
|\ \ \ | |/ /
| * | Track where we want to click the mouse independentlyJohn Reck2012-05-161-5/+7
* | | Merge changes I2de9dfed,I80436e37Steve Block2012-05-181-4/+2
|\ \ \ | |/ / |/| |
| * | GeolocationPermissions cleanupSteve Block2012-05-181-4/+2
* | | Merge "flicker fix" into jb-devJohn Reck2012-05-151-22/+22
|\ \ \
| * | | flicker fixJohn Reck2012-05-151-22/+22
* | | | Merge "Only start or end selection with non-empty text fields." into jb-devGeorge Mount2012-05-151-1/+34
|\ \ \ \
| * | | | Only start or end selection with non-empty text fields.George Mount2012-05-151-1/+34
| |/ / /
* | | | Merge "Fix crash on arstechnica" into jb-devNicolas Roard2012-05-151-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix crash on arstechnicaNicolas Roard2012-05-151-1/+2
| |/ /
* | | Change selection to work with left/right instead of base/extent.George Mount2012-05-141-55/+53
* | | Use slop to determine the node used for anchoring top/left.Mangesh Ghiware2012-05-121-0/+10
|/ /
* | Complete implementation fixed backgroundNicolas Roard2012-05-081-2/+6
* | Disable prerenders if we aren't focusedJohn Reck2012-05-081-0/+21
* | Disable prerenders while scrollingJohn Reck2012-05-061-0/+7
* | Merge "Broaden fast inval path" into jb-devJohn Reck2012-05-061-20/+25
|\ \
| * | Broaden fast inval pathJohn Reck2012-05-041-20/+25
* | | Merge "Bump WebView font cache size to 1.5MB for better performance." into jb...Derek Sollenberger2012-05-041-0/+4
|\ \ \ | |/ / |/| |
| * | Bump WebView font cache size to 1.5MB for better performance.Derek Sollenberger2012-05-031-0/+4
* | | Fixed single-surface rendering with fixed-background elementsNicolas Roard2012-05-031-1/+0
|/ /
* | Rewrite PictureSet with TURBO!John Reck2012-05-021-189/+59
* | On new content, attach functor directlyChris Craik2012-04-251-15/+11
* | CSS Background image implementationNicolas Roard2012-04-241-18/+50
* | fix minor warnings and style issuesChris Craik2012-04-191-7/+0
* | add basic webview tracingChris Craik2012-04-161-0/+2
* | Set initial focusJohn Reck2012-04-131-0/+35
* | Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-2/+10
* | Merge "Cleanup unused code"John Reck2012-04-121-110/+1
|\ \
| * | Cleanup unused codeJohn Reck2012-04-111-110/+1
* | | Merge "Free local references as early as possible."George Mount2012-04-111-11/+16
|\ \ \ | |/ / |/| |
| * | Free local references as early as possible.George Mount2012-04-111-11/+16
* | | Merge "New touch input support"John Reck2012-04-111-4/+25
|\ \ \
| * | | New touch input supportJohn Reck2012-04-111-4/+25
* | | | Merge "Unify composited layer/base layer draw path"Chris Craik2012-04-111-39/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Unify composited layer/base layer draw pathChris Craik2012-04-101-39/+0
| |/ /
* | | Revert "Revert "Keep selection handles in edit fields.""George Mount2012-04-101-22/+28
* | | Revert "Keep selection handles in edit fields."George Mount2012-04-101-28/+22
* | | Keep selection handles in edit fields.George Mount2012-04-101-22/+28
|/ /
* | Merge "reduce JNI usage for findAll()/findNext()"Victoria Lease2012-04-091-25/+7
|\ \
| * | reduce JNI usage for findAll()/findNext()Victoria Lease2012-04-041-25/+7
* | | Implements a recording GraphicsContextNicolas Roard2012-04-061-1/+27
* | | Merge "Translucent background color support for webview"Teng-Hui Zhu2012-04-021-3/+12
|\ \ \
| * | | Translucent background color support for webviewTeng-Hui Zhu2012-04-021-3/+12
| |/ /
* | | Don't show keyboard on focus change.George Mount2012-04-021-4/+6
* | | Remove unused FORM_DID_BLUR hooks.George Mount2012-04-021-17/+0
|/ /
* | Snap selection handles to text.George Mount2012-03-281-0/+40