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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 8585027: Moving checkboxes to a separate column. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fix Created 9 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index 97def8a566340dd0cc9e842b6a439e6d3efa42c4..5c0db916b2baeb0a256271e37752a678019b43e6 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -6,9 +6,6 @@
-->
<html>
<head>
- <!-- metrics.js initiates load performance tracking
- so we want to parse it as early as possible -->
- <script src="js/metrics.js"></script>
<if expr="0">
<!-- <if ... /if> is removed while flattening HTML. -->
<script>
@@ -22,11 +19,11 @@
// 2. Build and run the Chromium OS.
//
// 3. Make source files available via the HTTP protocol:
- // twistd web --path chrome/browser/resources/file_manager --port 1080
+ // twistd web --path chrome/browser/resources/ --port 1080
//
// 4. Open the File Manager. Execute the following JS code in its context
// using DevTools:
- // localStorage['base'] = 'http://youmachine:1080/'
+ // localStorage['base'] = 'http://youmachine:1080/file_manager/'
//
// This will make the File Manager use fresh JS and CSS files from the
// development machine. HTML files and JS files for WebWorkers would still
@@ -39,6 +36,9 @@
}
</script>
</if>
+ <!-- metrics.js initiates load performance tracking
+ so we want to parse it as early as possible -->
+ <script src="js/metrics.js"></script>
<script>
(function() {
// Switch to 'test harness' mode when loading from a file or http url.
@@ -153,7 +153,7 @@
<div></div>
</div>
</div>
- <div class=preview-panel hidden>
+ <div class=preview-panel visibility=hidden>
<div><div class=preview-thumbnails></div></div>
<div><div class=preview-summary></div></div>
<div class=task-buttons></div>

Powered by Google App Engine
This is Rietveld 408576698