Bug 139043

Summary: Add a user content controller to WebViewGroup and use it for user content
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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+
Anders Carlsson
Comment 1 2014-11-25 08:04:03 PST
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
Note You need to log in before you can comment on or make changes to this bug.