Bug 82553

Summary: [Chromium] Move APIs related to ResourceHandle into Platform
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, fishd, jamesr, mjs, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jamesr: review+

Description Adam Barth 2012-03-28 17:06:07 PDT
[Chromium] Move APIs related to ResourceHandle into Platform
Comment 1 Adam Barth 2012-03-28 17:11:20 PDT
Created attachment 134452 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-28 17:14:47 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 WebKit Review Bot 2012-03-28 17:15:08 PDT
Attachment 134452 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/Platform/ChangeLog', u'Source/Platf..." exit_code: 1
Source/Platform/chromium/public/WebURL.h:136:  One space before end of line comments  [whitespace/comments] [5]
Source/Platform/chromium/public/WebPrivateOwnPtr.h:33:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebPrivateOwnPtr.h:42:  Missing space inside { }.  [whitespace/braces] [5]
Source/Platform/chromium/public/WebURLLoader.h:47:  Missing space inside { }.  [whitespace/braces] [5]
Source/Platform/chromium/public/WebURLLoader.h:50:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebURLLoader.h:53:  The parameter name "data" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/Platform/chromium/public/WebURLLoader.h:56:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebURLLoader.h:61:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebData.h:45:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/Platform/chromium/public/WebData.h:76:  The parameter name "size" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 10 in 27 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Adam Barth 2012-03-28 17:15:49 PDT
This patch just moves existing code.  I can address these style nits in a followup patch if you like.
Comment 5 James Robinson 2012-03-28 17:18:08 PDT
Comment on attachment 134452 [details]
Patch

R=me. Do you know if there's a way to land this that ensures the svn metadata is set up as a move?
Comment 6 Adam Barth 2012-03-28 17:19:34 PDT
> R=me. Do you know if there's a way to land this that ensures the svn metadata is set up as a move?

Landing via the commit-queue should take care of that, but I can land it manually via svn to make sure.
Comment 7 Adam Barth 2012-03-28 17:21:13 PDT
Comment on attachment 134452 [details]
Patch

I'm going to give mjs sometime to comment before landing this patch in case he has thoughts.
Comment 8 Adam Barth 2012-03-28 22:29:53 PDT
Committed r112501: <http://trac.webkit.org/changeset/112501>