WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
124953
Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrowsingContextController
https://bugs.webkit.org/show_bug.cgi?id=124953
Summary
Add accessors for the WKProcessGroup and WKBrowsingContextGroup on the WKBrow...
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2013-11-27 18:13:04 PST
Created
attachment 217973
[details]
Patch
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
Committed
r159830
: <
http://trac.webkit.org/changeset/159830
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug