WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
112767
Remove unnecessary calls to Node::disabled for <meter>, <progress>, and <output>
https://bugs.webkit.org/show_bug.cgi?id=112767
Summary
Remove unnecessary calls to Node::disabled for <meter>, <progress>, and <output>
Matt Falkenhagen
Reported
2013-03-19 18:22:45 PDT
The calls were added in
http://trac.webkit.org/changeset/86526
. disabled() never returns true for these elements, so we don't have to consider disabled() in supportsFocus(), and can just use HTMLElement::supportsFocus. Since HTMLMeterElement and HTMLProgressElement no longer inherit from HTMLFormControlElement, we don't need to override supportsFocus() at all.
Attachments
Patch
(4.72 KB, patch)
2013-03-19 18:30 PDT
,
Matt Falkenhagen
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Matt Falkenhagen
Comment 1
2013-03-19 18:30:56 PDT
Created
attachment 193963
[details]
Patch
Kent Tamura
Comment 2
2013-03-20 15:54:03 PDT
Comment on
attachment 193963
[details]
Patch ok
WebKit Review Bot
Comment 3
2013-03-20 17:12:00 PDT
Comment on
attachment 193963
[details]
Patch Clearing flags on attachment: 193963 Committed
r146417
: <
http://trac.webkit.org/changeset/146417
>
WebKit Review Bot
Comment 4
2013-03-20 17:12:03 PDT
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