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

Issue 11754003: Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ (Closed)

Created:
7 years, 11 months ago by danakj
Modified:
7 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, cc-bugs_chromium.org, jam, darin-cc_chromium.org, Ami GONE FROM CHROMIUM, slavi
Visibility:
Public.

Description

Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/ BUG=123444 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175413

Patch Set 1 #

Patch Set 2 : Fixed crashes #

Total comments: 10

Patch Set 3 : #

Total comments: 8

Patch Set 4 : rebase #

Patch Set 5 : gyp-depend-on-media+androidfix #

Total comments: 4

Patch Set 6 : win-compile #

Patch Set 7 : win-compile #

Patch Set 8 : No Get #

Patch Set 9 : No Put #

Patch Set 10 : base gyp #

Patch Set 11 : move-dep #

Patch Set 12 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -347 lines) Patch
M cc/cc.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +4 lines, -6 lines 0 comments Download
M cc/layer_tree_host_unittest_context.cc View 1 2 3 4 chunks +26 lines, -33 lines 0 comments Download
D cc/test/fake_video_frame.h View 1 chunk +0 lines, -39 lines 0 comments Download
D cc/test/fake_video_frame.cc View 1 2 1 chunk +0 lines, -63 lines 0 comments Download
M cc/test/fake_video_frame_provider.h View 1 2 3 4 5 1 chunk +9 lines, -9 lines 0 comments Download
M cc/test/fake_video_frame_provider.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A cc/video_frame_provider.h View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download
M cc/video_layer.h View 1 2 3 1 chunk +4 lines, -12 lines 0 comments Download
M cc/video_layer.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M cc/video_layer_impl.h View 4 chunks +10 lines, -21 lines 0 comments Download
M cc/video_layer_impl.cc View 8 chunks +11 lines, -15 lines 0 comments Download
M content/browser/renderer_host/surface_texture_transport_client_android.h View 1 2 3 4 4 chunks +9 lines, -7 lines 0 comments Download
M content/browser/renderer_host/surface_texture_transport_client_android.cc View 1 2 3 4 3 chunks +16 lines, -18 lines 0 comments Download
A + webkit/compositor_bindings/DEPS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M webkit/compositor_bindings/compositor_bindings.gyp View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -0 lines 0 comments Download
A webkit/compositor_bindings/web_to_ccvideo_frame_provider.h View 1 2 3 4 5 1 chunk +42 lines, -0 lines 0 comments Download
A webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +85 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/web_video_layer_impl.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/compositor_bindings/web_video_layer_impl.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M webkit/media/android/webmediaplayer_android.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_impl_android.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/media/android/webmediaplayer_in_process_android.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M webkit/media/webmediaplayer_ms.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/media/webvideoframe_impl.h View 1 2 1 chunk +7 lines, -26 lines 0 comments Download
M webkit/media/webvideoframe_impl.cc View 1 2 1 chunk +2 lines, -75 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
danakj
7 years, 11 months ago (2013-01-03 21:44:09 UTC) #1
Ami GONE FROM CHROMIUM
https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h File webkit/media/webvideoframe_impl.h (right): https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h#newcode14 webkit/media/webvideoframe_impl.h:14: class WebVideoFrameImpl : public WebKit::WebVideoFrame { AFAICT at this ...
7 years, 11 months ago (2013-01-03 21:59:06 UTC) #2
Ami GONE FROM CHROMIUM
> Once this lands, can WebKit::WebVideoFrame be gutted/deleted and replaced with > an opaque pointer? ...
7 years, 11 months ago (2013-01-03 21:59:54 UTC) #3
sheu
There's a couple files where you've started the Chromium code-stylization of various cc/ bits, and ...
7 years, 11 months ago (2013-01-03 22:00:27 UTC) #4
danakj
+skaslev
7 years, 11 months ago (2013-01-03 22:02:59 UTC) #5
danakj
PTAL https://codereview.chromium.org/11754003/diff/2001/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h File webkit/compositor_bindings/web_to_ccvideo_frame_provider.h (right): https://codereview.chromium.org/11754003/diff/2001/webkit/compositor_bindings/web_to_ccvideo_frame_provider.h#newcode10 webkit/compositor_bindings/web_to_ccvideo_frame_provider.h:10: #include "third_party/WebKit/Source/Platform/chromium/public/WebVideoFrameProvider.h" On 2013/01/03 22:00:27, sheu wrote: > ...
7 years, 11 months ago (2013-01-03 22:44:54 UTC) #6
Ami GONE FROM CHROMIUM
(FTR, my comments were drive-by) https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h File webkit/media/webvideoframe_impl.h (right): https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h#newcode14 webkit/media/webvideoframe_impl.h:14: class WebVideoFrameImpl : public ...
7 years, 11 months ago (2013-01-03 22:49:31 UTC) #7
danakj
https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h File webkit/media/webvideoframe_impl.h (right): https://codereview.chromium.org/11754003/diff/2001/webkit/media/webvideoframe_impl.h#newcode14 webkit/media/webvideoframe_impl.h:14: class WebVideoFrameImpl : public WebKit::WebVideoFrame { On 2013/01/03 22:49:32, ...
7 years, 11 months ago (2013-01-03 22:53:57 UTC) #8
jamesr
All of the WebKit::WebVideo* can go away eventually, but it'll require constructing + owning a ...
7 years, 11 months ago (2013-01-03 23:35:55 UTC) #9
Ami GONE FROM CHROMIUM
> > I tested with: > - youtube html5 video > - html5doctor.com/demos/video-**canvas-magic/demo2.html<http://html5doctor.com/demos/video-canvas-magic/demo2.html> > - ...
7 years, 11 months ago (2013-01-03 23:42:53 UTC) #10
danakj
On Thu, Jan 3, 2013 at 6:42 PM, Ami Fischman <fischman@chromium.org> wrote: > I tested ...
7 years, 11 months ago (2013-01-04 03:40:59 UTC) #11
danakj
https://codereview.chromium.org/11754003/diff/9001/cc/video_frame_provider.h File cc/video_frame_provider.h (right): https://codereview.chromium.org/11754003/diff/9001/cc/video_frame_provider.h#newcode49 cc/video_frame_provider.h:49: // This function releases the lock on the video ...
7 years, 11 months ago (2013-01-04 14:01:28 UTC) #12
scherkus (not reviewing)
lgtm with a single, solitary μ-nit re: testing hw decode path -- wouldn't a stumpy/lumpy/lucas/etc ...
7 years, 11 months ago (2013-01-04 16:59:35 UTC) #13
Ami GONE FROM CHROMIUM
On Thu, Jan 3, 2013 at 7:40 PM, Dana Jansens <danakj@chromium.org> wrote: > On Thu, ...
7 years, 11 months ago (2013-01-04 17:27:11 UTC) #14
jamesr1
On Fri, Jan 4, 2013 at 9:27 AM, Ami Fischman <fischman@chromium.org> wrote: > > > ...
7 years, 11 months ago (2013-01-04 18:00:31 UTC) #15
Ami GONE FROM CHROMIUM
> > The code Dana's changing is all easily unit testable without relying on > ...
7 years, 11 months ago (2013-01-04 18:13:05 UTC) #16
danakj
On Fri, Jan 4, 2013 at 1:13 PM, Ami Fischman <fischman@chromium.org> wrote: > The code ...
7 years, 11 months ago (2013-01-04 18:24:49 UTC) #17
jamesr
lgtm and woohoo! https://codereview.chromium.org/11754003/diff/13017/webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc File webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc (right): https://codereview.chromium.org/11754003/diff/13017/webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc#newcode34 webkit/compositor_bindings/web_to_ccvideo_frame_provider.cc:34: ClientAdapter(cc::VideoFrameProvider::Client* cc_client) explicit https://codereview.chromium.org/11754003/diff/13017/webkit/compositor_bindings/web_video_layer_impl.cc File webkit/compositor_bindings/web_video_layer_impl.cc ...
7 years, 11 months ago (2013-01-04 18:39:40 UTC) #18
danakj
https://codereview.chromium.org/11754003/diff/13017/webkit/compositor_bindings/web_video_layer_impl.cc File webkit/compositor_bindings/web_video_layer_impl.cc (right): https://codereview.chromium.org/11754003/diff/13017/webkit/compositor_bindings/web_video_layer_impl.cc#newcode17 webkit/compositor_bindings/web_video_layer_impl.cc:17: , m_layer(new WebLayerImpl(cc::VideoLayer::create(m_providerAdapter.get()))) On 2013/01/04 18:39:40, jamesr wrote: > ...
7 years, 11 months ago (2013-01-04 19:47:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11754003/20001
7 years, 11 months ago (2013-01-04 19:48:42 UTC) #20
commit-bot: I haz the power
Presubmit check for 11754003-20001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-04 19:49:03 UTC) #21
danakj
+aelias for content/
7 years, 11 months ago (2013-01-04 19:50:30 UTC) #22
aelias_OOO_until_Jul13
lgtm for content/.../*android*
7 years, 11 months ago (2013-01-04 20:19:07 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11754003/28003
7 years, 11 months ago (2013-01-04 22:57:55 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11754003/24065
7 years, 11 months ago (2013-01-05 00:23:22 UTC) #25
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) content_browsertests
7 years, 11 months ago (2013-01-05 02:12:34 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11754003/21049
7 years, 11 months ago (2013-01-07 19:57:27 UTC) #27
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) interactive_ui_tests
7 years, 11 months ago (2013-01-07 22:17:58 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11754003/21049
7 years, 11 months ago (2013-01-07 23:03:05 UTC) #29
commit-bot: I haz the power
7 years, 11 months ago (2013-01-07 23:19:20 UTC) #30
Message was sent while issue was closed.
Change committed as 175413

Powered by Google App Engine
This is Rietveld 408576698