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

Side by Side Diff: chrome/browser/resources/file_manager/main.html

Issue 23483029: [Files.app] Not to capture mouse events when the suggest app dialog is visible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/file_manager/js/ui/file_manager_dialog_base.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as we init and change to a directory, we'll show the directory 10 -- As soon as we init and change to a directory, we'll show the directory
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 <script src="chrome://resources/js/cr/ui/command.js"></script> 75 <script src="chrome://resources/js/cr/ui/command.js"></script>
76 <script src="chrome://resources/js/cr/ui/position_util.js"></script> 76 <script src="chrome://resources/js/cr/ui/position_util.js"></script>
77 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> 77 <script src="chrome://resources/js/cr/ui/menu_item.js"></script>
78 <script src="chrome://resources/js/cr/ui/menu.js"></script> 78 <script src="chrome://resources/js/cr/ui/menu.js"></script>
79 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> 79 <script src="chrome://resources/js/cr/ui/menu_button.js"></script>
80 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script > 80 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script >
81 81
82 <script src="js/combobutton.js"></script> 82 <script src="js/combobutton.js"></script>
83 <script src="js/commandbutton.js"></script> 83 <script src="js/commandbutton.js"></script>
84 <script src="js/ui/file_manager_dialog_base.js"></script>
84 85
85 <script src="js/app_installer.js"></script> 86 <script src="js/app_installer.js"></script>
86 <script src="js/async_util.js"></script> 87 <script src="js/async_util.js"></script>
87 <script src="js/path_util.js"></script> 88 <script src="js/path_util.js"></script>
88 <script src="js/util.js"></script> 89 <script src="js/util.js"></script>
89 <script src="js/action_choice_util.js"></script> 90 <script src="js/action_choice_util.js"></script>
90 <script src="js/breadcrumbs_controller.js"></script> 91 <script src="js/breadcrumbs_controller.js"></script>
91 <script src="js/butter_bar.js"></script> 92 <script src="js/butter_bar.js"></script>
92 <script src="js/cws_container_client.js"></script> 93 <script src="js/cws_container_client.js"></script>
93 <script src="js/directory_contents.js"></script> 94 <script src="js/directory_contents.js"></script>
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 <select class="file-type"></select> 409 <select class="file-type"></select>
409 <button class=ok disabled tabindex="7"></button> 410 <button class=ok disabled tabindex="7"></button>
410 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button> 411 <button class=cancel i18n-content=CANCEL_LABEL tabindex="8"></button>
411 </div> 412 </div>
412 </div> 413 </div>
413 <div id="drag-container"></div> 414 <div id="drag-container"></div>
414 <iframe id="command-dispatcher" hidden></iframe> 415 <iframe id="command-dispatcher" hidden></iframe>
415 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 416 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
416 </body> 417 </body>
417 </html> 418 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/ui/file_manager_dialog_base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698