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

Issue 415043006: [Android WebView] AwMediaUrlInterceptor to handle media assets. (Closed)

Created:
6 years, 5 months ago by Ignacio Solla
Modified:
6 years, 4 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

[Android WebView] AwMediaUrlInterceptor to handle media assets. This change registers an AwMediaUrlInterceptor to enable apps to play media assets. This is a follow-up change to: https://codereview.chromium.org/411353002/ BUG=387898 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287315

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address review comments. #

Total comments: 3

Patch Set 3 : nits #

Patch Set 4 : Rebase #

Total comments: 2

Patch Set 5 : Remove unnecessary dependency #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -2 lines) Patch
M android_webview/DEPS View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M android_webview/android_webview.gyp View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M android_webview/android_webview_tests.gypi View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 4 5 3 chunks +5 lines, -0 lines 0 comments Download
M android_webview/native/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A android_webview/native/aw_media_url_interceptor.h View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A android_webview/native/aw_media_url_interceptor.cc View 1 1 chunk +32 lines, -0 lines 0 comments Download
A android_webview/native/aw_media_url_interceptor_unittest.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A android_webview/test/unittest/assets/asset_file.ogg View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
Ignacio Solla
Is it modifying the DEPS files ok? benm@chromium.org: Please review changes in mnaganov@chromium.org: Please review ...
6 years, 5 months ago (2014-07-24 18:07:36 UTC) #1
mnaganov (inactive)
I think DEPS changes are OK. Have you also tried doing a component build (adding ...
6 years, 5 months ago (2014-07-25 08:28:54 UTC) #2
Ignacio Solla
https://codereview.chromium.org/415043006/diff/1/android_webview/DEPS File android_webview/DEPS (right): https://codereview.chromium.org/415043006/diff/1/android_webview/DEPS#newcode1 android_webview/DEPS:1: # Please include joth@ and (joi@ or erikwright@) on ...
6 years, 5 months ago (2014-07-25 11:05:48 UTC) #3
mnaganov (inactive)
LGTM % comments Thanks for pointing out the guideline about test class instances! I was ...
6 years, 5 months ago (2014-07-25 11:18:05 UTC) #4
Ignacio Solla
Thanks (btw, junit tests also recreate TestCase objects for every case) In my previous reply ...
6 years, 5 months ago (2014-07-25 13:12:22 UTC) #5
mnaganov (inactive)
On 2014/07/25 13:12:22, Ignacio Solla wrote: > Thanks (btw, junit tests also recreate TestCase objects ...
6 years, 5 months ago (2014-07-25 13:18:41 UTC) #6
Ignacio Solla
On 2014/07/25 13:18:41, Mikhail Naganov (Cr) wrote: > On 2014/07/25 13:12:22, Ignacio Solla wrote: > ...
6 years, 5 months ago (2014-07-25 13:22:57 UTC) #7
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-07-30 14:03:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igsolla@chromium.org/415043006/20002
6 years, 4 months ago (2014-07-30 14:03:56 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-07-30 15:18:55 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-30 15:20:12 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/35344) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/1192) ios_rel_device ...
6 years, 4 months ago (2014-07-30 15:20:12 UTC) #12
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-07-31 11:18:53 UTC) #13
Ignacio Solla
The CQ bit was unchecked by igsolla@chromium.org
6 years, 4 months ago (2014-07-31 11:19:01 UTC) #14
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-07-31 11:25:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igsolla@chromium.org/415043006/50001
6 years, 4 months ago (2014-07-31 11:28:00 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 14:56:59 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-31 15:00:38 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1244)
6 years, 4 months ago (2014-07-31 15:00:40 UTC) #19
Ignacio Solla
I'm not able to land this change due to the following error: ** Presubmit ERRORS ...
6 years, 4 months ago (2014-07-31 15:30:54 UTC) #20
xhwang
https://codereview.chromium.org/415043006/diff/50001/android_webview/native/aw_media_url_interceptor.h File android_webview/native/aw_media_url_interceptor.h (right): https://codereview.chromium.org/415043006/diff/50001/android_webview/native/aw_media_url_interceptor.h#newcode12 android_webview/native/aw_media_url_interceptor.h:12: #include "media/base/media_export.h" Is this needed? If not, the dependency ...
6 years, 4 months ago (2014-07-31 16:46:24 UTC) #21
Ignacio Solla
https://codereview.chromium.org/415043006/diff/50001/android_webview/native/aw_media_url_interceptor.h File android_webview/native/aw_media_url_interceptor.h (right): https://codereview.chromium.org/415043006/diff/50001/android_webview/native/aw_media_url_interceptor.h#newcode12 android_webview/native/aw_media_url_interceptor.h:12: #include "media/base/media_export.h" On 2014/07/31 16:46:24, xhwang wrote: > Is ...
6 years, 4 months ago (2014-08-01 09:29:42 UTC) #22
qinmin
lgtm
6 years, 4 months ago (2014-08-01 16:34:49 UTC) #23
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-08-01 16:35:37 UTC) #24
Ignacio Solla
The CQ bit was unchecked by igsolla@chromium.org
6 years, 4 months ago (2014-08-01 16:36:00 UTC) #25
xhwang
lgtm
6 years, 4 months ago (2014-08-01 16:38:16 UTC) #26
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-08-01 16:39:02 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igsolla@chromium.org/415043006/70001
6 years, 4 months ago (2014-08-01 16:42:35 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-01 20:36:40 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-01 20:41:36 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/47298) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/36592) android_aosp ...
6 years, 4 months ago (2014-08-01 20:41:37 UTC) #31
Ignacio Solla
The CQ bit was checked by igsolla@chromium.org
6 years, 4 months ago (2014-08-04 09:04:03 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/igsolla@chromium.org/415043006/90001
6 years, 4 months ago (2014-08-04 09:05:24 UTC) #33
commit-bot: I haz the power
6 years, 4 months ago (2014-08-04 10:44:14 UTC) #34
Message was sent while issue was closed.
Change committed as 287315

Powered by Google App Engine
This is Rietveld 408576698