|
Apps v2 identity integration.
This CL adds support for Chrome's identity API, part of the Apps v2 migration effort:
* Add identity.js, wrapping chrome.experimental.identity and handling user consent UI automatically.
* Since the consent UI is now shown on-demand, it's better handled as an explicit overlay rather than as a AppMode, so remove home.auth.
* Move access token and email address functionality out of oauth2.js into identiry.js.
* Add stub code to simplify the transition to using the new code.
BUG= 134213
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175930
Total comments: 27
Total comments: 16
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+317 lines, -55 lines) |
Patch |
 |
A + |
remoting/webapp/background.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/client_screen.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/event_handlers.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/host_controller.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/host_list.js
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/host_screen.js
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/host_setup_dialog.js
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
remoting/webapp/identity.js
|
View
|
1
2
3
4
5
|
1 chunk |
+195 lines, -0 lines |
1 comment
|
Download
|
 |
M |
remoting/webapp/jscompiler_hacks.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+40 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/main.css
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/main.html
|
View
|
1
|
2 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/oauth2.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/remoting.js
|
View
|
1
2
3
4
5
|
5 chunks |
+34 lines, -16 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/storage.js
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/ui_mode.js
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/wcs.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/wcs_loader.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|