[Webkit-unassigned] [Bug 116258] [WIN] Move Windows port off legacy clipboard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 21 19:39:59 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116258
--- Comment #2 from WebKit Commit Bot <commit-queue at webkit.org> 2013-05-21 19:38:28 PST ---
Attachment 202490 did not pass style-queue:
Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/dom/Clipboard.h', u'Source/WebCore/page/win/EventHandlerWin.cpp', u'Source/WebCore/platform/Pasteboard.h', u'Source/WebCore/platform/win/ClipboardWin.cpp', u'Source/WebCore/platform/win/ClipboardWin.h', u'Source/WebCore/platform/win/EditorWin.cpp', u'Source/WebCore/platform/win/PasteboardWin.cpp', u'Source/WebKit/win/ChangeLog', u'Source/WebKit/win/WebCoreSupport/WebDragClient.cpp']" exit_code: 1
Source/WebCore/platform/win/PasteboardWin.cpp:114: Tab found; better to use spaces [whitespace/tab] [1]
Source/WebCore/platform/win/PasteboardWin.cpp:115: Tab found; better to use spaces [whitespace/tab] [1]
Source/WebCore/platform/win/PasteboardWin.cpp:298: An else if statement should be written as an if statement when the prior "if" concludes with a return, break, continue or goto statement. [readability/control_flow] [4]
Source/WebCore/platform/win/PasteboardWin.cpp:569: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5]
Source/WebCore/platform/win/EditorWin.cpp:60: Local variables should never be PassRefPtr (see http://webkit.org/coding/RefPtr.html). [readability/pass_ptr] [5]
Source/WebCore/platform/Pasteboard.h:110: The parameter name "dataObject" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:111: The parameter name "dataObject" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:112: The parameter name "dataMap" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:169: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
Source/WebCore/platform/Pasteboard.h:170: The parameter name "dataObject" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:170: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
Source/WebCore/platform/Pasteboard.h:171: The parameter name "element" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:171: The parameter name "url" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:171: The parameter name "frame" adds no information, so it should be removed. [readability/parameter_name] [5]
Source/WebCore/platform/Pasteboard.h:171: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
Total errors found: 15 in 9 files
If any of these errors are false positives, please file a bug against check-webkit-style.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list