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

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed)

Created:
6 years, 1 month ago by garykac
Modified:
6 years ago
Reviewers:
Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Chromoting] Break up the webapp's init function into smaller chunks. BUG= Committed: https://crrev.com/7b15ac05fa1e7be70ab1a8978d1c18b74610a677 Cr-Commit-Position: refs/heads/master@{#306336}

Patch Set 1 #

Patch Set 2 : Remove auth-dialog code (from other cl) #

Total comments: 3

Patch Set 3 : Refactor auth #

Patch Set 4 : Update gyp to extract crd-specific JS files #

Patch Set 5 : Update gyp variables #

Patch Set 6 : Upload #

Total comments: 11

Patch Set 7 : Add app-specific main and init #

Patch Set 8 : Fix browsertest break by removing onload handler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+352 lines, -270 lines) Patch
M remoting/remoting.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_client.gypi View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M remoting/remoting_test.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_webapp.gypi View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 1 2 3 4 5 6 7 7 chunks +19 lines, -10 lines 0 comments Download
A remoting/webapp/base/js/auth_init.js View 1 2 3 4 5 6 1 chunk +81 lines, -0 lines 0 comments Download
A remoting/webapp/crd/js/crd_main.js View 1 2 3 4 5 6 1 chunk +236 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/event_handlers.js View 1 2 3 4 5 6 3 chunks +1 line, -4 lines 0 comments Download
M remoting/webapp/crd/js/remoting.js View 1 2 3 4 5 6 4 chunks +6 lines, -249 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
garykac
6 years, 1 month ago (2014-11-18 19:08:16 UTC) #2
garykac
https://codereview.chromium.org/742473002/diff/20001/remoting/webapp/crd/js/remoting.js File remoting/webapp/crd/js/remoting.js (left): https://codereview.chromium.org/742473002/diff/20001/remoting/webapp/crd/js/remoting.js#oldcode26 remoting/webapp/crd/js/remoting.js:26: function consentRequired_(authContinue) { consentRequired moved into auth_init.js https://codereview.chromium.org/742473002/diff/20001/remoting/webapp/crd/js/remoting.js#oldcode69 remoting/webapp/crd/js/remoting.js:69: ...
6 years, 1 month ago (2014-11-18 21:45:54 UTC) #3
garykac
PTAL https://codereview.chromium.org/742473002/diff/100001/remoting/remoting_webapp_files.gypi File remoting/remoting_webapp_files.gypi (right): https://codereview.chromium.org/742473002/diff/100001/remoting/remoting_webapp_files.gypi#newcode254 remoting/remoting_webapp_files.gypi:254: 'remoting_webapp_crd_js_files': [ This change effectively renames _all_js_files to ...
6 years, 1 month ago (2014-11-19 19:06:40 UTC) #4
Jamie
https://codereview.chromium.org/742473002/diff/100001/remoting/webapp/base/js/auth_init.js File remoting/webapp/base/js/auth_init.js (right): https://codereview.chromium.org/742473002/diff/100001/remoting/webapp/base/js/auth_init.js#newcode14 remoting/webapp/base/js/auth_init.js:14: remoting.oauth2 = new remoting.OAuth2(); Do we need this global ...
6 years, 1 month ago (2014-11-19 19:31:24 UTC) #5
garykac
https://codereview.chromium.org/742473002/diff/100001/remoting/webapp/base/js/auth_init.js File remoting/webapp/base/js/auth_init.js (right): https://codereview.chromium.org/742473002/diff/100001/remoting/webapp/base/js/auth_init.js#newcode14 remoting/webapp/base/js/auth_init.js:14: remoting.oauth2 = new remoting.OAuth2(); On 2014/11/19 19:31:24, Jamie wrote: ...
6 years, 1 month ago (2014-11-20 03:18:50 UTC) #6
Jamie
lgtm
6 years, 1 month ago (2014-11-21 01:36:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/742473002/120001
6 years ago (2014-12-01 18:54:17 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/10289)
6 years ago (2014-12-01 19:57:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/742473002/140001
6 years ago (2014-12-02 02:11:02 UTC) #13
commit-bot: I haz the power
Committed patchset #8 (id:140001)
6 years ago (2014-12-02 03:12:43 UTC) #14
commit-bot: I haz the power
6 years ago (2014-12-02 03:14:15 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/7b15ac05fa1e7be70ab1a8978d1c18b74610a677
Cr-Commit-Position: refs/heads/master@{#306336}

Powered by Google App Engine
This is Rietveld 408576698