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 12221082: Add gear menu to /downloads and /external_storage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up. 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_commands.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 <command id="search" shortcut="U+0046-Ctrl"></command> 117 <command id="search" shortcut="U+0046-Ctrl"></command>
118 118
119 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL" 119 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL"
120 ></command> 120 ></command>
121 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL" 121 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL"
122 ></command> 122 ></command>
123 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE" 123 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE"
124 hidden></command> 124 hidden></command>
125 125
126 <command id="volume-help" i18n-values="label:DRIVE_MENU_HELP"
127 ></command>
126 <command id="drive-buy-more-space" 128 <command id="drive-buy-more-space"
127 i18n-values="label:DRIVE_BUY_MORE_SPACE" 129 i18n-values="label:DRIVE_BUY_MORE_SPACE"
128 ></command> 130 ></command>
129 <command id="drive-help" i18n-values="label:DRIVE_MENU_HELP"
130 ></command>
131 <command id="drive-clear-local-cache" 131 <command id="drive-clear-local-cache"
132 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command> 132 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command>
133 <command id="drive-reload" 133 <command id="drive-reload"
134 i18n-values="label:DRIVE_RELOAD"></command> 134 i18n-values="label:DRIVE_RELOAD"></command>
135 <command id="drive-go-to-drive" 135 <command id="drive-go-to-drive"
136 i18n-values="label:DRIVE_VISIT_DRIVE_GOOGLE_COM"></command> 136 i18n-values="label:DRIVE_VISIT_DRIVE_GOOGLE_COM"></command>
137 137
138 <command id="toggle-pinned" 138 <command id="toggle-pinned"
139 i18n-values="label:OFFLINE_COLUMN_LABEL"></command> 139 i18n-values="label:OFFLINE_COLUMN_LABEL"></command>
140 140
(...skipping 26 matching lines...) Expand all
167 visibleif="saveas-file full-page"></menuitem> 167 visibleif="saveas-file full-page"></menuitem>
168 </menu> 168 </menu>
169 <menu id="roots-context-menu" class="chrome-menu" > 169 <menu id="roots-context-menu" class="chrome-menu" >
170 <menuitem command="#import-photos"></menuitem> 170 <menuitem command="#import-photos"></menuitem>
171 <menuitem command="#unmount"></menuitem> 171 <menuitem command="#unmount"></menuitem>
172 <menuitem command="#format"></menuitem> 172 <menuitem command="#format"></menuitem>
173 <hr> 173 <hr>
174 <menuitem command="#files-app-help"></menuitem> 174 <menuitem command="#files-app-help"></menuitem>
175 </menu> 175 </menu>
176 176
177 <menu id="docs-settings" class="chrome-menu"> 177 <menu id="gear-menu" class="chrome-menu">
178 <menuitem id="drive-sync-settings" 178 <menuitem id="drive-sync-settings"
179 i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem> 179 i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem>
180 <menuitem id="drive-hosted-settings" 180 <menuitem id="drive-hosted-settings"
181 i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem> 181 i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem>
182 <hr required_attr="ctrl-pressing"> 182 <hr required_attr="ctrl-pressing" required_drive>
183 <menuitem required_attr="ctrl-pressing" 183 <menuitem required_attr="ctrl-pressing" required_drive
184 command="#drive-clear-local-cache"></menuitem> 184 command="#drive-clear-local-cache"></menuitem>
185 <menuitem required_attr="ctrl-pressing" 185 <menuitem required_attr="ctrl-pressing" required_drive
186 command="#drive-reload"></menuitem> 186 command="#drive-reload"></menuitem>
187 <hr> 187 <hr required_drive>
188 <div id="drive-space-info" disabled> 188 <div id="volume-space-info" disabled>
189 <span id="drive-space-info-label" 189 <span id="volume-space-info-label"></span>
190 i18n-content=WAITING_FOR_SPACE_INFO 190 <div><div id="volume-space-info-bar"></div></div>
191 ></span>
192 <div><div id="drive-space-info-bar" style="width:100%" pending></div
193 ></div>
194 </div> 191 </div>
195 <menuitem command="#drive-buy-more-space"></menuitem> 192 <menuitem command="#drive-buy-more-space"></menuitem>
196 <menuitem command="#drive-go-to-drive"></menuitem> 193 <menuitem command="#drive-go-to-drive"></menuitem>
197 <menuitem command="#drive-help"></menuitem> 194 <menuitem command="#volume-help"></menuitem>
198 </menu> 195 </menu>
199 196
200 <menu id="tasks-menu" class="chrome-menu"> 197 <menu id="tasks-menu" class="chrome-menu">
201 </menu> 198 </menu>
202 199
203 <menu id="text-context-menu" class="chrome-menu" showShortcuts> 200 <menu id="text-context-menu" class="chrome-menu" showShortcuts>
204 <menuitem command="#cut"></menuitem> 201 <menuitem command="#cut"></menuitem>
205 <menuitem command="#copy"></menuitem> 202 <menuitem command="#copy"></menuitem>
206 <menuitem command="#paste"></menuitem> 203 <menuitem command="#paste"></menuitem>
207 <menuitem command="#delete"></menuitem> 204 <menuitem command="#delete"></menuitem>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP 236 <div class="tooltip" i18n-content=DETAIL_VIEW_TOOLTIP
240 >[DETAIL VIEW]</div> 237 >[DETAIL VIEW]</div>
241 </div> 238 </div>
242 <div> 239 <div>
243 <button class="right small" id="thumbnail-view" tabindex="11" 240 <button class="right small" id="thumbnail-view" tabindex="11"
244 i18n-values="aria-label:THUMBNAIL_VIEW_TOOLTIP"> 241 i18n-values="aria-label:THUMBNAIL_VIEW_TOOLTIP">
245 </button> 242 </button>
246 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP 243 <div class="tooltip" i18n-content=THUMBNAIL_VIEW_TOOLTIP
247 >[THUMBNAIL VIEW]</div> 244 >[THUMBNAIL VIEW]</div>
248 </div> 245 </div>
249 <button class="menubutton" id="drive-settings" tabindex="12" 246 <button class="menubutton" id="gear-button" tabindex="12"
250 menu="#docs-settings" visibleif="full-page"> 247 menu="#gear-menu" visibleif="full-page">
251 <span class="disclosureindicator"></span> 248 <span class="disclosureindicator"></span>
252 </button> 249 </button>
253 </div> 250 </div>
254 251
255 </div> 252 </div>
256 <div class="drive-welcome header"></div> 253 <div class="drive-welcome header"></div>
257 <div class="drive-space-warning" hidden></div> 254 <div class="drive-space-warning" hidden></div>
258 <div class=dialog-body> 255 <div class=dialog-body>
259 <div class=filelist-panel> 256 <div class=filelist-panel>
260 <div id="list-container"> 257 <div id="list-container">
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 <div class="progress-track"></div> 314 <div class="progress-track"></div>
318 </div> 315 </div>
319 </div> 316 </div>
320 <div class="actions" hidden></div> 317 <div class="actions" hidden></div>
321 </div> 318 </div>
322 </div> 319 </div>
323 <div id="drag-container"></div> 320 <div id="drag-container"></div>
324 <iframe id="command-dispatcher" hidden></iframe> 321 <iframe id="command-dispatcher" hidden></iframe>
325 </body> 322 </body>
326 </html> 323 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager_commands.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698