[Webkit-unassigned] [Bug 32261] Add ability to specify suggested autocomplete value in HTMLInputElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 14:24:45 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32261


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44840|review?                     |review+
               Flag|                            |




--- Comment #19 from Darin Adler <darin at apple.com>  2009-12-15 14:24:43 PST ---
(From update of attachment 44840)
> +    String suggestedValue() const { return m_suggestedValue; }

I know that the value() function doesn't do it this way, but you can save a
tiny bit of reference count churn by making the return type be const String&
instead of String.

I believe this will break the WML build, because you're adding a new virtual
function that WMLInputElement doesn't implement.

I really wish there was a way to expose and test this new feature, but since
the whole idea is to hide it from JavaScript, I can't think of any better way
do things.

r=me

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list