[webkit-reviews] review requested: [Bug 32261] Add ability to specify suggested autocomplete value in HTMLInputElement : [Attachment 44985] Added ability to separate autocomplete suggestion previewing from accepting of the suggested value in HTMLInputElement / RenderTextControlSingleLine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 09:42:37 PST 2009


Zelidrag Hornung <zelidrag at chromium.org> has asked  for review:
Bug 32261: Add ability to specify suggested autocomplete value in
HTMLInputElement
https://bugs.webkit.org/show_bug.cgi?id=32261

Attachment 44985: Added ability to separate autocomplete suggestion previewing
from accepting of the suggested value in HTMLInputElement /
RenderTextControlSingleLine
https://bugs.webkit.org/attachment.cgi?id=44985&action=review

------- Additional Comments from Zelidrag Hornung <zelidrag at chromium.org>
This addressed two comments from Darin about the previous CLs:
1. suggestedValue() getter now defined as:
const String& suggestedValue() const;
2. suggestedValue() getter is added to WMLInputElement class.
3. Added mysteriously missing ChangeLog file.


More information about the webkit-reviews mailing list