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

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

Issue 23834007: file_manager: Remove pyauto tests for the file manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 <script src="js/cws_container_client.js"></script> 93 <script src="js/cws_container_client.js"></script>
94 <script src="js/directory_contents.js"></script> 94 <script src="js/directory_contents.js"></script>
95 <script src="js/directory_model.js"></script> 95 <script src="js/directory_model.js"></script>
96 <script src="js/directory_tree.js"></script> 96 <script src="js/directory_tree.js"></script>
97 <script src="js/drag_selector.js"></script> 97 <script src="js/drag_selector.js"></script>
98 <script src="js/drive_banners.js"></script> 98 <script src="js/drive_banners.js"></script>
99 <script src="js/error_dialog.js"></script> 99 <script src="js/error_dialog.js"></script>
100 <script src="js/file_operation_manager_wrapper.js"></script> 100 <script src="js/file_operation_manager_wrapper.js"></script>
101 <script src="js/file_grid.js"></script> 101 <script src="js/file_grid.js"></script>
102 <script src="js/file_manager.js"></script> 102 <script src="js/file_manager.js"></script>
103 <script src="js/file_manager_pyauto.js"></script>
104 <script src="js/file_selection.js"></script> 103 <script src="js/file_selection.js"></script>
105 <script src="js/file_table.js"></script> 104 <script src="js/file_table.js"></script>
106 <script src="js/file_tasks.js"></script> 105 <script src="js/file_tasks.js"></script>
107 <script src="js/file_transfer_controller.js"></script> 106 <script src="js/file_transfer_controller.js"></script>
108 <script src="js/file_type.js"></script> 107 <script src="js/file_type.js"></script>
109 <script src="js/file_watcher.js"></script> 108 <script src="js/file_watcher.js"></script>
110 <script src="js/folder_shortcuts_data_model.js"></script> 109 <script src="js/folder_shortcuts_data_model.js"></script>
111 <script src="js/navigation_list.js"></script> 110 <script src="js/navigation_list.js"></script>
112 <script src="js/scrollbar.js"></script> 111 <script src="js/scrollbar.js"></script>
113 <script src="js/share_client.js"></script> 112 <script src="js/share_client.js"></script>
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 <select class="file-type"></select> 408 <select class="file-type"></select>
410 <button class="ok" disabled tabindex="7"></button> 409 <button class="ok" disabled tabindex="7"></button>
411 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button > 410 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button >
412 </div> 411 </div>
413 </div> 412 </div>
414 <div id="drag-container"></div> 413 <div id="drag-container"></div>
415 <iframe id="command-dispatcher" hidden></iframe> 414 <iframe id="command-dispatcher" hidden></iframe>
416 <div class="overlay-pane" id="iframe-drag-area" hidden></div> 415 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
417 </body> 416 </body>
418 </html> 417 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/main_scripts.js ('k') | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698