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

Issue 256753004: pkg/shelf: change helper method on Request and Response (Closed)

Created:
6 years, 8 months ago by kevmoo
Modified:
6 years, 7 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : updating note in Request about absolute Uri #

Total comments: 17

Patch Set 3 : review tweaks #

Patch Set 4 : implement change on response, sharing test code #

Patch Set 5 : nits #

Total comments: 24

Patch Set 6 : review nits #

Patch Set 7 : user error #

Total comments: 4

Patch Set 8 : another round of cl comments #

Total comments: 4

Patch Set 9 : final nits #

Patch Set 10 : nevermind #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -111 lines) Patch
M pkg/shelf/lib/src/message.dart View 1 2 3 4 5 6 7 3 chunks +9 lines, -19 lines 0 comments Download
M pkg/shelf/lib/src/request.dart View 1 2 3 4 5 6 7 4 chunks +23 lines, -3 lines 0 comments Download
M pkg/shelf/lib/src/response.dart View 1 2 3 4 5 6 7 6 chunks +25 lines, -4 lines 0 comments Download
A pkg/shelf/lib/src/shelf_unmodifiable_map.dart View 1 2 3 4 5 6 7 8 1 chunk +58 lines, -0 lines 0 comments Download
M pkg/shelf/lib/src/util.dart View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
A pkg/shelf/test/message_change_test.dart View 1 2 3 4 5 6 7 1 chunk +75 lines, -0 lines 0 comments Download
M pkg/shelf/test/message_test.dart View 1 2 3 4 3 chunks +12 lines, -6 lines 0 comments Download
M pkg/shelf/test/request_test.dart View 1 2 3 4 5 6 7 1 chunk +22 lines, -31 lines 0 comments Download
M pkg/shelf/test/response_test.dart View 1 2 3 4 5 6 7 2 chunks +33 lines, -47 lines 0 comments Download
M pkg/shelf/test/shelf_io_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/shelf/test/test_util.dart View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kevmoo
ALSO: I started making the 4th copy of the 'hello, world' bytes and decided it'd ...
6 years, 8 months ago (2014-04-26 16:20:57 UTC) #1
kevmoo
https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart File pkg/shelf/lib/src/request.dart (right): https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart#newcode87 pkg/shelf/lib/src/request.dart:87: if (requestedUri.scheme.isEmpty) { The RFC is a bit weird ...
6 years, 8 months ago (2014-04-26 16:34:34 UTC) #2
nweiz
https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart File pkg/shelf/lib/src/request.dart (right): https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart#newcode86 pkg/shelf/lib/src/request.dart:86: // So instead of using Uri.isAbsolute, just checking for ...
6 years, 7 months ago (2014-04-28 22:13:33 UTC) #3
kevmoo
https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart File pkg/shelf/lib/src/request.dart (right): https://codereview.chromium.org/256753004/diff/20001/pkg/shelf/lib/src/request.dart#newcode86 pkg/shelf/lib/src/request.dart:86: // So instead of using Uri.isAbsolute, just checking for ...
6 years, 7 months ago (2014-04-29 10:41:53 UTC) #4
nweiz
https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart File pkg/shelf/lib/src/message.dart (right): https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart#newcode127 pkg/shelf/lib/src/message.dart:127: Map updateMap(Map original, Map updates) { Put this in ...
6 years, 7 months ago (2014-04-29 19:48:48 UTC) #5
kevmoo
PTAL https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart File pkg/shelf/lib/src/message.dart (right): https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart#newcode127 pkg/shelf/lib/src/message.dart:127: Map updateMap(Map original, Map updates) { On 2014/04/29 ...
6 years, 7 months ago (2014-04-30 14:27:51 UTC) #6
nweiz
https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart File pkg/shelf/lib/src/message.dart (right): https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart#newcode127 pkg/shelf/lib/src/message.dart:127: Map updateMap(Map original, Map updates) { On 2014/04/30 14:27:52, ...
6 years, 7 months ago (2014-04-30 20:21:38 UTC) #7
kevmoo
PTAL https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart File pkg/shelf/lib/src/message.dart (right): https://codereview.chromium.org/256753004/diff/80001/pkg/shelf/lib/src/message.dart#newcode127 pkg/shelf/lib/src/message.dart:127: Map updateMap(Map original, Map updates) { On 2014/04/30 ...
6 years, 7 months ago (2014-05-02 16:18:01 UTC) #8
nweiz
lgtm https://codereview.chromium.org/256753004/diff/140001/pkg/shelf/lib/src/shelf_unmodifiable_map.dart File pkg/shelf/lib/src/shelf_unmodifiable_map.dart (right): https://codereview.chromium.org/256753004/diff/140001/pkg/shelf/lib/src/shelf_unmodifiable_map.dart#newcode31 pkg/shelf/lib/src/shelf_unmodifiable_map.dart:31: return new _EmptyShelfUnmodifiableMap<V>(); "new" -> "const" https://codereview.chromium.org/256753004/diff/140001/pkg/shelf/lib/src/shelf_unmodifiable_map.dart#newcode57 pkg/shelf/lib/src/shelf_unmodifiable_map.dart:57: ...
6 years, 7 months ago (2014-05-05 20:05:54 UTC) #9
kevmoo
https://codereview.chromium.org/256753004/diff/140001/pkg/shelf/lib/src/shelf_unmodifiable_map.dart File pkg/shelf/lib/src/shelf_unmodifiable_map.dart (right): https://codereview.chromium.org/256753004/diff/140001/pkg/shelf/lib/src/shelf_unmodifiable_map.dart#newcode31 pkg/shelf/lib/src/shelf_unmodifiable_map.dart:31: return new _EmptyShelfUnmodifiableMap<V>(); On 2014/05/05 20:05:55, nweiz wrote: > ...
6 years, 7 months ago (2014-05-06 20:25:57 UTC) #10
kevmoo
6 years, 7 months ago (2014-05-06 20:26:23 UTC) #11
Message was sent while issue was closed.
Committed patchset #10 manually as r35825 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698