|
Remove the blue tool-bar for apps v2.
Its visual style is not really in keeping with the rest of the v2 app,
and the form-factor is not conducive to an easily extensible UI. For now,
a menu will suffice; if we need anything more complex, it can easily be
replaced with an options dialog.
This CL also simplifies the MenuButton class to use stopPropagation instead of timers to prevent the close handler being triggered by the same click that opens the menu.
BUG= 134213
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285136
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+196 lines, -73 lines) |
Patch |
 |
M |
remoting/remoting_webapp_files.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
remoting/resources/icon_options.webp
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
M |
remoting/resources/remoting_strings.grd
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/client_session.js
|
View
|
1
2
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/clipboard.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/feedback.js
|
View
|
1
2
3
|
2 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/html/toolbar.html
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/html/ui_header.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/html/window_frame.html
|
View
|
1
2
3
4
5
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/menu_button.css
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/webapp/menu_button.js
|
View
|
1
2
3
4
|
4 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/options_menu.js
|
View
|
1
2
3
4
5
|
3 chunks |
+19 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/remoting.js
|
View
|
1
2
3
|
1 chunk |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/toolbar.js
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/unittests/menu_button_unittest.js
|
View
|
1
2
3
4
5
6
|
3 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/window_frame.css
|
View
|
1
2
3
4
|
5 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/webapp/window_frame.js
|
View
|
1
2
3
4
5
|
7 chunks |
+64 lines, -9 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|