Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(776)

Issue 2019923002: Fix pylint unused-* warnings in webkitpy/tool. (Closed)

Created:
4 years, 6 months ago by qyearsley
Modified:
4 years, 6 months ago
Reviewers:
Dirk Pranke, mithro
CC:
blink-reviews, chromium-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix pylint unused-* warnings in webkitpy/tool. This includes: unused-variable unused-argument unused-import In some cases, unused arguments are there for method because the argument is required by the superclass or may be used in subclasses; in these cases I added a pylint disable pragma comment. BUG=598897 Committed: https://crrev.com/3621e6f24d746662472d3e14db605d4dbb66e7c5 Cr-Commit-Position: refs/heads/master@{#397636}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -28 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/commitannouncer.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/command.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commitannouncer.py View 1 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests.py View 2 chunks +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py View 1 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline.py View 1 5 chunks +4 lines, -8 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaselineserver.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/mocktool.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/rebaselineserver.py View 1 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/reflectionhandler.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (12 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019923002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019923002/1
4 years, 6 months ago (2016-05-29 21:08:00 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-30 00:03:03 UTC) #6
qyearsley
https://codereview.chromium.org/2019923002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py File third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py (right): https://codereview.chromium.org/2019923002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py#newcode44 third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractlocalservercommand.py:44: raise NotImplementedError('Subclasses should implement this method.') Currently, all subclasses ...
4 years, 6 months ago (2016-06-02 16:41:32 UTC) #8
Dirk Pranke
lgtm https://codereview.chromium.org/2019923002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py File third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py (right): https://codereview.chromium.org/2019923002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py#newcode118 third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py:118: return True On 2016/06/02 16:41:32, qyearsley wrote: > ...
4 years, 6 months ago (2016-06-02 17:52:03 UTC) #9
qyearsley
On 2016/06/02 at 17:52:03, dpranke wrote: > lgtm > > https://codereview.chromium.org/2019923002/diff/1/third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py > File third_party/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py (right): ...
4 years, 6 months ago (2016-06-02 18:06:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019923002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019923002/1
4 years, 6 months ago (2016-06-02 18:06:50 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/15210) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-02 18:12:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019923002/20001
4 years, 6 months ago (2016-06-02 22:15:28 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/232745)
4 years, 6 months ago (2016-06-03 03:58:38 UTC) #19
mithro
LGTM too.
4 years, 6 months ago (2016-06-03 04:06:52 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2019923002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2019923002/20001
4 years, 6 months ago (2016-06-03 04:07:25 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-03 04:52:17 UTC) #23
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 04:54:13 UTC) #25
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3621e6f24d746662472d3e14db605d4dbb66e7c5
Cr-Commit-Position: refs/heads/master@{#397636}

Powered by Google App Engine
This is Rietveld 408576698