[webkit-reviews] review requested: [Bug 32261] Add ability to specify suggested autocomplete value in HTMLInputElement : [Attachment 44947] 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
Tue Dec 15 23:57:11 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 44947: Added ability to separate autocomplete suggestion previewing
from accepting of the suggested value in HTMLInputElement /
RenderTextControlSingleLine
https://bugs.webkit.org/attachment.cgi?id=44947&action=review

------- Additional Comments from Zelidrag Hornung <zelidrag at chromium.org>
This addressed two comments from Darin about the previous CL:

1. suggestedValue() getter now defined as:
const String& suggestedValue() const;

2. suggestedValue() getter is added to WMLInputElement class.


More information about the webkit-reviews mailing list