Bug 79622 - [Forms] Make order of attribute/method in HTMLInputElement.idl as same as specification
Summary: [Forms] Make order of attribute/method in HTMLInputElement.idl as same as spe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-26 21:39 PST by yosin
Modified: 2012-02-27 20:17 PST (History)
5 users (show)

See Also:


Attachments
Patch 1 (6.93 KB, patch)
2012-02-27 17:36 PST, yosin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.