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

Issue 8511029: Initial check-in of Linux virtual Me2Me. (Closed)

Created:
9 years, 1 month ago by Lambros
Modified:
9 years, 1 month ago
Reviewers:
Sergey Ulanov, garykac, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, pam+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Initial check-in of Linux virtual Me2Me. This CL includes a Python script, remoting.py, that sets up and runs a virtual X session and host process. It also includes a remoting_me2me_host executable target, which is a simplified version of remoting_simple_host, using the config files that remoting.py sets up. remoting.py uses Xvfb which needs to be installed (sudo apt-get install xvfb). BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110597

Patch Set 1 #

Patch Set 2 : Use "xmpp_login" rather than "email" in config file format. #

Patch Set 3 : Add remoting_me2me_host, and use that instead of remoting_simple_host. #

Total comments: 88

Patch Set 4 : Addressed comments for me2me.cc. Python changes to follow. #

Total comments: 6

Patch Set 5 : Address Python comments. #

Patch Set 6 : Address .cc comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+533 lines, -0 lines) Patch
A remoting/host/remoting_me2me_host.cc View 1 2 3 4 5 1 chunk +194 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A remoting/tools/me2me_virtual_host.py View 1 2 3 4 1 chunk +317 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Lambros
Merged other CL into here, and will discard http://codereview.chromium.org/8469013/
9 years, 1 month ago (2011-11-10 22:58:33 UTC) #1
Wez
On 2011/11/10 22:58:33, Lambros wrote: > Merged other CL into here, and will discard > ...
9 years, 1 month ago (2011-11-10 23:28:42 UTC) #2
Lambros
On 2011/11/10 23:28:42, Wez wrote: > On 2011/11/10 22:58:33, Lambros wrote: > > Merged other ...
9 years, 1 month ago (2011-11-10 23:38:13 UTC) #3
Sergey Ulanov
Some drive-by suggestions. http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode6 remoting/host/me2me_host.cc:6: // the Virtual Me2Me implementation. Currently, ...
9 years, 1 month ago (2011-11-11 00:00:42 UTC) #4
Wez
Some comments on remoting_me2me_host. remoting.py comments to follow... http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode1 remoting/host/me2me_host.cc:1: // ...
9 years, 1 month ago (2011-11-11 00:24:09 UTC) #5
Wez
http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode6 remoting/host/me2me_host.cc:6: // the Virtual Me2Me implementation. Currently, this is Linux-only. ...
9 years, 1 month ago (2011-11-11 00:32:59 UTC) #6
Wez
http://codereview.chromium.org/8511029/diff/3001/remoting/tools/remoting.py File remoting/tools/remoting.py (right): http://codereview.chromium.org/8511029/diff/3001/remoting/tools/remoting.py#newcode5 remoting/tools/remoting.py:5: Add a description of what this script is for. ...
9 years, 1 month ago (2011-11-11 01:32:31 UTC) #7
Sergey Ulanov
http://codereview.chromium.org/8511029/diff/3001/remoting/tools/remoting.py File remoting/tools/remoting.py (right): http://codereview.chromium.org/8511029/diff/3001/remoting/tools/remoting.py#newcode23 remoting/tools/remoting.py:23: REMOTING_COMMAND = ["../../out/Debug/remoting_me2me_host"] Can we detect this path similar ...
9 years, 1 month ago (2011-11-11 05:33:02 UTC) #8
Lambros
Fixed up me2me.cc - Python changes coming soon. http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode6 remoting/host/me2me_host.cc:6: // ...
9 years, 1 month ago (2011-11-15 23:27:36 UTC) #9
Wez
http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode63 remoting/host/me2me_host.cc:63: // It needs to be a UI message loop ...
9 years, 1 month ago (2011-11-16 22:26:14 UTC) #10
Lambros
Please have a look at my Python fixes, while I fix up the .cc file ...
9 years, 1 month ago (2011-11-17 01:07:04 UTC) #11
Lambros
http://codereview.chromium.org/8511029/diff/11001/remoting/host/remoting_me2me_host.cc File remoting/host/remoting_me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/11001/remoting/host/remoting_me2me_host.cc#newcode70 remoting/host/remoting_me2me_host.cc:70: } On 2011/11/16 22:26:14, Wez wrote: > With this ...
9 years, 1 month ago (2011-11-17 01:31:11 UTC) #12
Lambros
http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode177 remoting/host/me2me_host.cc:177: gfx::GtkInitFromCommandLine(*cmd_line); On 2011/11/16 22:26:14, Wez wrote: > On 2011/11/15 ...
9 years, 1 month ago (2011-11-17 01:47:07 UTC) #13
Lambros
Gary, please have a look at the Python script for any obvious style problems, or ...
9 years, 1 month ago (2011-11-17 02:12:41 UTC) #14
Wez
lgtm http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc File remoting/host/me2me_host.cc (right): http://codereview.chromium.org/8511029/diff/3001/remoting/host/me2me_host.cc#newcode177 remoting/host/me2me_host.cc:177: gfx::GtkInitFromCommandLine(*cmd_line); On 2011/11/17 01:47:07, Lambros wrote: > On ...
9 years, 1 month ago (2011-11-17 02:19:27 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lambroslambrou@chromium.org/8511029/15004
9 years, 1 month ago (2011-11-17 22:34:28 UTC) #16
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 23:33:36 UTC) #17
Change committed as 110597

Powered by Google App Engine
This is Rietveld 408576698