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

Issue 471193002: Adding extension/mime mapping for HLS streams (Closed)

Created:
6 years, 4 months ago by qinmin
Modified:
5 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Adding extension/mime mapping for HLS streams This change adds a mapping between m3u8 extension and its mime type. For android, we need to handle HLS streams separately later on BUG=400145 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290097

Patch Set 1 #

Patch Set 2 : make the unit test to run on android only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M net/base/mime_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/base/mime_util_unittest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
qinmin
PTAL
6 years, 4 months ago (2014-08-15 14:55:56 UTC) #1
Ryan Sleevi
acolwell for this :)
6 years, 4 months ago (2014-08-15 17:16:03 UTC) #2
acolwell GONE FROM CHROMIUM
lgtm
6 years, 4 months ago (2014-08-15 17:55:05 UTC) #3
Ryan Sleevi
lgtm
6 years, 4 months ago (2014-08-15 18:11:41 UTC) #4
qinmin
The CQ bit was checked by qinmin@chromium.org
6 years, 4 months ago (2014-08-15 18:18:09 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/471193002/1
6 years, 4 months ago (2014-08-15 18:20:24 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-15 20:56:27 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-15 21:30:21 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/4878) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/6948)
6 years, 4 months ago (2014-08-15 21:30:22 UTC) #9
qinmin
The CQ bit was checked by qinmin@chromium.org
6 years, 4 months ago (2014-08-15 23:25:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/471193002/20001
6 years, 4 months ago (2014-08-15 23:28:31 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (20001) as 290097
6 years, 4 months ago (2014-08-16 05:51:22 UTC) #12
miroslav
5 years, 11 months ago (2015-01-13 18:40:11 UTC) #13
Message was sent while issue was closed.
On 2014/08/16 05:51:22, I haz the power (commit-bot) wrote:
> Committed patchset #2 (20001) as 290097

There are two MIME types that correspond to .m3u8 file extension:
* application/x-mpegURL, and
* vnd.apple.mpegURL

This patch does NOT include the second one.

Powered by Google App Engine
This is Rietveld 408576698