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

Issue 7826007: Added check for trailing whitespaces and corrected existing violations. (Closed)

Created:
9 years, 3 months ago by Yang
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Added check for trailing whitespaces and corrected existing violations. Committed: http://code.google.com/p/v8/source/detail?r=9094

Patch Set 1 #

Total comments: 7

Patch Set 2 : Applied suggested changes. #

Patch Set 3 : Yet another iteration. #

Total comments: 1

Patch Set 4 : Yet another iteration. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -170 lines) Patch
M benchmarks/crypto.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/earley-boyer.js View 1 23 chunks +25 lines, -25 lines 0 comments Download
M benchmarks/regexp.js View 3 chunks +3 lines, -3 lines 0 comments Download
M build/all.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/d8.js View 1 chunk +1 line, -1 line 0 comments Download
M src/macros.py View 1 chunk +1 line, -1 line 0 comments Download
M test/es5conform/es5conform.status View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-constructor.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/array-iteration.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/array-sort.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/bugs/618.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/bugs/bug-618.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/compiler/global-accessors.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/const-redecl.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/date-parse.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-compile-event.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-evaluate-recursive.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-handle.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-listbreakpoints.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-references.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-return-value.js View 3 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/debug-stepin-call-function-stub.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/debug-stepin-constructor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/delete-in-with.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/function-source.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/get-own-property-descriptor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/global-deleted-property-keyed.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/html-string-funcs.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/in.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/instanceof.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/keyed-storage-extend.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-array.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/mirror-function.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-script.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mirror-unresolved-function.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/no-semicolon.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-define-properties.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/object-literal-conversions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/object-literal-overwrite.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/object-prevent-extensions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1081309.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1092.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1110.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1213575.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1919169.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-20070207.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-269.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-619.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-678525.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-696.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-720.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-747.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-760-1.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-760-2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-798.js View 7 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/regress/regress-918.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-925537.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-937896.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/setter-on-constructor-prototype.js View 5 chunks +13 lines, -13 lines 0 comments Download
M test/mjsunit/string-compare-alignment.js View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/string-indexof-1.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/string-indexof-2.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/string-slices.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/string-split.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/substr.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/this-property-assignment.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/try.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/unicode-test.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/value-wrapper.js View 5 chunks +7 lines, -7 lines 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/gdb-v8-support.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/presubmit.py View 1 2 3 4 chunks +20 lines, -4 lines 0 comments Download
M tools/process-heap-prof.py View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
All changes except for tools/presubmit.py are automated. PTAL.
9 years, 3 months ago (2011-09-01 09:12:53 UTC) #1
Jakob Kummerow
http://codereview.chromium.org/7826007/diff/1/benchmarks/earley-boyer.js File benchmarks/earley-boyer.js (right): http://codereview.chromium.org/7826007/diff/1/benchmarks/earley-boyer.js#newcode2432 benchmarks/earley-boyer.js:2432: Is this a \t ?! http://codereview.chromium.org/7826007/diff/1/benchmarks/earley-boyer.js#newcode3075 benchmarks/earley-boyer.js:3075: Another \t ...
9 years, 3 months ago (2011-09-01 09:29:46 UTC) #2
Kevin Millikin (Chromium)
http://codereview.chromium.org/7826007/diff/1/tools/presubmit.py File tools/presubmit.py (right): http://codereview.chromium.org/7826007/diff/1/tools/presubmit.py#newcode284 tools/presubmit.py:284: print "%s has trailing whitespaces in lines: %s" % ...
9 years, 3 months ago (2011-09-01 09:32:21 UTC) #3
Yang
Applied suggestions. Take another look please.
9 years, 3 months ago (2011-09-01 09:46:19 UTC) #4
Kevin Millikin (Chromium)
http://codereview.chromium.org/7826007/diff/149/tools/presubmit.py File tools/presubmit.py (right): http://codereview.chromium.org/7826007/diff/149/tools/presubmit.py#newcode91 tools/presubmit.py:91: whitespace/end_of_line It's simpler to just delete this line than ...
9 years, 3 months ago (2011-09-01 10:07:12 UTC) #5
Yang
Applied Kevin's suggestion and updated build/all.gyp that had slightly different copyright header than the presubmit ...
9 years, 3 months ago (2011-09-01 10:54:35 UTC) #6
Jakob Kummerow
9 years, 3 months ago (2011-09-01 11:12:04 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698