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

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (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

Hangout remote desktop part II - background.html and AppLauncher This CL: - Moves background.js to background.html - Introduces remoting.appLauncher that allows the caller to launch and close the webapp without knowing the implementation difference between a v1 app and a v2 app. NOTRY=true R=jamiewalch@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289096

Patch Set 1 : #

Total comments: 98

Patch Set 2 : Address CR Feedbacks #

Total comments: 17

Patch Set 3 : Address 2nd round feedbacks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+346 lines, -77 lines) Patch
M remoting/remoting.gyp View 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_client.gypi View 2 chunks +16 lines, -1 line 0 comments Download
M remoting/remoting_test.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_webapp.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 1 2 4 chunks +17 lines, -1 line 0 comments Download
D remoting/webapp/background.js View 1 chunk +0 lines, -33 lines 0 comments Download
A remoting/webapp/background/app_launcher.js View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A remoting/webapp/background/background.js View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M remoting/webapp/base.js View 1 1 chunk +20 lines, -0 lines 0 comments Download
M remoting/webapp/hangout_session.js View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/host_daemon_facade.js View 1 chunk +1 line, -1 line 0 comments Download
A + remoting/webapp/html/template_background.html View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/webapp/it2me_host_facade.js View 1 chunk +1 line, -1 line 0 comments Download
M remoting/webapp/js_proto/chrome_proto.js View 1 2 8 chunks +77 lines, -34 lines 0 comments Download
M remoting/webapp/manifest.json.jinja2 View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/webapp/unittests/base_unittest.js View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kelvinp
PTAL https://codereview.chromium.org/450383003/diff/60001/remoting/webapp/js_proto/chrome_proto.js File remoting/webapp/js_proto/chrome_proto.js (right): https://codereview.chromium.org/450383003/diff/60001/remoting/webapp/js_proto/chrome_proto.js#newcode19 remoting/webapp/js_proto/chrome_proto.js:19: this.listeners_.push(callback); I provide a simple implementation of chrome.events ...
6 years, 4 months ago (2014-08-11 18:37:57 UTC) #1
Jamie
I think this needs to split into smaller CLs. I suggest one CL moving background.js ...
6 years, 4 months ago (2014-08-12 02:24:59 UTC) #2
kelvinp
PTAL. I have kept background.js and appLauncher and some chrome_proto changes in the current file. ...
6 years, 4 months ago (2014-08-12 18:22:44 UTC) #3
Jamie
Thanks for splitting this up. It's very nearly there, but some of my suggested changes ...
6 years, 4 months ago (2014-08-12 20:42:55 UTC) #4
kelvinp
PTAL I also updated comments for the 2nd part of the CL. Please ignore those ...
6 years, 4 months ago (2014-08-12 21:42:43 UTC) #5
Jamie
LGTM! https://codereview.chromium.org/450383003/diff/140001/remoting/remoting_webapp_files.gypi File remoting/remoting_webapp_files.gypi (right): https://codereview.chromium.org/450383003/diff/140001/remoting/remoting_webapp_files.gypi#newcode175 remoting/remoting_webapp_files.gypi:175: 'webapp/client_session.js', On 2014/08/12 21:42:42, kelvinp wrote: > On ...
6 years, 4 months ago (2014-08-12 21:54:56 UTC) #6
kelvinp
The CQ bit was checked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-12 22:09:42 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/450383003/160001
6 years, 4 months ago (2014-08-12 22:22:12 UTC) #8
kelvinp
The CQ bit was unchecked by kelvinp@chromium.org
6 years, 4 months ago (2014-08-12 22:33:03 UTC) #9
kelvinp
6 years, 4 months ago (2014-08-12 22:47:22 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 manually as 289096 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698