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

Side by Side Diff: ui/file_manager/file_manager/main.html

Issue 1679983003: Set wallpaper from right click menu in Files app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renamed Created 4 years, 9 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
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;lang:language"> 7 <html i18n-values="dir:textdirection;lang:language">
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 87
88 <command id="toggle-pinned" i18n-values="label:OFFLINE_COLUMN_LABEL"> 88 <command id="toggle-pinned" i18n-values="label:OFFLINE_COLUMN_LABEL">
89 <command id="toggle-hidden-files" 89 <command id="toggle-hidden-files"
90 i18n-values="label:TOGGLE_HIDDEN_FILES_COMMAND_LABEL" 90 i18n-values="label:TOGGLE_HIDDEN_FILES_COMMAND_LABEL"
91 shortcut="U+00BE-Ctrl" hide-shortcut-text> 91 shortcut="U+00BE-Ctrl" hide-shortcut-text>
92 92
93 <command id="default-task"> 93 <command id="default-task">
94 <command id="open-with" i18n-values="label:OPEN_WITH_BUTTON_LABEL"> 94 <command id="open-with" i18n-values="label:OPEN_WITH_BUTTON_LABEL">
95 <command id="zip-selection" 95 <command id="zip-selection"
96 i18n-values="label:ZIP_SELECTION_BUTTON_LABEL"> 96 i18n-values="label:ZIP_SELECTION_BUTTON_LABEL">
97 <command id="set-wallpaper"
98 i18n-values="label:SET_WALLPAPER_BUTTON_LABEL">
97 99
98 <command id="share" i18n-values="label:SHARE_BUTTON_LABEL" disabled hidden 100 <command id="share" i18n-values="label:SHARE_BUTTON_LABEL" disabled hidden
99 shortcut="U+00BE" hide-shortcut-text><!-- Shortcut: '.' --> 101 shortcut="U+00BE" hide-shortcut-text><!-- Shortcut: '.' -->
100 102
101 <command id="zoom-in" shortcut="U+00BB-Ctrl"> 103 <command id="zoom-in" shortcut="U+00BB-Ctrl">
102 <command id="zoom-out" shortcut="U+00BD-Ctrl"> 104 <command id="zoom-out" shortcut="U+00BD-Ctrl">
103 <command id="zoom-reset" shortcut="U+0030-Ctrl"> 105 <command id="zoom-reset" shortcut="U+0030-Ctrl">
104 106
105 <command id="sort-by-name" i18n-values="label:NAME_COLUMN_LABEL"> 107 <command id="sort-by-name" i18n-values="label:NAME_COLUMN_LABEL">
106 <command id="sort-by-size" i18n-values="label:SIZE_COLUMN_LABEL"> 108 <command id="sort-by-size" i18n-values="label:SIZE_COLUMN_LABEL">
(...skipping 19 matching lines...) Expand all
126 <hr id="tasks-separator" visibleif="full-page" hidden> 128 <hr id="tasks-separator" visibleif="full-page" hidden>
127 <hr id="actions-separator" hidden> 129 <hr id="actions-separator" hidden>
128 <cr-menu-item command="#cut" visibleif="full-page"></cr-menu-item> 130 <cr-menu-item command="#cut" visibleif="full-page"></cr-menu-item>
129 <cr-menu-item command="#copy" visibleif="full-page"></cr-menu-item> 131 <cr-menu-item command="#copy" visibleif="full-page"></cr-menu-item>
130 <cr-menu-item command="#paste" visibleif="full-page"></cr-menu-item> 132 <cr-menu-item command="#paste" visibleif="full-page"></cr-menu-item>
131 <cr-menu-item command="#paste-into-folder" visibleif="full-page"></cr-menu -item> 133 <cr-menu-item command="#paste-into-folder" visibleif="full-page"></cr-menu -item>
132 <hr visibleif="full-page"> 134 <hr visibleif="full-page">
133 <cr-menu-item command="#rename"></cr-menu-item> 135 <cr-menu-item command="#rename"></cr-menu-item>
134 <cr-menu-item command="#delete" i18n-content="DELETE_BUTTON_LABEL"></cr-me nu-item> 136 <cr-menu-item command="#delete" i18n-content="DELETE_BUTTON_LABEL"></cr-me nu-item>
135 <cr-menu-item command="#zip-selection"></cr-menu-item> 137 <cr-menu-item command="#zip-selection"></cr-menu-item>
138 <cr-menu-item command="#set-wallpaper"></cr-menu-item>
136 <hr visibleif="saveas-file full-page"> 139 <hr visibleif="saveas-file full-page">
137 <cr-menu-item command="#new-folder" 140 <cr-menu-item command="#new-folder"
138 visibleif="saveas-file full-page"></cr-menu-item> 141 visibleif="saveas-file full-page"></cr-menu-item>
139 </cr-menu> 142 </cr-menu>
140 143
141 <cr-menu id="roots-context-menu" class="chrome-menu files-menu" 144 <cr-menu id="roots-context-menu" class="chrome-menu files-menu"
142 menu-item-selector="cr-menu-item"> 145 menu-item-selector="cr-menu-item">
143 <cr-menu-item command="#configure"></cr-menu-item> 146 <cr-menu-item command="#configure"></cr-menu-item>
144 <cr-menu-item command="#unmount"></cr-menu-item> 147 <cr-menu-item command="#unmount"></cr-menu-item>
145 <cr-menu-item command="#format"></cr-menu-item> 148 <cr-menu-item command="#format"></cr-menu-item>
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 <paper-ripple fit></paper-ripple> 432 <paper-ripple fit></paper-ripple>
430 <span i18n-content="CANCEL_LABEL"></span> 433 <span i18n-content="CANCEL_LABEL"></span>
431 </button> 434 </button>
432 </div> 435 </div>
433 </div> 436 </div>
434 <div id="drag-container"></div> 437 <div id="drag-container"></div>
435 <files-tooltip></files-tooltip> 438 <files-tooltip></files-tooltip>
436 <iframe id="command-dispatcher" hidden aria-hidden="true"></iframe> 439 <iframe id="command-dispatcher" hidden aria-hidden="true"></iframe>
437 </body> 440 </body>
438 </html> 441 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698