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

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

Issue 10391075: convert chromeos file manager to loadTimeData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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/mock_chrome.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 12 matching lines...) Expand all
23 <script src="js/main_scripts.js"></script> 23 <script src="js/main_scripts.js"></script>
24 24
25 <if expr="0"> 25 <if expr="0">
26 <!-- This file has not been flattened, load individual scripts. 26 <!-- This file has not been flattened, load individual scripts.
27 Keep the list in sync with js/main_scripts.js. --> 27 Keep the list in sync with js/main_scripts.js. -->
28 28
29 <!-- metrics.js initiates load performance tracking 29 <!-- metrics.js initiates load performance tracking
30 so we want to parse it as early as possible --> 30 so we want to parse it as early as possible -->
31 <script src="js/metrics.js"></script> 31 <script src="js/metrics.js"></script>
32 32
33 <script src="../shared/js/local_strings.js"></script> 33 <script src="../shared/js/load_time_data.js"></script>
34 <script src="../shared/js/util.js"></script> 34 <script src="../shared/js/util.js"></script>
35 <script src="../shared/js/i18n_template.js"></script> 35 <script src="../shared/js/i18n_template_no_process.js"></script>
36 36
37 <script src="../shared/js/cr.js"></script> 37 <script src="../shared/js/cr.js"></script>
38 <script src="../shared/js/event_tracker.js"></script> 38 <script src="../shared/js/event_tracker.js"></script>
39 <script src="../shared/js/cr/ui.js"></script> 39 <script src="../shared/js/cr/ui.js"></script>
40 <script src="../shared/js/cr/event_target.js"></script> 40 <script src="../shared/js/cr/event_target.js"></script>
41 <script src="../shared/js/cr/ui/touch_handler.js"></script> 41 <script src="../shared/js/cr/ui/touch_handler.js"></script>
42 <script src="../shared/js/cr/ui/array_data_model.js"></script> 42 <script src="../shared/js/cr/ui/array_data_model.js"></script>
43 <script src="../shared/js/cr/ui/dialogs.js"></script> 43 <script src="../shared/js/cr/ui/dialogs.js"></script>
44 <script src="../shared/js/cr/ui/list_item.js"></script> 44 <script src="../shared/js/cr/ui/list_item.js"></script>
45 <script src="../shared/js/cr/ui/list_selection_model.js"></script> 45 <script src="../shared/js/cr/ui/list_selection_model.js"></script>
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <div class="progress-bar hide-in-butter"> 208 <div class="progress-bar hide-in-butter">
209 <div class="progress-track"></div> 209 <div class="progress-track"></div>
210 </div> 210 </div>
211 </div> 211 </div>
212 <div class="actions hide-in-butter"></div> 212 <div class="actions hide-in-butter"></div>
213 </div> 213 </div>
214 <div id=drag-image-container></div> 214 <div id=drag-image-container></div>
215 <iframe id=command-dispatcher hidden></iframe> 215 <iframe id=command-dispatcher hidden></iframe>
216 </body> 216 </body>
217 </html> 217 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698