| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 i18n-values="label:GDATA_BUY_MORE_SPACE" | 125 i18n-values="label:GDATA_BUY_MORE_SPACE" |
| 126 ></command> | 126 ></command> |
| 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 |
| 136 <command id="toggle-pinned" |
| 137 i18n-values="label:OFFLINE_COLUMN_LABEL"></command> |
| 138 |
| 135 <command id="open-with" | 139 <command id="open-with" |
| 136 i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command> | 140 i18n-values="label:OPEN_WITH_BUTTON_LABEL"></command> |
| 137 <command id="zip-selection" | 141 <command id="zip-selection" |
| 138 i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"></command> | 142 i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"></command> |
| 139 </commands> | 143 </commands> |
| 140 | 144 |
| 141 <menu id="file-context-menu" class="chrome-menu" showShortcuts> | 145 <menu id="file-context-menu" class="chrome-menu" showShortcuts> |
| 142 <menuitem id="default-action" | 146 <menuitem id="default-action" |
| 143 visibleif="full-page" hidden></menuitem> | 147 visibleif="full-page" hidden></menuitem> |
| 144 <menuitem command="#open-with" | 148 <menuitem command="#open-with" |
| 145 visibleif="full-page" hidden></menuitem> | 149 visibleif="full-page" hidden></menuitem> |
| 146 <hr id="default-action-separator" visibleif="full-page" hidden> | 150 <hr id="default-action-separator" visibleif="full-page" hidden> |
| 151 <menuitem command="#toggle-pinned"></menuitem> |
| 152 <hr command="#toggle-pinned"> |
| 147 <menuitem command="#cut" visibleif="full-page"></menuitem> | 153 <menuitem command="#cut" visibleif="full-page"></menuitem> |
| 148 <menuitem command="#copy" visibleif="full-page"></menuitem> | 154 <menuitem command="#copy" visibleif="full-page"></menuitem> |
| 149 <menuitem command="#paste" visibleif="full-page"></menuitem> | 155 <menuitem command="#paste" visibleif="full-page"></menuitem> |
| 150 <hr visibleif="full-page"> | 156 <hr visibleif="full-page"> |
| 151 <menuitem command="#rename"></menuitem> | 157 <menuitem command="#rename"></menuitem> |
| 152 <menuitem command="#delete"></menuitem> | 158 <menuitem command="#delete"></menuitem> |
| 153 <menuitem command="#zip-selection"></menuitem> | 159 <menuitem command="#zip-selection"></menuitem> |
| 154 <hr visibleif="saveas-file full-page"> | 160 <hr visibleif="saveas-file full-page"> |
| 155 <menuitem command="#newfolder" | 161 <menuitem command="#newfolder" |
| 156 visibleif="saveas-file full-page"></menuitem> | 162 visibleif="saveas-file full-page"></menuitem> |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 <div class="progress-track"></div> | 298 <div class="progress-track"></div> |
| 293 </div> | 299 </div> |
| 294 </div> | 300 </div> |
| 295 <div class="actions" hidden></div> | 301 <div class="actions" hidden></div> |
| 296 </div> | 302 </div> |
| 297 </div> | 303 </div> |
| 298 <div id="drag-image-container"></div> | 304 <div id="drag-image-container"></div> |
| 299 <iframe id="command-dispatcher" hidden></iframe> | 305 <iframe id="command-dispatcher" hidden></iframe> |
| 300 </body> | 306 </body> |
| 301 </html> | 307 </html> |
| OLD | NEW |