summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/AndroidLog.h
Commit message (Collapse)AuthorAgeFilesLines
* Add detailed tracing to tile paintingChris Craik2012-06-131-1/+3
| | | | | bug:6653638 Change-Id: I839917feb1803bc1f4ace5aa2367067024a18706
* Rewrite PictureSet with TURBO!John Reck2012-05-021-1/+6
| | | | | | | | | | | | | | | | | | | | This changes how partial invals are done by adding a hybrid mode. What we used to do is generate a SkPicture for the new area. This SkPicture would possibly be larger than the actual inval, depending on various merge rules (more SkPictures == slower to draw a tile) The new code rewrites PictureSet entirely, preserving many of the old rules but cleans up the code and adds the concept of a "PrerenderedInval". This is a partial inval that WebKit has rasterized. By having WebKit produce both a SkPicture and a SkBitmap, we avoid needing to play back the picture and avoid overdrawing. We take this SkBitmap, and simply update the front textures with it. This gives us full partial invals through the entire system without hitting any driver bugs, and with minimal copies. And while the SkPicture may be larger than the inval, the SkBitmap that is rasterized is not - it matches the area webkit has said is dirty. Change-Id: Ieb7ecc9db0d4f679102fda004a43399f9b319ebc
* add basic webview tracingChris Craik2012-04-161-0/+3
| | | | Change-Id: Id97ce1efab5918802cff5b90c0122b4cc2d7e73d
* Canvas on a textureJohn Reck2012-03-201-1/+24
| | | | Change-Id: I841b3e021298738c91701068992798a55290a520
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I35a9fa5e53a83a9c9a920333a3752dd151fbd3b8
* Only log from notImplemented() in debug buildsSteve Block2011-11-241-0/+1
| | | | | | | | | | | | | | The upstream notImplemented() is only enabled in debug builds. Currently, we use an Android-specific implementation of notImplemented(), which is enabled in all builds. We probably don't want this logging in all builds: logging in debug builds only is sufficient. Also, now that WebKit logging is functional (b/5448972), we don't need an Android-specific implementation of notImplemented(). This patch removes our local edit to address both of these. Change-Id: I07e2e8cb42d99dece1c711508c297d8ae0bdda72
* Fix some include guards in Android filesSteve Block2011-06-081-3/+3
| | | | | | | | | This will become relevant after we merge beyond http://trac.webkit.org/changeset/81977 (and its follow-up build fixes r81982, r81988, r81990, r82018) which relies on all platforms' instances of FontPlatformData.h using the correct include guard. Change-Id: I58ec4c8ee23698c41d86794333d603b95f303764
* Merge WebKit at r75993: Move WebKit/android files to SourceBen Murdoch2011-05-161-0/+48
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9