Bug 128366

Summary: [Cocoa] API::FrameHandle has a generic wrapper
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add WKFrameHandle andersca: review+

Description mitz 2014-02-07 02:05:24 PST
[Cocoa] API::FrameHandle has a generic wrapper
Comment 1 mitz 2014-02-07 02:12:58 PST
Created attachment 223436 [details]
Add WKFrameHandle
Comment 2 Anders Carlsson 2014-02-07 07:13:13 PST
Comment on attachment 223436 [details]
Add WKFrameHandle

Very nice.

Did we decide that SPI classes should have an underscore prefix as well?
Comment 3 mitz 2014-02-07 10:02:03 PST
(In reply to comment #2)
> (From update of attachment 223436 [details])
> Very nice.
> 
> Did we decide that SPI classes should have an underscore prefix as well?

I think so far the only underscore-prefixed classes are ones that are internal.
Comment 4 mitz 2014-02-07 10:27:18 PST
Fixed in <http://trac.webkit.org/r163629>.