summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/AndroidAnimation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modified tile reclamation heuristic for multi-webview displayChris Craik2011-07-011-1/+1
| | | | | | | | | | | When tiles are reclaimed, they are now taken first from webviews that haven't been drawn in a while. Previously they were taken from any other webview - which may have been one still being displayed if multiple are onscreen. bug:4049143 partially solved (still not enough graphics memory allocated for tiles on tablet devices) Change-Id: Id400ea28e92ba805120c8353881834157fefa483
* Added fix for AndroidAnimation copy (m_name was forgotten)Chris Craik2011-06-291-0/+1
| | | | | bug:4595809 Change-Id: Ieaacb3cf7c6ea51f2ae7d92e5acf5c9fcafcf1d8
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+387
This moves files in the following WebCore subdirectories ... - bindings/js - bindings/v8/custom - plugins/android - platform/android - platform/graphics/android - page/ - css/ - dom/ - loader/archive/android