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

Issue 15692018: Remove screen capturers from media/video/capture/screen. (Closed)

Created:
7 years, 6 months ago by Sergey Ulanov
Modified:
7 years, 6 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, dcaiafa+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, sail+watch_chromium.org, garykac+watch_chromium.org, feature-media-reviews_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org, DaleCurtis
Visibility:
Public.

Description

Remove screen capturers from media/video/capture/screen. Screen capturers have been moved to webrtc. This change switches chromoting and getUserMedia() to the new copy of the capturers in webrtc and removes old copy from media. TBR=jschuh@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204966

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -5599 lines) Patch
M content/content_browser.gypi View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M media/media.gyp View 1 2 3 4 6 chunks +5 lines, -53 lines 0 comments Download
D media/video/capture/screen/differ.h View 1 chunk +0 lines, -85 lines 0 comments Download
D media/video/capture/screen/differ.cc View 1 chunk +0 lines, -201 lines 0 comments Download
D media/video/capture/screen/differ_block.h View 1 chunk +0 lines, -28 lines 0 comments Download
D media/video/capture/screen/differ_block.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D media/video/capture/screen/differ_block_sse2.h View 1 chunk +0 lines, -25 lines 0 comments Download
D media/video/capture/screen/differ_block_sse2.cc View 1 chunk +0 lines, -112 lines 0 comments Download
D media/video/capture/screen/differ_block_unittest.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D media/video/capture/screen/differ_unittest.cc View 1 chunk +0 lines, -646 lines 0 comments Download
D media/video/capture/screen/mac/desktop_configuration.h View 1 chunk +0 lines, -65 lines 0 comments Download
D media/video/capture/screen/mac/desktop_configuration.mm View 1 chunk +0 lines, -140 lines 0 comments Download
D media/video/capture/screen/mac/scoped_pixel_buffer_object.h View 1 chunk +0 lines, -33 lines 0 comments Download
D media/video/capture/screen/mac/scoped_pixel_buffer_object.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D media/video/capture/screen/mouse_cursor_shape.h View 1 chunk +0 lines, -30 lines 0 comments Download
M media/video/capture/screen/screen_capture_device.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/video/capture/screen/screen_capture_device.cc View 5 chunks +18 lines, -16 lines 0 comments Download
M media/video/capture/screen/screen_capture_device_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D media/video/capture/screen/screen_capture_frame_queue.h View 1 chunk +0 lines, -68 lines 0 comments Download
D media/video/capture/screen/screen_capture_frame_queue.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D media/video/capture/screen/screen_capturer.h View 1 chunk +0 lines, -77 lines 0 comments Download
D media/video/capture/screen/screen_capturer_fake.h View 1 chunk +0 lines, -60 lines 0 comments Download
D media/video/capture/screen/screen_capturer_fake.cc View 1 chunk +0 lines, -128 lines 0 comments Download
D media/video/capture/screen/screen_capturer_helper.h View 1 chunk +0 lines, -83 lines 0 comments Download
D media/video/capture/screen/screen_capturer_helper.cc View 1 chunk +0 lines, -128 lines 0 comments Download
D media/video/capture/screen/screen_capturer_helper_unittest.cc View 1 chunk +0 lines, -225 lines 0 comments Download
D media/video/capture/screen/screen_capturer_mac.mm View 1 chunk +0 lines, -859 lines 0 comments Download
D media/video/capture/screen/screen_capturer_mac_unittest.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D media/video/capture/screen/screen_capturer_mock_objects.h View 1 chunk +0 lines, -58 lines 0 comments Download
D media/video/capture/screen/screen_capturer_mock_objects.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D media/video/capture/screen/screen_capturer_null.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D media/video/capture/screen/screen_capturer_unittest.cc View 1 chunk +0 lines, -120 lines 0 comments Download
D media/video/capture/screen/screen_capturer_win.cc View 1 chunk +0 lines, -524 lines 0 comments Download
D media/video/capture/screen/screen_capturer_x11.cc View 1 chunk +0 lines, -613 lines 0 comments Download
D media/video/capture/screen/shared_desktop_frame.h View 1 chunk +0 lines, -43 lines 0 comments Download
D media/video/capture/screen/shared_desktop_frame.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D media/video/capture/screen/win/desktop.h View 1 chunk +0 lines, -59 lines 0 comments Download
D media/video/capture/screen/win/desktop.cc View 1 chunk +0 lines, -104 lines 0 comments Download
D media/video/capture/screen/win/scoped_thread_desktop.h View 1 chunk +0 lines, -48 lines 0 comments Download
D media/video/capture/screen/win/scoped_thread_desktop.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D media/video/capture/screen/x11/x_server_pixel_buffer.h View 1 chunk +0 lines, -78 lines 0 comments Download
D media/video/capture/screen/x11/x_server_pixel_buffer.cc View 1 chunk +0 lines, -261 lines 0 comments Download
M remoting/codec/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/basic_desktop_environment.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/basic_desktop_environment.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/chromoting_messages.h View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/client_session.cc View 2 chunks +1 line, -1 line 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 4 5 chunks +9 lines, -9 lines 0 comments Download
M remoting/host/desktop_environment.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/desktop_process_unittest.cc View 1 2 3 4 4 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/desktop_session_agent.h View 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/desktop_session_agent.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M remoting/host/desktop_session_proxy.h View 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/desktop_session_proxy.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/host_mock_objects.h View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/host_mock_objects.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/input_injector_mac.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/ipc_desktop_environment.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_desktop_environment.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/ipc_desktop_environment_unittest.cc View 1 2 3 4 7 chunks +9 lines, -9 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.h View 4 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/me2me_desktop_environment.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/me2me_desktop_environment.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/sas_injector_win.cc View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + remoting/host/screen_capturer_fake.h View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
A + remoting/host/screen_capturer_fake.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/video_scheduler.h View 6 chunks +10 lines, -9 lines 0 comments Download
M remoting/host/video_scheduler.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M remoting/host/video_scheduler_unittest.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M remoting/host/win/session_desktop_environment.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/session_input_injector.cc View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 9 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Sergey Ulanov
7 years, 6 months ago (2013-06-05 23:45:42 UTC) #1
scherkus (not reviewing)
heads up this is going to conflict with dalecurtis' https://codereview.chromium.org/16252006/
7 years, 6 months ago (2013-06-05 23:53:15 UTC) #2
DaleCurtis
lol, unticked mine which modified this code since it's being deleted.
7 years, 6 months ago (2013-06-05 23:59:20 UTC) #3
DaleCurtis
https://codereview.chromium.org/15692018/diff/47001/media/media.gyp File media/media.gyp (left): https://codereview.chromium.org/15692018/diff/47001/media/media.gyp#oldcode868 media/media.gyp:868: ['screen_capture_supported==1', { TODO() remove this? There's a big chunk ...
7 years, 6 months ago (2013-06-06 00:22:42 UTC) #4
alexeypa (please no reviews)
lgtm https://chromiumcodereview.appspot.com/15692018/diff/47001/media/media.gyp File media/media.gyp (left): https://chromiumcodereview.appspot.com/15692018/diff/47001/media/media.gyp#oldcode1020 media/media.gyp:1020: 'video/capture/screen/screen_capturer_unittest.cc', nit: Do we run |../third_party/webrtc/modules/modules.gyp:desktop_capture_unittests| routinely on ...
7 years, 6 months ago (2013-06-06 20:16:19 UTC) #5
Sergey Ulanov
https://codereview.chromium.org/15692018/diff/47001/media/media.gyp File media/media.gyp (left): https://codereview.chromium.org/15692018/diff/47001/media/media.gyp#oldcode868 media/media.gyp:868: ['screen_capture_supported==1', { On 2013/06/06 00:22:42, DaleCurtis wrote: > TODO() ...
7 years, 6 months ago (2013-06-06 21:13:57 UTC) #6
Sergey Ulanov
7 years, 6 months ago (2013-06-06 21:15:06 UTC) #7
DaleCurtis
media/ lgtm
7 years, 6 months ago (2013-06-06 21:19:08 UTC) #8
Sergey Ulanov
+creis - please approve change in content_browser.gypi
7 years, 6 months ago (2013-06-06 21:31:12 UTC) #9
Charlie Reis
content_browser.gypi LGTM with nit. https://codereview.chromium.org/15692018/diff/68001/content/content_browser.gypi File content/content_browser.gypi (right): https://codereview.chromium.org/15692018/diff/68001/content/content_browser.gypi#newcode17 content/content_browser.gypi:17: '../third_party/webrtc/modules/modules.gyp:desktop_capture', nit: Alphabetize
7 years, 6 months ago (2013-06-07 00:42:04 UTC) #10
Sergey Ulanov
https://codereview.chromium.org/15692018/diff/68001/content/content_browser.gypi File content/content_browser.gypi (right): https://codereview.chromium.org/15692018/diff/68001/content/content_browser.gypi#newcode17 content/content_browser.gypi:17: '../third_party/webrtc/modules/modules.gyp:desktop_capture', On 2013/06/07 00:42:05, creis wrote: > nit: Alphabetize ...
7 years, 6 months ago (2013-06-07 00:48:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/15692018/75001
7 years, 6 months ago (2013-06-07 00:50:58 UTC) #12
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=7491
7 years, 6 months ago (2013-06-07 02:30:28 UTC) #13
Sergey Ulanov
+jschuh in TBR for noop changes in chromoting_messages.h
7 years, 6 months ago (2013-06-07 06:53:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/15692018/75001
7 years, 6 months ago (2013-06-07 06:54:06 UTC) #15
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, media_unittests, net_unittests, ...
7 years, 6 months ago (2013-06-07 07:15:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/15692018/97001
7 years, 6 months ago (2013-06-07 17:21:42 UTC) #17
commit-bot: I haz the power
7 years, 6 months ago (2013-06-07 22:39:51 UTC) #18
Message was sent while issue was closed.
Change committed as 204966

Powered by Google App Engine
This is Rietveld 408576698