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

Issue 98823003: Supporting blob urls for html5 media (Closed)

Created:
7 years ago by qinmin
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Supporting blob urls for html5 media Android mediaplayer won't be able to handle blob urls. After xhr requests creates a temporary file with blob url, we need to pass the file path to the media player so it can play the file. TBR=tedchoc BUG=253465 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245108

Patch Set 1 : #

Total comments: 6

Patch Set 2 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -74 lines) Patch
M content/browser/media/android/media_resource_getter_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/android/media_resource_getter_impl.cc View 1 4 chunks +56 lines, -58 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java View 1 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/android/media_player_bridge.cc View 1 3 chunks +14 lines, -11 lines 0 comments Download
M media/base/android/media_resource_getter.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
qinmin
PTAL
7 years ago (2013-12-13 23:46:02 UTC) #1
scherkus (not reviewing)
looks like this fell off my radar -- did you still need this reviewed?
6 years, 11 months ago (2014-01-07 19:27:51 UTC) #2
qinmin
On 2014/01/07 19:27:51, scherkus wrote: > looks like this fell off my radar -- did ...
6 years, 11 months ago (2014-01-07 20:36:02 UTC) #3
qinmin
ping, scherkus@, would you please take a look? thanks
6 years, 11 months ago (2014-01-10 17:04:47 UTC) #4
scherkus (not reviewing)
arg .. sorry qinmin@ I got too busy again :( xhwang@ can you take a ...
6 years, 11 months ago (2014-01-10 17:15:13 UTC) #5
xhwang
lgtm % comments https://codereview.chromium.org/98823003/diff/20001/content/browser/media/android/media_resource_getter_impl.cc File content/browser/media/android/media_resource_getter_impl.cc (right): https://codereview.chromium.org/98823003/diff/20001/content/browser/media/android/media_resource_getter_impl.cc#newcode51 content/browser/media/android/media_resource_getter_impl.cc:51: DCHECK_EQ(1u, items.size()); The blob data comes ...
6 years, 11 months ago (2014-01-14 17:57:39 UTC) #6
qinmin
https://codereview.chromium.org/98823003/diff/20001/content/browser/media/android/media_resource_getter_impl.cc File content/browser/media/android/media_resource_getter_impl.cc (right): https://codereview.chromium.org/98823003/diff/20001/content/browser/media/android/media_resource_getter_impl.cc#newcode51 content/browser/media/android/media_resource_getter_impl.cc:51: DCHECK_EQ(1u, items.size()); On 2014/01/14 17:57:40, xhwang wrote: > The ...
6 years, 11 months ago (2014-01-14 21:48:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/98823003/110001
6 years, 11 months ago (2014-01-14 22:30:54 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/98823003/110001
6 years, 11 months ago (2014-01-15 00:23:24 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=44849
6 years, 11 months ago (2014-01-15 14:06:47 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/98823003/110001
6 years, 11 months ago (2014-01-15 19:15:42 UTC) #11
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 11 months ago (2014-01-16 03:35:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/98823003/110001
6 years, 11 months ago (2014-01-16 04:05:39 UTC) #13
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 04:32:50 UTC) #14
Message was sent while issue was closed.
Change committed as 245108

Powered by Google App Engine
This is Rietveld 408576698