|
Requiem for client_screen.js
client_screen.js currently defines a few global functions and a few 'private'
functions that are called in application.js and desktop_connected_view.js
This CL
1. Moves onClientStateChange_, updateStatistics_ into application.js as
they are called from there and their implementation depends on application.js.
2. Moves declaration of globals clientSession and desktopConnectedView
into application.js
3. Moves remoting.disconnect into remoting.Application.
4. Moves onResize and onVisibilityChanged into desktop_connected_view.js
5. Removes client_screen.js
BUG= 461995
Committed: https://crrev.com/975f1f41b5e28426de9c3ee6d56f26c4fdfbd618
Cr-Commit-Position: refs/heads/master@{#319195}
Total comments: 21
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+160 lines, -174 lines) |
Patch |
 |
M |
chrome/test/remoting/remote_desktop_browsertest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/remoting_webapp_files.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/app_remoting/js/app_remoting.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/application.js
|
View
|
1
2
|
5 chunks |
+71 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/base/js/base.js
|
View
|
1
2
3
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/browser_test/browser_test.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
remoting/webapp/crd/js/client_screen.js
|
View
|
1
2
|
1 chunk |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/client_session.js
|
View
|
1
2
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/desktop_connected_view.js
|
View
|
1
2
|
8 chunks |
+30 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/desktop_remoting.js
|
View
|
1
2
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/fullscreen.js
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/smart_reconnector.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/toolbar.js
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/ui_mode.js
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/crd/js/window_frame.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 13 (4 generated)
|