Bug 80139

Summary: Revert SVG-related APIs from DOMWindowSVG.idl back to DOMWindow.idl
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore Misc.Assignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, ojan, rakuco, vestbo, 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
none
patch for landing none

Description Kentaro Hara 2012-03-02 03:41:42 PST
Based on the discussion on webkit-dev@ (http://markmail.org/message/kagvswmah67zmrry#query:+page:1+mid:h34vzbiu5suub3ld+state:results), we should revert SVG-related APIs from DOMWindowSVG.idl back to DOMWindow.idl.
Comment 1 Kentaro Hara 2012-03-02 03:44:05 PST
Created attachment 129867 [details]
Patch
Comment 2 Kentaro Hara 2012-03-02 03:59:31 PST
Created attachment 129870 [details]
Patch
Comment 3 Adam Barth 2012-03-02 09:12:00 PST
Comment on attachment 129870 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129870&action=review

> Source/WebCore/page/DOMWindow.idl:495
> +        attribute SVGZoomEventConstructor SVGZoomEvent;

This one is outside the ifdef?
Comment 4 Kentaro Hara 2012-03-04 16:54:23 PST
Created attachment 130034 [details]
patch for landing
Comment 5 Kentaro Hara 2012-03-04 16:54:57 PST
Comment on attachment 129870 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=129870&action=review

>> Source/WebCore/page/DOMWindow.idl:495
>> +        attribute SVGZoomEventConstructor SVGZoomEvent;
> 
> This one is outside the ifdef?

Fixed it and committed. Thanks!
Comment 6 WebKit Review Bot 2012-03-04 18:33:43 PST
Comment on attachment 130034 [details]
patch for landing

Clearing flags on attachment: 130034

Committed r109693: <http://trac.webkit.org/changeset/109693>