summaryrefslogtreecommitdiffstats
path: root/WebKit/android/nav/WebView.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-2673/+0
* am 5581ea83: am 86ca6e2e: am c74d30ac: Merge "Fix calculation in WebView::scr...Russell Brenner2011-05-101-8/+0
|\
| * Fix calculation in WebView::scrollRectOnScreenRussell Brenner2011-05-051-8/+0
* | Fix issue where solid was drawn instead of ringJohn Reck2011-05-051-1/+1
* | Correct the move latest positioningTeng-Hui Zhu2011-05-031-2/+1
* | Implements the focus ring drawing in GL.Nicolas Roard2011-04-111-6/+11
* | am f1a6509b: am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1Nicolas Roard2011-04-071-19/+12
|\ \ | |/
| * Fix for bug:4183801Nicolas Roard2011-04-071-19/+12
* | am 462195e7: am b1444e52: Fix for FBO offset when drawing with alphaRussell Brenner2011-03-181-2/+7
|\ \ | |/
| * Fix for FBO offset when drawing with alphaRussell Brenner2011-03-181-2/+7
* | am 2609c87e: am 9af1c3b9: Merge "Fix for missing invals" into honeycomb-mr1Nicolas Roard2011-03-181-1/+1
|\ \ | |/
| * Merge "Fix for missing invals" into honeycomb-mr1Nicolas Roard2011-03-181-1/+1
| |\
| | * Fix for missing invalsNicolas Roard2011-03-181-1/+1
| * | DO NOT MERGE Use libhwui's new private header.Romain Guy2011-03-181-19/+6
| |/
* | Use libhwui's new private header.Romain Guy2011-03-171-19/+6
* | am 788e19b5: am 9f5143f9: Implement partial screen invalidationsNicolas Roard2011-03-161-11/+25
|\ \ | |/
| * Implement partial screen invalidationsNicolas Roard2011-03-161-11/+25
* | am 114ea00b: am 6e9c5336: Merge "Pass the clip rect to WebView to optimize re...Romain Guy2011-03-161-6/+22
|\ \ | |/
| * Merge "Pass the clip rect to WebView to optimize rendering" into honeycomb-mr1Romain Guy2011-03-161-6/+22
| |\
| | * Pass the clip rect to WebView to optimize renderingRomain Guy2011-03-161-6/+22
* | | am 2322a2c9: am 6a3bd3f2: For first layout, reset current textures and update...Shimeng (Simon) Wang2011-03-161-6/+10
|\ \ \ | |/ /
| * | For first layout, reset current textures and update base layer.Shimeng (Simon) Wang2011-03-161-6/+10
| |/
* | am 99a10c9f: am 67e4aa15: Partial invalidation of the browser texturesNicolas Roard2011-03-081-8/+13
|\ \ | |/
| * Partial invalidation of the browser texturesNicolas Roard2011-03-081-8/+13
* | am 8a897356: am 24b320d3: Merge "Add support for partial invalidations Bug #3...Romain Guy2011-03-071-6/+33
|\ \ | |/
| * Add support for partial invalidationsRomain Guy2011-03-071-6/+33
* | Use members rather than globals to avoid leaking memory.Leon Scroggins2011-03-041-6/+17
|/
* Stop the blinking caret when moving to another field.Leon Scroggins2011-02-241-5/+7
* Merge "Skia Merge (revision 808)"Derek Sollenberger2011-02-241-3/+3
|\
| * Skia Merge (revision 808)Derek Sollenberger2011-02-221-3/+3
* | Scroll the RenderLayer during touch events.Patrick Scott2011-02-221-4/+2
|/
* Adding a debug setting to enable visual indicator for GLTeng-Hui Zhu2011-02-161-6/+7
* fix buttons in GLCary Clark2011-02-151-4/+11
* Fix ANR in the browserNicolas Roard2011-02-101-1/+1
* Improve the fixed element position calculationTeng-Hui Zhu2011-02-091-4/+0
* stop GL drawing thread before killing WebCoreCary Clark2011-02-031-1/+16
* Get layers showing againBen Murdoch2011-02-021-0/+7
* For textareas, do not use UI side layers.Leon Scroggins2011-01-311-18/+5
* Merge "Fixed element positioning fix" into honeycombTeng-Hui Zhu2011-01-301-0/+4
|\
| * Fixed element positioning fixTeng-Hui Zhu2011-01-301-0/+4
* | Draw extras on layers.Nicolas Roard2011-01-291-0/+5
* | Prevent the browser's GL rendering loop when plugins are full-screen.Derek Sollenberger2011-01-291-1/+12
|/
* Fix artifacts from clipped viewport.Chet Haase2011-01-281-2/+16
* Merge "Final polish of the WebView accessibility support for JavaAcript disab...Svetoslav Ganov2011-01-261-16/+12
|\
| * Final polish of the WebView accessibility support for JavaAcript disabled caseSvetoslav Ganov2011-01-261-16/+12
* | Fix hit testing inside layers.Patrick Scott2011-01-261-2/+2
|/
* Optimize display lists by caching drawGL function pointer.Chet Haase2011-01-241-0/+73
* Implement tiles synchronizationNicolas Roard2011-01-231-2/+2
* Line up text with WebTextView.Leon Scroggins2011-01-211-7/+22
* match the frame with the nodeCary Clark2011-01-201-1/+1