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

Issue 14305004: Simplify ScreenCapturer interface. (Closed)

Created:
7 years, 8 months ago by Sergey Ulanov
Modified:
7 years, 8 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+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, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Simplify ScreenCapturer interface. Removed Stop() and InvalidateRegion() from ScreenCapturer interface. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195887

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -239 lines) Patch
M media/video/capture/screen/screen_capture_device.cc View 1 chunk +1 line, -4 lines 0 comments Download
M media/video/capture/screen/screen_capture_device_unittest.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M media/video/capture/screen/screen_capturer.h View 1 3 chunks +1 line, -20 lines 0 comments Download
M media/video/capture/screen/screen_capturer_fake.h View 1 chunk +0 lines, -2 lines 0 comments Download
M media/video/capture/screen/screen_capturer_fake.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M media/video/capture/screen/screen_capturer_mac.mm View 4 chunks +10 lines, -18 lines 0 comments Download
M media/video/capture/screen/screen_capturer_mac_unittest.cc View 1 2 3 4 3 chunks +0 lines, -10 lines 0 comments Download
M media/video/capture/screen/screen_capturer_mock_objects.h View 1 chunk +0 lines, -2 lines 0 comments Download
M media/video/capture/screen/screen_capturer_unittest.cc View 1 2 3 3 chunks +0 lines, -3 lines 0 comments Download
M media/video/capture/screen/screen_capturer_win.cc View 4 chunks +6 lines, -15 lines 0 comments Download
M media/video/capture/screen/screen_capturer_x11.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M remoting/host/chromoting_messages.h View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/host/desktop_session_agent.h View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/host/desktop_session_agent.cc View 3 chunks +1 line, -32 lines 0 comments Download
M remoting/host/desktop_session_proxy.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M remoting/host/ipc_desktop_environment_unittest.cc View 1 chunk +0 lines, -52 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M remoting/host/video_scheduler.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/host/video_scheduler.cc View 1 2 5 chunks +11 lines, -16 lines 0 comments Download
M remoting/host/video_scheduler_unittest.cc View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Sergey Ulanov
7 years, 8 months ago (2013-04-21 00:11:29 UTC) #1
Sergey Ulanov
+palmer@ for chromoting_messages.h
7 years, 8 months ago (2013-04-21 00:12:12 UTC) #2
Sergey Ulanov
+palmer@ for chromoting_messages.h
7 years, 8 months ago (2013-04-21 00:12:13 UTC) #3
Wez
On 2013/04/21 00:12:13, sergeyu wrote: > +palmer@ for chromoting_messages.h What's the rationale for removing those ...
7 years, 8 months ago (2013-04-21 00:46:26 UTC) #4
Sergey Ulanov
On 2013/04/21 00:46:26, Wez wrote: > What's the rationale for removing those APIs? How are ...
7 years, 8 months ago (2013-04-21 03:48:25 UTC) #5
Wez
On 2013/04/21 03:48:25, sergeyu wrote: > On 2013/04/21 00:46:26, Wez wrote: > > What's the ...
7 years, 8 months ago (2013-04-22 14:40:17 UTC) #6
alexeypa (please no reviews)
> See above; I prefer keeping InvalidateRegion() separate from CaptureFrame(), so > that a caller ...
7 years, 8 months ago (2013-04-22 16:22:46 UTC) #7
alexeypa (please no reviews)
https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc File remoting/host/video_scheduler.cc (right): https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc#newcode181 remoting/host/video_scheduler.cc:181: capturer_.reset(); |capturer_| can only be deleted only after the ...
7 years, 8 months ago (2013-04-22 16:23:18 UTC) #8
Wez
On 2013/04/22 16:22:46, alexeypa wrote: > > See above; I prefer keeping InvalidateRegion() separate from ...
7 years, 8 months ago (2013-04-22 16:30:46 UTC) #9
Wez
On 2013/04/22 16:23:18, alexeypa wrote: > https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc > File remoting/host/video_scheduler.cc (right): > > https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc#newcode181 > ...
7 years, 8 months ago (2013-04-22 16:35:59 UTC) #10
Wez
On 2013/04/22 16:23:18, alexeypa wrote: > https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc > File remoting/host/video_scheduler.cc (right): > > https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc#newcode181 > ...
7 years, 8 months ago (2013-04-22 16:36:00 UTC) #11
Sergey Ulanov
On 2013/04/22 14:40:17, Wez wrote: > On 2013/04/21 03:48:25, sergeyu wrote: > > On 2013/04/21 ...
7 years, 8 months ago (2013-04-22 18:06:46 UTC) #12
Sergey Ulanov
On 2013/04/22 16:36:00, Wez wrote: > On 2013/04/22 16:23:18, alexeypa wrote: > > > https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc ...
7 years, 8 months ago (2013-04-22 18:12:50 UTC) #13
Sergey Ulanov
https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc File remoting/host/video_scheduler.cc (right): https://codereview.chromium.org/14305004/diff/4003/remoting/host/video_scheduler.cc#newcode181 remoting/host/video_scheduler.cc:181: capturer_.reset(); On 2013/04/22 16:23:19, alexeypa wrote: > |capturer_| can ...
7 years, 8 months ago (2013-04-22 18:18:56 UTC) #14
alexeypa (please no reviews)
lgtm, once the issue with stopping capturer after all frames have been processed by the ...
7 years, 8 months ago (2013-04-22 18:36:37 UTC) #15
palmer
IPC security LGTM
7 years, 8 months ago (2013-04-22 19:58:49 UTC) #16
Sergey Ulanov
On 2013/04/22 18:36:37, alexeypa wrote: > lgtm, once the issue with stopping capturer after all ...
7 years, 8 months ago (2013-04-22 20:59:35 UTC) #17
alexeypa (please no reviews)
lgtm
7 years, 8 months ago (2013-04-22 21:02:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/14305004/33002
7 years, 8 months ago (2013-04-22 21:40:44 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-22 22:14:07 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/14305004/24002
7 years, 8 months ago (2013-04-22 22:28:03 UTC) #21
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-23 00:05:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/14305004/24002
7 years, 8 months ago (2013-04-23 18:54:27 UTC) #23
Sergey Ulanov
7 years, 8 months ago (2013-04-23 19:57:49 UTC) #24
Message was sent while issue was closed.
Committed patchset #5 manually as r195887 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698