Bug 79436

Summary: Move HTML-related APIs from DOMWindow.idl to DOMWindowHTML.idl
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore Misc.Assignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, arv, commit-queue, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79327    
Attachments:
Description Flags
Patch
none
patch for landing none

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.