[webkit-reviews] review granted: [Bug 124953] Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController : [Attachment 217973] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 27 18:19:49 PST 2013


mitz at webkit.org <mitz at webkit.org> has granted Sam Weinig <sam at webkit.org>'s
request for review:
Bug 124953: Add accessors for the WKProcessGroup and WKBrowsingContextGroup on
the WKBrowsingContextController
https://bugs.webkit.org/show_bug.cgi?id=124953

Attachment 217973: Patch
https://bugs.webkit.org/attachment.cgi?id=217973&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=217973&action=review


> Source/WebKit2/UIProcess/API/mac/WKBrowsingContextController.h:34
> + at class WKBrowsingContextGroup;
> + at 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).


More information about the webkit-reviews mailing list