[Webkit-unassigned] [Bug 102422] Add setChecked API in WebInputElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 12:36:53 PST 2012


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #174742|review?                     |review-
               Flag|                            |




--- Comment #3 from Adam Barth <abarth at webkit.org>  2012-11-16 12:38:44 PST ---
(From update of attachment 174742)
View in context: https://bugs.webkit.org/attachment.cgi?id=174742&action=review

> Source/WebKit/chromium/ChangeLog:8
> +        Additional information of the change such as approach, rationale. Please add per-function descriptions below (OOPS!).

Please fill out this part of the ChangeLog.

> Source/WebKit/chromium/public/WebInputElement.h:77
> +        WEBKIT_EXPORT void setChecked(bool, bool sendChangeEvent = false);

Can we use an enum for the second parameter rather than a raw boolean?  It looks like HTMLInputElement already uses an enum.

-- 
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