RESOLVED FIXED 117985
Adopt is/toHTMLAudioElement for code cleanup
https://bugs.webkit.org/show_bug.cgi?id=117985
Summary Adopt is/toHTMLAudioElement for code cleanup
Kangil Han
Reported 2013-06-25 05:50:52 PDT
Adopt is/toHTMLAudioElement for code cleanup
Attachments
Patch (7.34 KB, patch)
2013-06-25 05:52 PDT, Kangil Han
no flags
Patch (10.08 KB, patch)
2013-06-25 18:04 PDT, Kangil Han
no flags
Patch (10.35 KB, patch)
2013-06-25 19:08 PDT, Kangil Han
no flags
Kangil Han
Comment 1 2013-06-25 05:52:37 PDT
Jer Noble
Comment 2 2013-06-25 07:43:37 PDT
Comment on attachment 205389 [details] Patch Looks good in general. There are a couple other places in the code base where we still check <audio> tag names: SubframeLoader.cpp:250, WebPluginController.cpp:502, RenderThemeMac.mm:292,306.
Jer Noble
Comment 3 2013-06-25 07:45:34 PDT
And we should do a follow up bug re: <video> elements as well.
Kangil Han
Comment 4 2013-06-25 18:04:01 PDT
Kangil Han
Comment 5 2013-06-25 18:06:01 PDT
(In reply to comment #2) > (From update of attachment 205389 [details]) > Looks good in general. There are a couple other places in the code base where we still check <audio> tag names: SubframeLoader.cpp:250, WebPluginController.cpp:502, RenderThemeMac.mm:292,306. Ah, thx! Done. (In reply to comment #3) > And we should do a follow up bug re: <video> elements as well. I will create follow up bugs for all FooElement. :)
Build Bot
Comment 6 2013-06-25 18:28:02 PDT
Jer Noble
Comment 7 2013-06-25 18:35:51 PDT
Comment on attachment 205434 [details] Patch RenderThemeMac.mm may need a #include.
Kangil Han
Comment 8 2013-06-25 19:08:41 PDT
Kangil Han
Comment 9 2013-06-25 19:09:32 PDT
(In reply to comment #7) > (From update of attachment 205434 [details]) > RenderThemeMac.mm may need a #include. Done. :)
WebKit Commit Bot
Comment 10 2013-06-26 00:44:34 PDT
Comment on attachment 205438 [details] Patch Clearing flags on attachment: 205438 Committed r151981: <http://trac.webkit.org/changeset/151981>
WebKit Commit Bot
Comment 11 2013-06-26 00:44:37 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.