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

Issue 435053002: Remove <if> statements before checking JS code by checker.py (Closed)

Created:
6 years, 4 months ago by Vitaly Pavlenko
Modified:
6 years, 4 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@B_define
Project:
chromium
Visibility:
Public.

Description

Remove <if> statements before checking JS code by checker.py BUG=393873 TEST=./third_party/closure_compiler/checker_test.py R=dbeam@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287195

Patch Set 1 #

Total comments: 3

Patch Set 2 : inline replace_if function #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
M third_party/closure_compiler/checker.py View 1 2 chunks +6 lines, -0 lines 1 comment Download
M third_party/closure_compiler/checker_test.py View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Vitaly Pavlenko
The CQ bit was checked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-01 19:57:10 UTC) #1
Vitaly Pavlenko
The CQ bit was unchecked by vitalyp@chromium.org
6 years, 4 months ago (2014-08-01 19:57:10 UTC) #2
Vitaly Pavlenko
6 years, 4 months ago (2014-08-01 19:57:16 UTC) #3
Dan Beam
https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py File third_party/closure_compiler/checker.py (right): https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py#newcode50 third_party/closure_compiler/checker.py:50: self.lines = map(self._remove_if_operators, self.lines) for line in self.lines: line[2] ...
6 years, 4 months ago (2014-08-01 20:39:54 UTC) #4
Vitaly Pavlenko
https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py File third_party/closure_compiler/checker.py (right): https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py#newcode50 third_party/closure_compiler/checker.py:50: self.lines = map(self._remove_if_operators, self.lines) On 2014/08/01 20:39:54, Dan Beam ...
6 years, 4 months ago (2014-08-01 20:52:38 UTC) #5
Dan Beam
https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py File third_party/closure_compiler/checker.py (right): https://codereview.chromium.org/435053002/diff/1/third_party/closure_compiler/checker.py#newcode50 third_party/closure_compiler/checker.py:50: self.lines = map(self._remove_if_operators, self.lines) On 2014/08/01 20:52:37, Vitaly Pavlenko ...
6 years, 4 months ago (2014-08-01 20:59:53 UTC) #6
Vitaly Pavlenko
Created Patch Set 2
6 years, 4 months ago (2014-08-01 21:16:14 UTC) #7
Dan Beam
lgtm https://codereview.chromium.org/435053002/diff/20001/third_party/closure_compiler/checker.py File third_party/closure_compiler/checker.py (right): https://codereview.chromium.org/435053002/diff/20001/third_party/closure_compiler/checker.py#newcode51 third_party/closure_compiler/checker.py:51: # with an empty string. ^ i think ...
6 years, 4 months ago (2014-08-02 00:04:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalyp@chromium.org/435053002/20001
6 years, 4 months ago (2014-08-02 00:06:31 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-02 11:25:34 UTC) #10
Message was sent while issue was closed.
Change committed as 287195

Powered by Google App Engine
This is Rietveld 408576698