|
Improve HRD first run experience
Summary of changes:
1. Implements a rich UI to prompt for the user's permission to
accept remote assistance from a hangout participant
2. Move getUrlParameter() to base.js
3. Show an interactive auth prompt if the user doesn't have an
OAuth2 token for starting the It2Me host in v2 app. For v1
app, do an auth redirect.
4. Tear down the It2MeHelpee channel if the user decline the
remote assistance.
BUG= 451591
Committed: https://crrev.com/e24343ec0281dc35e64dd14d4ef214148658768d
Cr-Commit-Position: refs/heads/master@{#314405}
Total comments: 42
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+414 lines, -97 lines) |
Patch |
 |
M |
remoting/remoting_webapp_files.gypi
|
View
|
1
2
|
4 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/base.js
|
View
|
1
2
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/ipc.js
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/message_window.js
|
View
|
1
2
|
3 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
A |
remoting/webapp/crd/html/dialog_hangout_consent.css
|
View
|
1
2
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/webapp/crd/html/dialog_hangout_consent.html
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/crd_main.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
remoting/webapp/crd/js/hangout_consent_dialog.js
|
View
|
1
2
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/webapp/crd/js/hangout_consent_dialog_main.js
|
View
|
1
2
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/it2me_helpee_channel.js
|
View
|
1
2
|
6 chunks |
+44 lines, -58 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/remoting.js
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/typecheck.js
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/js_proto/chrome_proto.js
|
View
|
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/unittests/it2me_helpee_channel_unittest.js
|
View
|
1
2
|
3 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (6 generated)
|