Bug 23444

Summary: Add OptionElement/OptionGroupElement abstraction
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: XMLAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: staikos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 20393    
Attachments:
Description Flags
Initial patch
none
Updated patch staikos: review+

Description Nikolas Zimmermann 2009-01-20 18:37:51 PST
Refactor some functionality living in HTMLOptionElement/HTMLOptGroupElement needed by RenderMenuList/RenderListBox, to allow reusing these render classes later on for WMLOption/OptGroupElement.
Comment 1 Nikolas Zimmermann 2009-01-20 18:39:33 PST
Created attachment 26881 [details]
Initial patch
Comment 2 Nikolas Zimmermann 2009-01-20 19:41:18 PST
Created attachment 26882 [details]
Updated patch

No regressions, previous patch had a problem in an editing/pasteboard test.
Comment 3 Nikolas Zimmermann 2009-01-21 08:44:48 PST
Landed in r40085.