Bug 166452

Summary: reduce PassRefPtr use in WebKit2
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, cgarcia, commit-queue, gustavo, mcatanzaro, mrobinson
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Alex Christensen 2016-12-22 17:21:53 PST
reduce PassRefPtr use in WebKit2
Comment 1 Alex Christensen 2016-12-23 08:53:23 PST
Created attachment 297709 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-23 08:55:20 PST
Attachment 297709 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:64:  'renderedImage' is incorrectly named. It should be named 'protector' or 'protectedSnapshotOptions'.  [readability/naming/protected] [4]
Total errors found: 1 in 17 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alex Christensen 2016-12-24 00:07:15 PST
Created attachment 297739 [details]
Patch
Comment 4 WebKit Commit Bot 2016-12-24 00:10:01 PST
Attachment 297739 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:64:  'renderedImage' is incorrectly named. It should be named 'protector' or 'protectedSnapshotOptions'.  [readability/naming/protected] [4]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Alex Christensen 2016-12-26 21:49:27 PST
Created attachment 297778 [details]
Patch
Comment 6 WebKit Commit Bot 2016-12-26 21:51:37 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 7 WebKit Commit Bot 2016-12-26 21:51:51 PST
Attachment 297778 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.h:64:  'renderedImage' is incorrectly named. It should be named 'protector' or 'protectedSnapshotOptions'.  [readability/naming/protected] [4]
Total errors found: 1 in 19 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Yusuke Suzuki 2016-12-26 23:11:36 PST
Comment on attachment 297778 [details]
Patch

r=me
Comment 9 WebKit Commit Bot 2016-12-27 18:49:08 PST
Comment on attachment 297778 [details]
Patch

Clearing flags on attachment: 297778

Committed r210181: <http://trac.webkit.org/changeset/210181>
Comment 10 WebKit Commit Bot 2016-12-27 18:49:12 PST
All reviewed patches have been landed.  Closing bug.