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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 5234005: NTP: Fix context menu for apps in small and minimized mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the menu items too Created 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.js » ('j') | chrome/browser/resources/ntp/apps.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html
index 001c378b84b41f735b15523da3d9315ed4f93284..bcf19b39a90ce9e640823f6df77fc4d577cee55b 100644
--- a/chrome/browser/resources/new_new_tab.html
+++ b/chrome/browser/resources/new_new_tab.html
@@ -239,6 +239,11 @@ if ('mode' in hashParams) {
<command id="apps-launch-type-fullscreen"
i18n-values=".label:applaunchtypefullscreen" launch-type="2">
+<!-- These are populated dynamically -->
+<menu id="apps-menu"></menu>
+<menu id="most-visited-menu"></menu>
+<menu id="recently-closed-menu"></menu>
+
<menu id="app-context-menu">
arv (Not doing code reviews) 2010/11/19 22:31:36 The order was changed so that the context menu is
<button class="default" command="#apps-launch-command"></button>
<hr>
@@ -250,11 +255,6 @@ if ('mode' in hashParams) {
<button command="#apps-uninstall-command"></button>
</menu>
-<!-- These are populated dynamically -->
-<menu id="apps-menu"></menu>
-<menu id="most-visited-menu"></menu>
-<menu id="recently-closed-menu"></menu>
-
</body>
<script src="shared/js/i18n_template.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.js » ('j') | chrome/browser/resources/ntp/apps.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698