Bug 130733 - Begin stubbing out a WKWindowFeatures class
Summary: Begin stubbing out a WKWindowFeatures class
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 12:54 PDT by Anders Carlsson
Modified: 2014-03-25 13:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch (13.09 KB, patch)
2014-03-25 12:54 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>