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

Issue 2561953002: Make package mime strong clean (Closed)

Created:
4 years ago by keertip
Modified:
4 years ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make package mime strong clean BUG=https://github.com/dart-lang/mime/issues/5 R=kevmoo@google.com Committed: https://github.com/dart-lang/mime/commit/96c0d26d9ca3ca2604d6541118d7a2d572cbf24b

Patch Set 1 #

Total comments: 11

Patch Set 2 : Address comments #

Patch Set 3 : revert change to test, causes test timeout #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -8 lines) Patch
A .analysis_options View 1 chunk +2 lines, -0 lines 0 comments Download
M lib/src/bound_multipart_stream.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mime_multipart_transformer_test.dart View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M test/mime_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
keertip
4 years ago (2016-12-09 02:21:59 UTC) #2
kevmoo
https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart File test/mime_multipart_transformer_test.dart (right): https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart#newcode28 test/mime_multipart_transformer_test.dart:28: StreamController<List<int>> controller = new StreamController(sync: true); make the left ...
4 years ago (2016-12-09 02:30:27 UTC) #3
keertip
https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart File test/mime_multipart_transformer_test.dart (right): https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart#newcode28 test/mime_multipart_transformer_test.dart:28: StreamController<List<int>> controller = new StreamController(sync: true); On 2016/12/09 02:30:26, ...
4 years ago (2016-12-09 02:39:14 UTC) #4
keertip
https://codereview.chromium.org/2561953002/diff/1/test/mime_type_test.dart File test/mime_type_test.dart (right): https://codereview.chromium.org/2561953002/diff/1/test/mime_type_test.dart#newcode96 test/mime_type_test.dart:96: var actualMaxBytes = DEFAULT_MAGIC_NUMBERS.fold(0, (num previous, magic) { On ...
4 years ago (2016-12-09 02:43:40 UTC) #5
kevmoo
lgtm https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart File test/mime_multipart_transformer_test.dart (right): https://codereview.chromium.org/2561953002/diff/1/test/mime_multipart_transformer_test.dart#newcode144 test/mime_multipart_transformer_test.dart:144: Future.wait(futures).then((_) => completer.complete); On 2016/12/09 02:39:14, keertip wrote: ...
4 years ago (2016-12-09 02:53:32 UTC) #6
keertip
4 years ago (2016-12-09 19:27:12 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
96c0d26d9ca3ca2604d6541118d7a2d572cbf24b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698