Summary: | Replace WebKit2's decidePolicyForMIMEType with decidePolicyForResponse | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||
Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Sam Weinig
2011-03-05 13:30:03 PST
Created attachment 84874 [details]
Patch
Attachment 84874 [details] did not pass style-queue:
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/platform/mac-wk2/Skipped', u'S..." exit_code: 1
Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h:126: The parameter name "function" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebKit/wx/WebKitSupport/FrameLoaderClientWx.h:200: The parameter name "function" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebKit/chromium/src/FrameLoaderClientImpl.h:117: The parameter name "function" adds no information, so it should be removed. [readability/parameter_name] [5]
Total errors found: 3 in 49 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Landed in 80475. |