Bug 79622

Summary: [Forms] Make order of attribute/method in HTMLInputElement.idl as same as specification
Product: WebKit Reporter: yosin
Component: FormsAssignee: yosin
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, haraken, ojan, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch 1 none

Description yosin 2012-02-26 21:39:06 PST
For ease of maintainability, attributes and methods declaration order should be as same as specification.
See http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html
Comment 1 yosin 2012-02-27 17:36:57 PST
Created attachment 129148 [details]
Patch 1
Comment 2 Adam Barth 2012-02-27 17:52:15 PST
Comment on attachment 129148 [details]
Patch 1

Ok.  We'll probably screw up the ordering again in the future though.
Comment 3 yosin 2012-02-27 17:56:55 PST
(In reply to comment #2)
> (From update of attachment 129148 [details])
> Ok.  We'll probably screw up the ordering again in the future though.

Thanks for quick response. I wrote simple Perl script for re-ordering to reduce manual handling. Obsolete comments and Objective-C #ifdef prevent me to make my script fully automatically.
Comment 4 WebKit Review Bot 2012-02-27 20:17:46 PST
Comment on attachment 129148 [details]
Patch 1

Clearing flags on attachment: 129148

Committed r109067: <http://trac.webkit.org/changeset/109067>
Comment 5 WebKit Review Bot 2012-02-27 20:17:52 PST
All reviewed patches have been landed.  Closing bug.