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

Issue 11413022: DesktopSessionAgent now hosts the video capturer and provides necessary plumbing to drive it via an… (Closed)

Created:
8 years, 1 month ago by alexeypa (please no reviews)
Modified:
8 years ago
Reviewers:
aedla, Wez, Cris Neckar
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, sail+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

DesktopSessionAgent now hosts the video capturer and provides necessary plumbing to drive it via an IPC channel. BUG=134694 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169587

Patch Set 1 #

Total comments: 57

Patch Set 2 : CR feedback & rebased on top of https://chromiumcodereview.appspot.com/11416021/ #

Total comments: 4

Patch Set 3 : CR feedback. #

Patch Set 4 : rebased #

Total comments: 6

Patch Set 5 : Security CR feedback. #

Total comments: 2

Patch Set 6 : rebased #

Patch Set 7 : Posix. #

Patch Set 8 : fixing clang compilation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -66 lines) Patch
M remoting/base/shared_buffer.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/base/shared_buffer.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/base/shared_buffer_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/chromoting_messages.h View 1 2 3 4 2 chunks +84 lines, -2 lines 0 comments Download
M remoting/host/desktop_process.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_process.cc View 1 2 4 chunks +11 lines, -6 lines 0 comments Download
M remoting/host/desktop_session_agent.h View 1 2 3 4 5 chunks +82 lines, -15 lines 0 comments Download
M remoting/host/desktop_session_agent.cc View 1 2 3 4 5 6 2 chunks +196 lines, -12 lines 0 comments Download
M remoting/host/desktop_session_agent_posix.cc View 1 2 3 4 5 6 7 3 chunks +15 lines, -10 lines 0 comments Download
M remoting/host/desktop_session_agent_win.cc View 1 2 3 4 5 6 7 3 chunks +16 lines, -10 lines 0 comments Download
M remoting/host/video_scheduler.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (0 generated)
alexeypa (please no reviews)
PTAL.
8 years, 1 month ago (2012-11-15 22:03:02 UTC) #1
Wez
https://codereview.chromium.org/11413022/diff/1/remoting/host/chromoting_messages.h File remoting/host/chromoting_messages.h (right): https://codereview.chromium.org/11413022/diff/1/remoting/host/chromoting_messages.h#newcode6 remoting/host/chromoting_messages.h:6: #define REMOTING_HOST_CHROMOTING_MESSAGES_H_ nit: Chromoting IPC messages, for clarity? https://codereview.chromium.org/11413022/diff/1/remoting/host/chromoting_messages.h#newcode100 ...
8 years, 1 month ago (2012-11-16 23:37:30 UTC) #2
alexeypa (please no reviews)
PTAL. https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/chromoting_messages.h File remoting/host/chromoting_messages.h (right): https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/chromoting_messages.h#newcode6 remoting/host/chromoting_messages.h:6: #define REMOTING_HOST_CHROMOTING_MESSAGES_H_ On 2012/11/16 23:37:31, Wez wrote: > ...
8 years, 1 month ago (2012-11-19 21:46:25 UTC) #3
Wez
LGTM w/ nits https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/desktop_process.cc File remoting/host/desktop_process.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/desktop_process.cc#newcode63 remoting/host/desktop_process.cc:63: caller_task_runner_ = NULL; On 2012/11/19 21:46:25, ...
8 years, 1 month ago (2012-11-20 07:05:39 UTC) #4
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/desktop_process.cc File remoting/host/desktop_process.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/1/remoting/host/desktop_process.cc#newcode90 remoting/host/desktop_process.cc:90: desktop_agent_ = NULL; On 2012/11/20 07:05:39, Wez wrote: > ...
8 years, 1 month ago (2012-11-20 20:15:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11413022/10002
8 years, 1 month ago (2012-11-20 20:44:53 UTC) #6
commit-bot: I haz the power
Presubmit check for 11413022-10002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-20 20:45:07 UTC) #7
alexeypa (please no reviews)
cdn@, plase take a look at remoting/host/chromoting_messages.h
8 years, 1 month ago (2012-11-20 20:53:07 UTC) #8
alexeypa (please no reviews)
Adding cdn@chromium.org this time.
8 years, 1 month ago (2012-11-20 20:55:05 UTC) #9
Cris Neckar
https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc#newcode60 remoting/host/desktop_session_agent.cc:60: buffer->set_id(reinterpret_cast<intptr_t>(buffer.get())); In practice this may not be an issue ...
8 years, 1 month ago (2012-11-20 22:23:48 UTC) #10
alexeypa (please no reviews)
https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc#newcode60 remoting/host/desktop_session_agent.cc:60: buffer->set_id(reinterpret_cast<intptr_t>(buffer.get())); On 2012/11/20 22:23:49, Cris Neckar wrote: > Can ...
8 years, 1 month ago (2012-11-20 22:56:02 UTC) #11
Cris Neckar
https://chromiumcodereview.appspot.com/11413022/diff/10002/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/10002/remoting/host/desktop_session_agent.cc#newcode60 remoting/host/desktop_session_agent.cc:60: buffer->set_id(reinterpret_cast<intptr_t>(buffer.get())); On 2012/11/20 22:56:03, alexeypa wrote: > On 2012/11/20 ...
8 years, 1 month ago (2012-11-21 01:00:54 UTC) #12
aedla
https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://codereview.chromium.org/11413022/diff/10002/remoting/host/desktop_session_agent.cc#newcode147 remoting/host/desktop_session_agent.cc:147: const std::vector<SkIRect>& invalid_rects) { I can't find any check ...
8 years, 1 month ago (2012-11-21 21:53:54 UTC) #13
alexeypa (please no reviews)
PTAL. https://chromiumcodereview.appspot.com/11413022/diff/10002/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/10002/remoting/host/desktop_session_agent.cc#newcode60 remoting/host/desktop_session_agent.cc:60: buffer->set_id(reinterpret_cast<intptr_t>(buffer.get())); On 2012/11/21 01:00:54, Cris Neckar wrote: > ...
8 years, 1 month ago (2012-11-22 00:59:24 UTC) #14
alexeypa (please no reviews)
This is a follow up on Cris's question about the attack surface change. This CL ...
8 years ago (2012-11-26 22:25:10 UTC) #15
Cris Neckar
lgtm other than one nit https://chromiumcodereview.appspot.com/11413022/diff/7003/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/7003/remoting/host/desktop_session_agent.cc#newcode71 remoting/host/desktop_session_agent.cc:71: next_shared_buffer_id_ += 2; Nit: ...
8 years ago (2012-11-26 22:57:53 UTC) #16
alexeypa (please no reviews)
https://chromiumcodereview.appspot.com/11413022/diff/7003/remoting/host/desktop_session_agent.cc File remoting/host/desktop_session_agent.cc (right): https://chromiumcodereview.appspot.com/11413022/diff/7003/remoting/host/desktop_session_agent.cc#newcode71 remoting/host/desktop_session_agent.cc:71: next_shared_buffer_id_ += 2; On 2012/11/26 22:57:53, Cris Neckar wrote: ...
8 years ago (2012-11-26 23:47:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11413022/11
8 years ago (2012-11-26 23:52:01 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-11-27 00:37:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11413022/5007
8 years ago (2012-11-27 00:37:34 UTC) #20
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-11-27 01:10:34 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11413022/4005
8 years ago (2012-11-27 01:10:46 UTC) #22
commit-bot: I haz the power
Commit queue patch verification failed without an error message. Something went wrong, probably a crash, ...
8 years ago (2012-11-27 01:17:02 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/11413022/4005
8 years ago (2012-11-27 03:30:16 UTC) #24
commit-bot: I haz the power
8 years ago (2012-11-27 05:18:26 UTC) #25
Message was sent while issue was closed.
Change committed as 169587

Powered by Google App Engine
This is Rietveld 408576698