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

Issue 825004: Adding missing file. (Closed)

Created:
10 years, 9 months ago by Florian Loitsch
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Adding missing file. Committed: http://code.google.com/p/v8/source/detail?r=4091

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -0 lines) Patch
A test/cctest/test-dtoa.h View 1 2 1 chunk +91 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Loitsch
10 years, 9 months ago (2010-03-10 20:54:51 UTC) #1
William Hesse
LGTM with changes. http://codereview.chromium.org/825004/diff/1/2 File test/cctest/test-dtoa.h (right): http://codereview.chromium.org/825004/diff/1/2#newcode4 test/cctest/test-dtoa.h:4: char* buffer, int sign, int length, ...
10 years, 9 months ago (2010-03-10 21:02:42 UTC) #2
Florian Loitsch
10 years, 9 months ago (2010-03-10 21:08:16 UTC) #3
http://codereview.chromium.org/825004/diff/1/2
File test/cctest/test-dtoa.h (right):

http://codereview.chromium.org/825004/diff/1/2#newcode4
test/cctest/test-dtoa.h:4: char* buffer, int sign, int length, int point) {
On 2010/03/10 21:02:42, William Hesse wrote:
> One parameter per line.

Done.

http://codereview.chromium.org/825004/diff/1/2#newcode63
test/cctest/test-dtoa.h:63: double v, char* buffer, int sign, int length, int
point) {
On 2010/03/10 21:02:42, William Hesse wrote:
> Format formal parameters one per line.

Done.

http://codereview.chromium.org/825004/diff/1/2#newcode73
test/cctest/test-dtoa.h:73: if (v == ComposeDouble(buffer, sign, length - 1,
point))
On 2010/03/10 21:02:42, William Hesse wrote:
> Put braces around a statement if it is not on the same line as if.

Done.

Powered by Google App Engine
This is Rietveld 408576698