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

Unified Diff: Source/WebCore/ChangeLog

Issue 10815035: Merge 122769 - Inconsistent rounding in table layout causes background color to bleed through (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « LayoutTests/platform/wk2/Skipped ('k') | Source/WebCore/rendering/RenderTable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/ChangeLog
===================================================================
--- Source/WebCore/ChangeLog (revision 123228)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,3 +1,20 @@
+2012-07-16 Emil A Eklund <eae@chromium.org>
+
+ Inconsistent rounding in table layout causes background color to bleed through
+ https://bugs.webkit.org/show_bug.cgi?id=91410
+
+ Reviewed by Eric Seidel.
+
+ At certain zoom levels a rounding error in the table layout code cases
+ the table background color to bleed through between cells. Tables layout
+ happens on pixel bounds however the paint offset wasn't correctly rounded.
+
+ Test: fast/sub-pixel/table-rows-no-gaps.html
+
+ * rendering/RenderTable.cpp:
+ (WebCore::RenderTable::paintObject):
+ Round paintOffset before passing it to the paint method of the children.
+
2012-07-12 MORITA Hajime <morrita@google.com>
[Shadow DOM] <video> with <shadow> crashes
« no previous file with comments | « LayoutTests/platform/wk2/Skipped ('k') | Source/WebCore/rendering/RenderTable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698