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

Issue 4146006: Make Parser class have no friends and fewer things to depend on it. (Closed)

Created:
10 years, 1 month ago by Lasse Reichstein
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make Parser class have no friends and fewer things to depend on it.

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -301 lines) Patch
M src/api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/jsregexp.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 1 3 chunks +236 lines, -11 lines 0 comments Download
M src/parser.cc View 1 26 chunks +64 lines, -276 lines 0 comments Download
M test/cctest/test-regexp.cc View 6 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
No new functionality, refactoring only.
10 years, 1 month ago (2010-10-27 12:16:13 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/4146006/diff/1/6 File src/parser.cc (left): http://codereview.chromium.org/4146006/diff/1/6#oldcode1 src/parser.cc:1: // Copyright 2010 the V8 project authors. All ...
10 years, 1 month ago (2010-10-27 12:24:18 UTC) #2
Lasse Reichstein
10 years, 1 month ago (2010-10-27 12:32:51 UTC) #3
http://codereview.chromium.org/4146006/diff/1/6
File src/parser.cc (left):

http://codereview.chromium.org/4146006/diff/1/6#oldcode1
src/parser.cc:1: // Copyright 2010 the V8 project authors. All rights reserved.
Indeed.
A local equivalent of this code-review tool would be great :)

http://codereview.chromium.org/4146006/diff/1/7
File src/parser.h (right):

http://codereview.chromium.org/4146006/diff/1/7#newcode201
src/parser.h:201: class BufferedZoneList {
Done.

http://codereview.chromium.org/4146006/diff/1/7#newcode226
src/parser.h:226: if (list_ != NULL && list_->length() > 0)
Done.

http://codereview.chromium.org/4146006/diff/1/7#newcode288
src/parser.h:288: private:
Done.

Powered by Google App Engine
This is Rietveld 408576698