RESOLVED FIXED 23434
Add WML <input> element support
https://bugs.webkit.org/show_bug.cgi?id=23434
Summary Add WML <input> element support
Nikolas Zimmermann
Reported 2009-01-20 09:59:24 PST
Add WMLInputElement, as first step don't handle any WML specific attributes (format/emptyok/etc..) only make them work. Follow-up patches will add the necessary WML specific logic.
Attachments
Initial patch (33.10 KB, patch)
2009-01-20 13:55 PST, Nikolas Zimmermann
staikos: review+
Nikolas Zimmermann
Comment 1 2009-01-20 13:55:45 PST
Created attachment 26871 [details] Initial patch
George Staikos
Comment 2 2009-01-20 14:13:12 PST
Comment on attachment 26871 [details] Initial patch Copyright should be 2009, and those bools don't need to be bitfields right now. otherwise R+
Nikolas Zimmermann
Comment 3 2009-01-20 14:18:56 PST
(In reply to comment #2) > (From update of attachment 26871 [details] [review]) > Copyright should be 2009, and those bools don't need to be bitfields right now. > otherwise R+ > Thanks for the r+, I'll change the copyright to list 2008 & 2009.
Eric Seidel (no email)
Comment 4 2009-01-20 14:20:50 PST
Comment on attachment 26871 [details] Initial patch Looks sane. r=me too.
Nikolas Zimmermann
Comment 5 2009-01-20 14:29:39 PST
Thanks Eric, you're not mentioned in the ChangeLog, as I commited before I saw your message. Landed in r40071.
Note You need to log in before you can comment on or make changes to this bug.