Bug 130733

Summary: Begin stubbing out a WKWindowFeatures class
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-03-25 12:54:01 PDT
Begin stubbing out a WKWindowFeatures class
Comment 1 Anders Carlsson 2014-03-25 12:54:10 PDT
Created attachment 227782 [details]
Patch
Comment 2 mitz 2014-03-25 13:07:44 PDT
Comment on attachment 227782 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWindowFeatures.h:31
> +@interface WKWindowFeatures : NSObject

Shouldn’t this be a WK_API_CLASS?
Comment 3 mitz 2014-03-25 13:09:41 PDT
Comment on attachment 227782 [details]
Patch

Apparently Tim changed the r flag while I was composing my comment.
Comment 4 Anders Carlsson 2014-03-25 13:10:28 PDT
Committed r166244: <http://trac.webkit.org/changeset/166244>