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

Issue 1559006: Remove trailing regexp from .js files. (Closed)

Created:
10 years, 8 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Remove trailing regexp from .js files. Removed trailing whitespace using regexp replace. No other changes. Committed: http://code.google.com/p/v8/source/detail?r=4314

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -129 lines) Patch
M src/array.js View 1 chunk +1 line, -1 line 0 comments Download
M src/d8.js View 22 chunks +35 lines, -35 lines 0 comments Download
M src/debug-debugger.js View 7 chunks +8 lines, -8 lines 0 comments Download
M src/liveedit-debugger.js View 19 chunks +33 lines, -33 lines 0 comments Download
M src/messages.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mirror-debugger.js View 17 chunks +22 lines, -22 lines 0 comments Download
M src/regexp.js View 3 chunks +4 lines, -4 lines 0 comments Download
M src/runtime.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/string.js View 5 chunks +12 lines, -12 lines 0 comments Download
M src/uri.js View 5 chunks +6 lines, -6 lines 0 comments Download
M src/v8natives.js View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 8 months ago (2010-03-30 07:05:41 UTC) #1
Rico
10 years, 8 months ago (2010-03-30 07:12:40 UTC) #2
LGTM - maybe we should add something like this to presubmit.py?

Powered by Google App Engine
This is Rietveld 408576698