Bug 142458

Summary: [Content Extensions] Pass compiled content extensions as read-only shared memory rather than copying them
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2015-03-08 13:06:36 PDT
[Content Extensions] Pass compiled content extensions as read-only shared memory rather than copying them
Comment 1 Sam Weinig 2015-03-08 13:32:28 PDT
Created attachment 248200 [details]
Patch
Comment 2 WebKit Commit Bot 2015-03-08 13:34:32 PDT
Attachment 248200 [details] did not pass style-queue:


ERROR: Source/WebKit2/Shared/WebCompiledContentExtensionData.h:47:  The parameter type should use PassRefPtr instead of RefPtr.  [readability/pass_ptr] [5]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2015-03-08 14:33:15 PDT
Committed r181246: <http://trac.webkit.org/changeset/181246>