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

Issue 12870003: Make argument to StringSink.writeln optional. (Closed)

Created:
7 years, 9 months ago by floitsch
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make argument to StringSink.writeln optional. BUG= http://dartbug.com/9102 First part: Committed: https://code.google.com/p/dart/source/detail?r=20074 Second part (one liner): Committed: https://code.google.com/p/dart/source/detail?r=20081

Patch Set 1 #

Patch Set 2 : Forgot one use-case. #

Total comments: 2

Patch Set 3 : Minor fixes. #

Patch Set 4 : Minor fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M pkg/http/test/safe_http_server.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/scheduled_server/safe_http_server.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/test/metatest.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/socket_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/code_buffer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/core/string_buffer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/core/string_sink.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/io/io_sink.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/http.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M utils/pub/safe_http_server.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
floitsch
7 years, 9 months ago (2013-03-14 16:03:54 UTC) #1
Lasse Reichstein Nielsen
lgtm
7 years, 9 months ago (2013-03-15 10:36:18 UTC) #2
Søren Gjesse
dbc https://codereview.chromium.org/12870003/diff/3001/utils/pub/http.dart File utils/pub/http.dart (right): https://codereview.chromium.org/12870003/diff/3001/utils/pub/http.dart#newcode94 utils/pub/http.dart:94: requestLog.write(''); writeln()?
7 years, 9 months ago (2013-03-15 11:10:53 UTC) #3
floitsch
https://chromiumcodereview.appspot.com/12870003/diff/3001/utils/pub/http.dart File utils/pub/http.dart (right): https://chromiumcodereview.appspot.com/12870003/diff/3001/utils/pub/http.dart#newcode94 utils/pub/http.dart:94: requestLog.write(''); On 2013/03/15 11:10:53, Søren Gjesse wrote: > writeln()? ...
7 years, 9 months ago (2013-03-15 12:45:21 UTC) #4
floitsch
7 years, 9 months ago (2013-03-15 13:59:48 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r20081 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698