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

Issue 14113006: Fix HttpBodyHandler to handle missing mimeType. (Closed)

Created:
7 years, 8 months ago by Anders Johnsen
Modified:
7 years, 8 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix HttpBodyHandler to handle missing mimeType. BUG= Committed: https://code.google.com/p/dart/source/detail?r=21432

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add ContentType.mimeType. #

Total comments: 2

Patch Set 3 : fix comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -7 lines) Patch
M sdk/lib/io/http.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M sdk/lib/io/http_body_impl.dart View 1 2 chunks +8 lines, -5 lines 0 comments Download
M sdk/lib/io/http_headers.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tests/standalone/io/http_body_test.dart View 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
7 years, 8 months ago (2013-04-15 09:31:14 UTC) #1
Søren Gjesse
lgtm lgtm https://codereview.chromium.org/14113006/diff/1/sdk/lib/io/http_body_impl.dart File sdk/lib/io/http_body_impl.dart (right): https://codereview.chromium.org/14113006/diff/1/sdk/lib/io/http_body_impl.dart#newcode54 sdk/lib/io/http_body_impl.dart:54: String mimeType = "${contentType.primaryType}/${contentType.subType}"; Maybe add gettet ...
7 years, 8 months ago (2013-04-15 11:11:28 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/14113006/diff/1/sdk/lib/io/http_body_impl.dart File sdk/lib/io/http_body_impl.dart (right): https://codereview.chromium.org/14113006/diff/1/sdk/lib/io/http_body_impl.dart#newcode54 sdk/lib/io/http_body_impl.dart:54: String mimeType = "${contentType.primaryType}/${contentType.subType}"; On 2013/04/15 11:11:28, Søren ...
7 years, 8 months ago (2013-04-15 11:19:26 UTC) #3
Søren Gjesse
lgtm https://codereview.chromium.org/14113006/diff/5001/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/14113006/diff/5001/sdk/lib/io/http.dart#newcode512 sdk/lib/io/http.dart:512: * Gets the mime-type, without the charset. without ...
7 years, 8 months ago (2013-04-15 11:21:21 UTC) #4
Anders Johnsen
Landing. https://codereview.chromium.org/14113006/diff/5001/sdk/lib/io/http.dart File sdk/lib/io/http.dart (right): https://codereview.chromium.org/14113006/diff/5001/sdk/lib/io/http.dart#newcode512 sdk/lib/io/http.dart:512: * Gets the mime-type, without the charset. On ...
7 years, 8 months ago (2013-04-15 11:24:19 UTC) #5
Anders Johnsen
7 years, 8 months ago (2013-04-15 11:24:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r21432 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698