Bug 69621

Summary: Remove some static functions of HTMLSelectElement
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Minor CC: rniwa, webkit.review.bot
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 69518    
Bug Blocks: 69701    
Attachments:
Description Flags
Patch none

Description Kent Tamura 2011-10-07 06:29:06 PDT
Remove some static functions of HTMLSelectElement
Comment 1 Kent Tamura 2011-10-07 06:37:28 PDT
Created attachment 110134 [details]
Patch
Comment 2 Darin Adler 2011-10-07 08:20:22 PDT
Comment on attachment 110134 [details]
Patch

Another important refactoring here is to eliminate the SelectElement and OptionElement classes entirely. I was working on that yesterday (bad timing, I guess) but might not get back to it, though.
Comment 3 Ryosuke Niwa 2011-10-07 10:03:01 PDT
(In reply to comment #2)
> (From update of attachment 110134 [details])
> Another important refactoring here is to eliminate the SelectElement and OptionElement classes entirely. I was working on that yesterday (bad timing, I guess) but might not get back to it, though.

SelectElement has been removed in http://trac.webkit.org/changeset/96907. So I guess we just need to get rid of OptionElement now.
Comment 4 WebKit Review Bot 2011-10-08 02:04:25 PDT
Comment on attachment 110134 [details]
Patch

Clearing flags on attachment: 110134

Committed r97007: <http://trac.webkit.org/changeset/97007>
Comment 5 WebKit Review Bot 2011-10-08 02:04:30 PDT
All reviewed patches have been landed.  Closing bug.