Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: Source/WebKit/chromium/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 10146014: Merge 113677 - [chromium] Viewport is not filled when out of texture memory on mac (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 114754)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,51 @@
+2012-04-09 Dana Jansens <danakj@chromium.org>
+
+ [chromium] Viewport is not filled when out of texture memory on mac
+ https://bugs.webkit.org/show_bug.cgi?id=83351
+
+ Reviewed by Adrienne Walker.
+
+ * src/NonCompositedContentHost.cpp:
+ (WebKit::NonCompositedContentHost::NonCompositedContentHost):
+ (WebKit::NonCompositedContentHost::setBackgroundColor):
+ * src/WebLayerTreeView.cpp:
+ (WebKit::WebLayerTreeView::setBackgroundColor):
+ (WebKit):
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::setBackgroundColor):
+ (WebKit):
+ (WebKit::WebViewImplContentPainter::paint):
+ (WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
+ * src/WebViewImpl.h:
+ (WebCore):
+ (WebViewImpl):
+ * tests/CCLayerImplTest.cpp:
+ (WebCore::TEST):
+ * tests/CCLayerTreeHostImplTest.cpp:
+ (WebKitTests::BlendStateCheckLayer::appendQuads):
+ (WebKitTests::TEST_F):
+ (WebKitTests):
+ * tests/CCLayerTreeHostTest.cpp:
+ (WTF):
+ (CCLayerTreeHostTestCommit):
+ (WTF::CCLayerTreeHostTestCommit::CCLayerTreeHostTestCommit):
+ (WTF::CCLayerTreeHostTestCommit::beginTest):
+ (WTF::CCLayerTreeHostTestCommit::commitCompleteOnCCThread):
+ (WTF::CCLayerTreeHostTestCommit::afterTest):
+ (WTF::TEST_F):
+ (TestLayerChromium):
+ * tests/CCOcclusionTrackerTest.cpp:
+ (WebKitTests::TestContentLayerChromium::TestContentLayerChromium):
+ (WebKitTests::TestContentLayerChromium::visibleContentOpaqueRegion):
+ (WebKitTests::TestContentLayerChromium::setOpaqueContentsRect):
+ (TestContentLayerChromium):
+ (WebKitTests::TestContentLayerImpl::TestContentLayerImpl):
+ (TestContentLayerImpl):
+ (WebKitTests::TestContentLayerImpl::visibleContentOpaqueRegion):
+ (WebKitTests::TestContentLayerImpl::setOpaqueContentsRect):
+ * tests/CCTiledLayerImplTest.cpp:
+ * tests/LayerChromiumTest.cpp:
+
2012-04-03 W. James MacLean <wjmaclean@chromium.org>
[chromium] Switch touchpad fling curve physics to absolute (not scaled) curve.

Powered by Google App Engine
This is Rietveld 408576698