RESOLVED FIXED 79436
Move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl
https://bugs.webkit.org/show_bug.cgi?id=79436
Summary Move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl
Kentaro Hara
Reported 2012-02-23 20:50:34 PST
For WebKit modularization, we can move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl.
Attachments
Patch (5.47 KB, patch)
2012-02-23 20:52 PST, Kentaro Hara
no flags
patch for landing (5.55 KB, patch)
2012-02-24 01:44 PST, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-02-23 20:52:19 PST
Adam Barth
Comment 2 2012-02-23 23:30:10 PST
Comment on attachment 128642 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128642&action=review > Source/WebCore/html/DOMWindowHTML.idl:102 > +#if defined(ENABLE_VIDEO_TRACK) && ENABLE_VIDEO_TRACK Can we use Conditional? It's prettier.
Kentaro Hara
Comment 3 2012-02-24 01:44:15 PST
Created attachment 128686 [details] patch for landing
Kentaro Hara
Comment 4 2012-02-24 01:44:43 PST
(In reply to comment #2) > Can we use Conditional? It's prettier. Done.
WebKit Review Bot
Comment 5 2012-02-24 05:50:27 PST
Comment on attachment 128686 [details] patch for landing Clearing flags on attachment: 128686 Committed r108781: <http://trac.webkit.org/changeset/108781>
Note You need to log in before you can comment on or make changes to this bug.