Bug 124953 - Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
Summary: Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrow...
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-27 18:12 PST by Sam Weinig
Modified: 2013-11-27 18:23 PST (History)
0 users

See Also:


Attachments
Patch (2.92 KB, patch)
2013-11-27 18:13 PST, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-11-27 18:12:04 PST
Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
Comment 1 Sam Weinig 2013-11-27 18:13:04 PST
Created attachment 217973 [details]
Patch
Comment 2 mitz 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).
Comment 3 Sam Weinig 2013-11-27 18:23:06 PST
Committed r159830: <http://trac.webkit.org/changeset/159830>