[webkit-reviews] review granted: [Bug 108069] INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the <input> boundary : [Attachment 185207] Patch 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 16:16:15 PST 2013


Hajime Morrita <morrita at google.com> has granted Kent Tamura
<tkent at chromium.org>'s request for review:
Bug 108069: INPUT_MULTIPLE_FIELDS_UI: The content should not overflow the
<input> boundary
https://bugs.webkit.org/show_bug.cgi?id=108069

Attachment 185207: Patch 2
https://bugs.webkit.org/attachment.cgi?id=185207&action=review

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=185207&action=review


> Source/WebCore/html/HTMLInputElement.cpp:1981
> +    RefPtr<RenderStyle> style = RenderStyle::clone(originalStyle.get());

We could get rid of this cloning if the style's direction and locale's
direction is the same (in most cases it is I guess.)


More information about the webkit-reviews mailing list