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

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

Issue 12304013: Introduce Image loader extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified. Created 7 years, 10 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 16 matching lines...) Expand all
27 <script src="js/main_scripts.js"></script> 27 <script src="js/main_scripts.js"></script>
28 28
29 <if expr="0"> 29 <if expr="0">
30 <!-- This file has not been flattened, load individual scripts. 30 <!-- This file has not been flattened, load individual scripts.
31 Keep the list in sync with js/main_scripts.js. --> 31 Keep the list in sync with js/main_scripts.js. -->
32 32
33 <!-- metrics.js initiates load performance tracking 33 <!-- metrics.js initiates load performance tracking
34 so we want to parse it as early as possible --> 34 so we want to parse it as early as possible -->
35 <script src="js/metrics.js"></script> 35 <script src="js/metrics.js"></script>
36 36
37 <script src="../image_loader/client.js"></script>
38
37 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script > 39 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script >
38 <script src="../../../../ui/webui/resources/js/cr.js"></script> 40 <script src="../../../../ui/webui/resources/js/cr.js"></script>
39 <script src="../../../../ui/webui/resources/js/util.js"></script> 41 <script src="../../../../ui/webui/resources/js/util.js"></script>
40 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js "></script> 42 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js "></script>
41 43
42 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> 44 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
43 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> 45 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
44 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></scrip t> 46 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></scrip t>
45 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></s cript> 47 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></s cript>
46 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"> </script> 48 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js"> </script>
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 <div class="progress-track"></div> 308 <div class="progress-track"></div>
307 </div> 309 </div>
308 </div> 310 </div>
309 <div class="actions" hidden></div> 311 <div class="actions" hidden></div>
310 </div> 312 </div>
311 </div> 313 </div>
312 <div id="drag-container"></div> 314 <div id="drag-container"></div>
313 <iframe id="command-dispatcher" hidden></iframe> 315 <iframe id="command-dispatcher" hidden></iframe>
314 </body> 316 </body>
315 </html> 317 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/util.js ('k') | chrome/browser/resources/file_manager/photo_import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698