WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
139043
Add a user content controller to WebViewGroup and use it for user content
https://bugs.webkit.org/show_bug.cgi?id=139043
Summary
Add a user content controller to WebViewGroup and use it for user content
Anders Carlsson
Reported
2014-11-25 07:58:19 PST
Add a user content controller to WebViewGroup and use it for user content
Attachments
Patch
(16.20 KB, patch)
2014-11-25 08:04 PST
,
Anders Carlsson
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2014-11-25 08:04:03 PST
Created
attachment 242196
[details]
Patch
Antti Koivisto
Comment 2
2014-11-25 08:12:10 PST
Comment on
attachment 242196
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=242196&action=review
> Source/WebKit/mac/WebCoreSupport/WebViewGroup.h:48 > + RefPtr<WebCore::UserContentController> m_userContentController;
Ref<>
> Source/WebKit/mac/WebView/WebView.mm:4010 > + auto viewGroup = WebViewGroup::get(group);
auto*
> Source/WebKit/mac/WebView/WebView.mm:4035 > + auto viewGroup = WebViewGroup::get(group);
auto*
> Source/WebKit/mac/WebView/WebView.mm:4052 > + auto viewGroup = WebViewGroup::get(group);
etc
Anders Carlsson
Comment 3
2014-11-25 08:15:57 PST
Committed
r176542
: <
http://trac.webkit.org/changeset/176542
>
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