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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2714813002: [iOS] Add Request Mobile Site cell to tools menu (Closed)
Patch Set: Rebase Created 3 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
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. 9 and description for each user action.
10 10
(...skipping 9752 matching lines...) Expand 10 before | Expand all | Expand 10 after
9763 </description> 9763 </description>
9764 </action> 9764 </action>
9765 9765
9766 <action name="MobileMenuRequestDesktopSite"> 9766 <action name="MobileMenuRequestDesktopSite">
9767 <owner>aurimas@chromium.org</owner> 9767 <owner>aurimas@chromium.org</owner>
9768 <description> 9768 <description>
9769 User pressed 'Request Desktop Site' in the app menu. 9769 User pressed 'Request Desktop Site' in the app menu.
9770 </description> 9770 </description>
9771 </action> 9771 </action>
9772 9772
9773 <action name="MobileMenuRequestMobileSite">
9774 <owner>liaoyuke@chromium.org</owner>
9775 <description>User pressed 'Request Mobile Site' in the app menu.</description>
9776 </action>
9777
9773 <action name="MobileMenuSettings"> 9778 <action name="MobileMenuSettings">
9774 <owner>aurimas@chromium.org</owner> 9779 <owner>aurimas@chromium.org</owner>
9775 <description>User pressed 'Settings' in the app menu.</description> 9780 <description>User pressed 'Settings' in the app menu.</description>
9776 </action> 9781 </action>
9777 9782
9778 <action name="MobileMenuShare"> 9783 <action name="MobileMenuShare">
9779 <owner>aurimas@chromium.org</owner> 9784 <owner>aurimas@chromium.org</owner>
9780 <description>User pressed 'Share' in the app menu.</description> 9785 <description>User pressed 'Share' in the app menu.</description>
9781 </action> 9786 </action>
9782 9787
(...skipping 6614 matching lines...) Expand 10 before | Expand all | Expand 10 after
16397 <action name="webapps.AddShortcut.Manifest"> 16402 <action name="webapps.AddShortcut.Manifest">
16398 <owner>mlamouri@chromium.org</owner> 16403 <owner>mlamouri@chromium.org</owner>
16399 <description> 16404 <description>
16400 Shortcut added to the homescreen with a valid Manifest. This action will be 16405 Shortcut added to the homescreen with a valid Manifest. This action will be
16401 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16406 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16402 to keep a trend of whether the webapp also add meta tags. 16407 to keep a trend of whether the webapp also add meta tags.
16403 </description> 16408 </description>
16404 </action> 16409 </action>
16405 16410
16406 </actions> 16411 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698