[webkit-reviews] review granted: [Bug 50969] <option> should support the dir attribute and be displayed accordingly both in the dropdown and after being chosen : [Attachment 81072] patch for Chromium port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 11:29:25 PST 2011


David Levin <levin at chromium.org> has granted Xiaomei Ji <xji at chromium.org>'s
request for review:
Bug 50969: <option> should support the dir attribute and be displayed
accordingly both in the dropdown and after being chosen
https://bugs.webkit.org/show_bug.cgi?id=50969

Attachment 81072: patch for Chromium port
https://bugs.webkit.org/attachment.cgi?id=81072&action=review

------- Additional Comments from David Levin <levin at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=81072&action=review

I think you can address my comments above and commit this. Thanks!

> Source/WebCore/ChangeLog:5
> +	   Implement "<option> should support the dir attribute and be
displayed accordingly both in the drop-down and after being chosen" for
chromium port after r76983.

This is pretty verbose.

"<option> should implement the dir attribute."

sums it up. (Just exposing the attribute isn't implementing it. The code needs
to display the text correctly, etc.)

> Source/WebCore/ChangeLog:12
> +	   Turn on it for <select>.

This is really long.

I think you can leave it out entirely. You explained it well in the
file/function level comments.

> Source/WebCore/platform/chromium/PopupMenuChromium.cpp:84
> +    false // restrictWidthOfListBox

For future reference, misc formatting fixes mixed in a fix on lines where you
aren't doing changes is frowned on because it obscures the change being done,
but ok.

> Source/WebKit/chromium/ChangeLog:13
> +

Same comments as before.


More information about the webkit-reviews mailing list