| OLD | NEW |
| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 <command id="gdata-help" i18n-values="label:GDATA_MENU_HELP" | 127 <command id="gdata-help" i18n-values="label:GDATA_MENU_HELP" |
| 128 ></command> | 128 ></command> |
| 129 <command id="gdata-clear-local-cache" | 129 <command id="gdata-clear-local-cache" |
| 130 i18n-values="label:GDATA_CLEAR_LOCAL_CACHE"></command> | 130 i18n-values="label:GDATA_CLEAR_LOCAL_CACHE"></command> |
| 131 <command id="gdata-reload" | 131 <command id="gdata-reload" |
| 132 i18n-values="label:GDATA_RELOAD"></command> | 132 i18n-values="label:GDATA_RELOAD"></command> |
| 133 <command id="gdata-go-to-drive" | 133 <command id="gdata-go-to-drive" |
| 134 i18n-values="label:GDATA_VISIT_DRIVE_GOOGLE_COM"></command> | 134 i18n-values="label:GDATA_VISIT_DRIVE_GOOGLE_COM"></command> |
| 135 <command id="open-with" | 135 <command id="open-with" |
| 136 i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command> | 136 i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command> |
| 137 <command id="zip-selection" |
| 138 i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"></command> |
| 137 </commands> | 139 </commands> |
| 138 | 140 |
| 139 <menu id="file-context-menu" class="chrome-menu" showShortcuts> | 141 <menu id="file-context-menu" class="chrome-menu" showShortcuts> |
| 140 <menuitem id="default-action" | 142 <menuitem id="default-action" |
| 141 visibleif="full-page" hidden></menuitem> | 143 visibleif="full-page" hidden></menuitem> |
| 142 <menuitem command="#open-with" | 144 <menuitem command="#open-with" |
| 143 visibleif="full-page" hidden></menuitem> | 145 visibleif="full-page" hidden></menuitem> |
| 144 <hr id="default-action-separator" visibleif="full-page" hidden> | 146 <hr id="default-action-separator" visibleif="full-page" hidden> |
| 145 <menuitem command="#cut" visibleif="full-page"></menuitem> | 147 <menuitem command="#cut" visibleif="full-page"></menuitem> |
| 146 <menuitem command="#copy" visibleif="full-page"></menuitem> | 148 <menuitem command="#copy" visibleif="full-page"></menuitem> |
| 147 <menuitem command="#paste" visibleif="full-page"></menuitem> | 149 <menuitem command="#paste" visibleif="full-page"></menuitem> |
| 148 <hr visibleif="full-page"> | 150 <hr visibleif="full-page"> |
| 149 <menuitem command="#rename"></menuitem> | 151 <menuitem command="#rename"></menuitem> |
| 150 <menuitem command="#delete"></menuitem> | 152 <menuitem command="#delete"></menuitem> |
| 153 <menuitem command="#zip-selection"></menuitem> |
| 151 <hr visibleif="saveas-file full-page"> | 154 <hr visibleif="saveas-file full-page"> |
| 152 <menuitem command="#newfolder" | 155 <menuitem command="#newfolder" |
| 153 visibleif="saveas-file full-page"></menuitem> | 156 visibleif="saveas-file full-page"></menuitem> |
| 154 </menu> | 157 </menu> |
| 155 <menu id="roots-context-menu" class="chrome-menu" > | 158 <menu id="roots-context-menu" class="chrome-menu" > |
| 156 <menuitem command="#import-photos"></menuitem> | 159 <menuitem command="#import-photos"></menuitem> |
| 157 <menuitem command="#unmount"></menuitem> | 160 <menuitem command="#unmount"></menuitem> |
| 158 <menuitem command="#format"></menuitem> | 161 <menuitem command="#format"></menuitem> |
| 159 </menu> | 162 </menu> |
| 160 | 163 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 <div class="progress-track"></div> | 292 <div class="progress-track"></div> |
| 290 </div> | 293 </div> |
| 291 </div> | 294 </div> |
| 292 <div class="actions" hidden></div> | 295 <div class="actions" hidden></div> |
| 293 </div> | 296 </div> |
| 294 </div> | 297 </div> |
| 295 <div id="drag-image-container"></div> | 298 <div id="drag-image-container"></div> |
| 296 <iframe id="command-dispatcher" hidden></iframe> | 299 <iframe id="command-dispatcher" hidden></iframe> |
| 297 </body> | 300 </body> |
| 298 </html> | 301 </html> |
| OLD | NEW |