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

Issue 215052: * Remove non-Open Source code from Douglas Crockford.... (Closed)

Created:
11 years, 3 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

* Remove non-Open Source code from Douglas Crockford. * Be more var-correct in JS files. * Rename some JS variables to reflect the fact that they are instance variables on the global intrinsics object. * Missing optimization in StringCharAt. Committed: http://code.google.com/p/v8/source/detail?r=2959

Patch Set 1 #

Total comments: 36

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+302 lines, -296 lines) Patch
M LICENSE View 1 chunk +0 lines, -4 lines 0 comments Download
M src/array.js View 2 chunks +3 lines, -1 line 0 comments Download
M src/debug-delay.js View 2 chunks +1 line, -3 lines 0 comments Download
M src/messages.js View 3 chunks +9 lines, -8 lines 0 comments Download
M src/mirror-delay.js View 1 chunk +0 lines, -2 lines 0 comments Download
M src/string.js View 1 10 chunks +39 lines, -39 lines 0 comments Download
M src/uri.js View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/js2c.py View 2 chunks +4 lines, -16 lines 0 comments Download
M tools/jsmin.py View 1 1 chunk +241 lines, -218 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 3 months ago (2009-09-22 11:58:38 UTC) #1
Christian Plesner Hansen
Lgtm, with a load of python comments. http://codereview.chromium.org/215052/diff/1/11 File src/string.js (right): http://codereview.chromium.org/215052/diff/1/11#newcode166 Line 166: // ...
11 years, 3 months ago (2009-09-22 12:50:31 UTC) #2
Erik Corry
I uploaded a new version with the fixes. I also changed the algorithm. It now ...
11 years, 3 months ago (2009-09-23 12:04:37 UTC) #3
Christian Plesner Hansen
11 years, 3 months ago (2009-09-23 12:19:35 UTC) #4
Lgtm!

http://codereview.chromium.org/215052/diff/4001/4003
File tools/jsmin.py (right):

http://codereview.chromium.org/215052/diff/4001/4003#newcode30
Line 30: # Suppress copyright warning: pylint: disable-msg=C6304
I would suggest removing this and just letting pylint complain.

http://codereview.chromium.org/215052/diff/4001/4003#newcode125
Line 125: # Enters it into the mapping table for this scope.
Why is this not part of the docstring?

Powered by Google App Engine
This is Rietveld 408576698