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

Issue 10979047: Upstream fullscreen video implementation for android (Closed)

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

Description

Upstream fullscreen video implementation for android BUG=136677 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=160431

Patch Set 1 #

Patch Set 2 : move media related messages to media_player_messages.h #

Patch Set 3 : add the missing media_player_messages.h #

Total comments: 2

Patch Set 4 : remove some unused variables and make fullscreen video to work with content shell #

Total comments: 20

Patch Set 5 : addressing comments #

Total comments: 4

Patch Set 6 : addressing feedbacks #

Patch Set 7 : merging latest changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+544 lines, -525 lines) Patch
M content/browser/android/content_video_view.h View 1 2 3 4 1 chunk +30 lines, -39 lines 0 comments Download
M content/browser/android/content_video_view.cc View 1 2 3 4 2 chunks +36 lines, -178 lines 0 comments Download
M content/browser/android/media_player_manager_android.h View 4 chunks +17 lines, -0 lines 0 comments Download
M content/browser/android/media_player_manager_android.cc View 1 2 3 4 5 8 chunks +105 lines, -25 lines 0 comments Download
M content/browser/android/surface_texture_peer_browser_impl.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M content/common/content_message_generator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A content/common/media/media_player_messages.h View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 3 chunks +0 lines, -90 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java View 1 2 3 16 chunks +55 lines, -90 lines 0 comments Download
M content/renderer/media/webmediaplayer_proxy_impl_android.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/media/webmediaplayer_proxy_impl_android.cc View 1 4 chunks +61 lines, -16 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M media/base/android/media_player_bridge.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_player_bridge.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
D webkit/media/android/media_metadata_android.h View 1 chunk +0 lines, -38 lines 0 comments Download
D webkit/media/android/media_metadata_android.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M webkit/media/android/webmediaplayer_android.h View 2 chunks +7 lines, -2 lines 0 comments Download
M webkit/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_impl_android.h View 1 chunk +11 lines, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_impl_android.cc View 3 chunks +51 lines, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_manager_android.h View 3 chunks +17 lines, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_manager_android.cc View 1 2 3 4 5 2 chunks +18 lines, -2 lines 0 comments Download
M webkit/media/android/webmediaplayer_proxy_android.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/media/webkit_media.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
qinmin
jam: please take a look at view_messages.h (need OWNERS approval) scherkus: please take a look ...
8 years, 2 months ago (2012-09-27 16:39:18 UTC) #1
jam
can you move all the media player messages to a separate file, i.e. content\common\android\media_player_messsages.h? This ...
8 years, 2 months ago (2012-09-27 17:06:25 UTC) #2
qinmin
Done. Added media/media_player_messages.h. On 2012/09/27 17:06:25, John Abd-El-Malek wrote: > can you move all the ...
8 years, 2 months ago (2012-09-27 19:57:38 UTC) #3
jam
content outside of android directories lgtm, thanks
8 years, 2 months ago (2012-09-27 20:26:29 UTC) #4
Yaron
content/browser/android looks reasonable although I'm not really familiar with it. Probably best for scherkus to ...
8 years, 2 months ago (2012-10-02 00:29:23 UTC) #5
scherkus (not reviewing)
sorry for not getting to this earlier! http://codereview.chromium.org/10979047/diff/7003/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): http://codereview.chromium.org/10979047/diff/7003/content/browser/android/content_video_view.cc#newcode93 content/browser/android/content_video_view.cc:93: return player ...
8 years, 2 months ago (2012-10-02 16:20:15 UTC) #6
qinmin
http://codereview.chromium.org/10979047/diff/4001/content/browser/android/content_video_view.cc File content/browser/android/content_video_view.cc (right): http://codereview.chromium.org/10979047/diff/4001/content/browser/android/content_video_view.cc#newcode132 content/browser/android/content_video_view.cc:132: j_content_video_view_.Reset(); The ContentVideoView is destroying itself when this getting ...
8 years, 2 months ago (2012-10-03 02:32:47 UTC) #7
Yaron
lgtm
8 years, 2 months ago (2012-10-03 23:15:37 UTC) #8
scherkus (not reviewing)
lgtm w/ nits http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc#newcode145 content/browser/android/media_player_manager_android.cc:145: DCHECK(fullscreen_player_id_ == -1) nit: DCHECK_EQ http://codereview.chromium.org/10979047/diff/22001/webkit/media/android/webmediaplayer_manager_android.cc ...
8 years, 2 months ago (2012-10-04 21:13:41 UTC) #9
scherkus (not reviewing)
lgtm w/ nits http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc#newcode145 content/browser/android/media_player_manager_android.cc:145: DCHECK(fullscreen_player_id_ == -1) nit: DCHECK_EQ http://codereview.chromium.org/10979047/diff/22001/webkit/media/android/webmediaplayer_manager_android.cc ...
8 years, 2 months ago (2012-10-04 21:13:41 UTC) #10
qinmin
http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): http://codereview.chromium.org/10979047/diff/22001/content/browser/android/media_player_manager_android.cc#newcode145 content/browser/android/media_player_manager_android.cc:145: DCHECK(fullscreen_player_id_ == -1) On 2012/10/04 21:13:41, scherkus wrote: > ...
8 years, 2 months ago (2012-10-04 23:49:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/10979047/34001
8 years, 2 months ago (2012-10-05 01:05:09 UTC) #12
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 2 months ago (2012-10-05 01:14:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/10979047/42001
8 years, 2 months ago (2012-10-05 16:39:54 UTC) #14
commit-bot: I haz the power
8 years, 2 months ago (2012-10-05 18:44:23 UTC) #15
Change committed as 160431

Powered by Google App Engine
This is Rietveld 408576698