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

Unified Diff: Source/WebCore/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 11864024: Merge 139435 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/WebCore/ChangeLog
===================================================================
--- Source/WebCore/ChangeLog (revision 139473)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,5 +1,22 @@
-2012-12-18 Anton Vayvod <avayvod@chromium.org>
+2013-01-11 Anton Vayvod <avayvod@chromium.org>
+ Text Autosizing - elements much narrower than its parent autosizing clusters should be autosized separately.
+ https://bugs.webkit.org/show_bug.cgi?id=105188
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Some blocks of text might be narrower than their parent clusters and should be autosized separately.
+ This helps with autosizing for the pages implementing the sidebars as a narrow blocks of text with wide margins and
+ the main content being positioned atop this margin (or vice versa).
+
+ * rendering/TextAutosizer.cpp:
+ (WebCore::TextAutosizer::isContainerAutosizingCluster):
+
+ Returns true if the container is more than 200 pixels narrower than its parent cluster's lowest common
+ ancestor of all the text nodes.
+
+2013-01-11 Andreas Kling <akling@apple.com>
+
Text Autosizing: containers wider than their enclosing clusters should be autosized as separate clusters
https://bugs.webkit.org/show_bug.cgi?id=103627
« no previous file with comments | « LayoutTests/fast/text-autosizing/narrow-child-expected.html ('k') | Source/WebCore/rendering/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698