WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80089
[Chromium] WebOptionElement should inherit WebElement instead of WebFormControlElement
https://bugs.webkit.org/show_bug.cgi?id=80089
Summary
[Chromium] WebOptionElement should inherit WebElement instead of WebFormContr...
yosin
Reported
2012-03-01 20:16:53 PST
According to specification, WebOptionElement isn't form associated control(FormControlElement is derived from FormAssociateElement) . To avoid having extra functionality and removing extra dependency, WebOptionElement should derive from WebElement rather than WebFormControlElement.
Attachments
Patch 1
(3.12 KB, patch)
2012-03-01 21:13 PST
,
yosin
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
yosin
Comment 1
2012-03-01 21:13:30 PST
Created
attachment 129804
[details]
Patch 1
WebKit Review Bot
Comment 2
2012-03-01 21:18:00 PST
Please wait for approval from
fishd@chromium.org
before submitting because this patch contains changes to the Chromium public API.
Darin Fisher (:fishd, Google)
Comment 3
2012-03-02 15:40:12 PST
Comment on
attachment 129804
[details]
Patch 1 Why? HTMLOptionElement seems to inherit from HTMLFormControlElement, so it seems like the WebKit API should reflect that.
Kent Tamura
Comment 4
2012-03-02 17:20:13 PST
(In reply to
comment #3
)
> (From update of
attachment 129804
[details]
) > Why? HTMLOptionElement seems to inherit from HTMLFormControlElement, so it seems like the WebKit API should reflect that.
HTMLOptionElement shouldn't inherit from HTMLFormControlElement. The current implementation of HTMLOptionElement wastes memory and time, and we have an actual performance bug reported by a user. yosin is going to change it. See
Bug 79764
.
Darin Fisher (:fishd, Google)
Comment 5
2012-03-05 17:10:23 PST
Comment on
attachment 129804
[details]
Patch 1 OK!
WebKit Review Bot
Comment 6
2012-03-05 17:39:12 PST
Comment on
attachment 129804
[details]
Patch 1 Clearing flags on attachment: 129804 Committed
r109827
: <
http://trac.webkit.org/changeset/109827
>
WebKit Review Bot
Comment 7
2012-03-05 17:39:19 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug