Bug 140728

Summary: Add WKPageGroupRef SPI for user content filters
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2015-01-21 09:05:56 PST
Add WKPageGroupRef SPI for user content filters
Comment 1 Sam Weinig 2015-01-21 09:07:34 PST
Created attachment 245065 [details]
Patch
Comment 2 Anders Carlsson 2015-01-21 09:18:40 PST
Comment on attachment 245065 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=245065&action=review

> Source/WebKit2/UIProcess/WebPageGroup.cpp:176
> +void WebPageGroup::addUserContentFilter(API::UserContentFilter& userContentFilter)

Can userContentFilter be a const reference?
Comment 3 Sam Weinig 2015-01-21 15:44:29 PST
Committed r178869: <http://trac.webkit.org/changeset/178869>