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

Issue 468693002: Hangouts remote desktop part III - It2MeService (Closed)

Created:
6 years, 4 months ago by kelvinp
Modified:
6 years, 4 months ago
Reviewers:
Jamie, dcaiafa
CC:
chromium-reviews, chromoting-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Hangouts remote desktop part III - It2MeService This CL - Introduces an It2MeService component that listens to incoming connection requests between Hangouts and the webapp and establish a channel between them. - It enables launching an IT2Me helper session from Hangouts Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289538

Patch Set 1 #

Total comments: 73

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Fix UT failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+954 lines, -26 lines) Patch
M remoting/remoting_test.gypi View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 2 chunks +7 lines, -2 lines 0 comments Download
M remoting/webapp/background/app_launcher.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/background/background.js View 1 2 chunks +24 lines, -0 lines 0 comments Download
A remoting/webapp/background/it2me_helper_channel.js View 1 1 chunk +290 lines, -0 lines 0 comments Download
A remoting/webapp/background/it2me_service.js View 1 1 chunk +184 lines, -0 lines 0 comments Download
M remoting/webapp/client_screen.js View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/webapp/hangout_session.js View 1 2 chunks +12 lines, -2 lines 0 comments Download
M remoting/webapp/js_proto/chrome_proto.js View 1 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/webapp/js_proto/dom_proto.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/manifest.json.jinja2 View 2 chunks +12 lines, -2 lines 0 comments Download
M remoting/webapp/remoting.js View 1 1 chunk +39 lines, -10 lines 0 comments Download
A remoting/webapp/unittests/chrome_mocks.js View 1 chunk +50 lines, -0 lines 0 comments Download
A remoting/webapp/unittests/it2me_helper_channel_unittest.js View 1 chunk +179 lines, -0 lines 0 comments Download
A remoting/webapp/unittests/it2me_service_unittest.js View 1 2 1 chunk +145 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
kelvinp
PTAL. I addresses all comments from the previous CL https://codereview.chromium.org/450383003/. I have re-posted the unaddressed ...
6 years, 4 months ago (2014-08-13 00:08:48 UTC) #1
Jamie
I haven't looked in detail at the tests yet since they might need to change ...
6 years, 4 months ago (2014-08-13 01:44:54 UTC) #2
kelvinp
PTAL https://codereview.chromium.org/468693002/diff/1/remoting/webapp/background/app_launcher.js File remoting/webapp/background/app_launcher.js (right): https://codereview.chromium.org/468693002/diff/1/remoting/webapp/background/app_launcher.js#newcode64 remoting/webapp/background/app_launcher.js:64: resolve(String(tab.id)); On 2014/08/13 01:44:52, Jamie wrote: > On ...
6 years, 4 months ago (2014-08-13 23:44:11 UTC) #3
Jamie
LGTM, but if you decide to make the tests asynchronous and it's a significant change, ...
6 years, 4 months ago (2014-08-14 00:25:07 UTC) #4
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-14 00:38:00 UTC) #5
kelvinp
The CQ bit was unchecked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-14 00:40:24 UTC) #6
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-14 00:59:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kelvinp@chromium.org/468693002/40001
6 years, 4 months ago (2014-08-14 01:01:14 UTC) #8
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-14 04:47:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kelvinp@chromium.org/468693002/60001
6 years, 4 months ago (2014-08-14 04:51:03 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 12:42:37 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (60001) as 289538

Powered by Google App Engine
This is Rietveld 408576698