Bug 23444 - Add OptionElement/OptionGroupElement abstraction
Summary: Add OptionElement/OptionGroupElement abstraction
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks: 20393
  Show dependency treegraph
 
Reported: 2009-01-20 18:37 PST by Nikolas Zimmermann
Modified: 2009-01-21 08:44 PST (History)
1 user (show)

See Also:


Attachments
Initial patch (26.91 KB, patch)
2009-01-20 18:39 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Updated patch (26.85 KB, patch)
2009-01-20 19:41 PST, Nikolas Zimmermann
staikos: review+
Details | Formatted Diff | Diff

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