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

Issue 19866007: pkg/http tweaks (Closed)

Created:
7 years, 5 months ago by kevmoo-old
Modified:
7 years, 5 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/http tweaks locking down MultipartRequest a bit Removed superfluous import of dart:io and dart:isolate R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=25376

Patch Set 1 #

Patch Set 2 : a few more dart:io removals #

Total comments: 8

Patch Set 3 : review fixes #

Patch Set 4 : final nits #

Total comments: 1

Patch Set 5 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -26 lines) Patch
M pkg/http/lib/src/base_request.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/http/lib/src/base_response.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/http/lib/src/client.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/multipart_request.dart View 1 2 3 4 6 chunks +10 lines, -13 lines 0 comments Download
M pkg/http/lib/src/streamed_request.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/streamed_response.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/http_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M pkg/http/test/mock_client_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/response_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/streamed_request_test.dart View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kevmoo-old
Tweaks done as I pondered using http in a browser app
7 years, 5 months ago (2013-07-23 02:27:10 UTC) #1
Bob Nystrom
On 2013/07/23 02:27:10, kevmoo wrote: > Tweaks done as I pondered using http in a ...
7 years, 5 months ago (2013-07-23 16:12:58 UTC) #2
nweiz
I like the removal of now-spurious dart:io imports, although unfortunately making this actually work in ...
7 years, 5 months ago (2013-07-23 20:18:49 UTC) #3
kevmoo-old
Comments inline https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (left): https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart#oldcode81 pkg/http/lib/src/multipart_request.dart:81: } On 2013/07/23 20:18:49, nweiz wrote: > ...
7 years, 5 months ago (2013-07-23 21:08:56 UTC) #4
nweiz
https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (right): https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart#newcode130 pkg/http/lib/src/multipart_request.dart:130: static String _headerForField(String name, String value) { On 2013/07/23 ...
7 years, 5 months ago (2013-07-23 21:27:33 UTC) #5
kevmoo-old
PTAL https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (right): https://codereview.chromium.org/19866007/diff/3001/pkg/http/lib/src/multipart_request.dart#newcode130 pkg/http/lib/src/multipart_request.dart:130: static String _headerForField(String name, String value) { On ...
7 years, 5 months ago (2013-07-23 21:36:37 UTC) #6
nweiz
lgtm https://codereview.chromium.org/19866007/diff/13001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (right): https://codereview.chromium.org/19866007/diff/13001/pkg/http/lib/src/multipart_request.dart#newcode165 pkg/http/lib/src/multipart_request.dart:165: growable: false); style nit: indent -2
7 years, 5 months ago (2013-07-23 22:19:58 UTC) #7
kevmoo-old
7 years, 5 months ago (2013-07-23 22:47:20 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r25376 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698