Bug 124953

Summary: Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Sam Weinig
Reported 2013-11-27 18:12:04 PST
Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
Attachments
Patch (2.92 KB, patch)
2013-11-27 18:13 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2013-11-27 18:13:04 PST
mitz
Comment 2 2013-11-27 18:18:16 PST
Comment on attachment 217973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=217973&action=review > Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.h:34 > +@class WKBrowsingContextGroup; > +@class WKProcessGroup; Can we just import the headers for these instead of forward-declaring them? I think it’s best to do that in API headers (the reason WKBackForwardList* are forward-declared is that they’re temporarily in PrivateHeaders).
Sam Weinig
Comment 3 2013-11-27 18:23:06 PST
Note You need to log in before you can comment on or make changes to this bug.