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

Unified Diff: Source/WebCore/ChangeLog

Issue 11858022: Merge 138162 (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 139475)
+++ Source/WebCore/ChangeLog (working copy)
@@ -1,5 +1,31 @@
-2013-01-11 Anton Vayvod <avayvod@chromium.org>
+2012-12-19 Tim Volodine <timvolodine@chromium.org>
+ Text Autosizing: Work out what to do about form controls
+ https://bugs.webkit.org/show_bug.cgi?id=102560
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Disallow autosizing of form input controls like buttons, text input fields, selection controls, radio buttons
+ and check boxes. This is a short term solution to avoid inconsistent autosizing of form controls (which is
+ worse than not autosizing at all).
+
+ Tests: fast/text-autosizing/form-controls-autosizing-button-input-elements.html
+ fast/text-autosizing/form-controls-autosizing-checkbox-input-element.html
+ fast/text-autosizing/form-controls-autosizing-radio-input-element.html
+ fast/text-autosizing/form-controls-autosizing-select-element.html
+ fast/text-autosizing/form-controls-autosizing-textfield-input-elements.html
+
+ * rendering/TextAutosizer.cpp:
+ (WebCore):
+ (WebCore::formInputTags):
+ (WebCore::TextAutosizer::isAutosizingContainer):
+ (WebCore::TextAutosizer::contentHeightIsConstrained):
+ (WebCore::TextAutosizer::containerShouldBeAutosized):
+ (WebCore::TextAutosizer::containerContainsOneOfTags):
+ * rendering/TextAutosizer.h:
+
+2012-12-19 Vsevolod Vlasov <vsevik@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

Powered by Google App Engine
This is Rietveld 408576698