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

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

Issue 1846653004: Rename IGNORING_CACHE to BYPASSING_CACHE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 11740 matching lines...) Expand 10 before | Expand all | Expand 10 after
11751 <action name="RegisterProtocolHandler.Infobar_Accept"> 11751 <action name="RegisterProtocolHandler.Infobar_Accept">
11752 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11752 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11753 <description>Please enter the description of this user action.</description> 11753 <description>Please enter the description of this user action.</description>
11754 </action> 11754 </action>
11755 11755
11756 <action name="Reload"> 11756 <action name="Reload">
11757 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11757 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11758 <description>Please enter the description of this user action.</description> 11758 <description>Please enter the description of this user action.</description>
11759 </action> 11759 </action>
11760 11760
11761 <action name="ReloadBypassingCache">
11762 <owner>toyoshim@chromium.org</owner>
11763 <description>The user triggers Shift-reload operation.</description>
11764 </action>
11765
11761 <action name="ReloadIgnoringCache"> 11766 <action name="ReloadIgnoringCache">
11762 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11767 <owner>toyoshim@chromium.org</owner>
11763 <description>Please enter the description of this user action.</description> 11768 <description>The user triggers Shift-reload operation.</description>
11769 <obsolete>This is replaced with ReloadBypassingCache.</obsolete>
11764 </action> 11770 </action>
11765 11771
11766 <action name="RemoveFormat"> 11772 <action name="RemoveFormat">
11767 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11773 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11768 <description>Please enter the description of this user action.</description> 11774 <description>Please enter the description of this user action.</description>
11769 </action> 11775 </action>
11770 11776
11771 <action name="ReportBug"> 11777 <action name="ReportBug">
11772 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11778 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11773 <description>Please enter the description of this user action.</description> 11779 <description>Please enter the description of this user action.</description>
(...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after
14089 <action name="webapps.AddShortcut.Manifest"> 14095 <action name="webapps.AddShortcut.Manifest">
14090 <owner>mlamouri@chromium.org</owner> 14096 <owner>mlamouri@chromium.org</owner>
14091 <description> 14097 <description>
14092 Shortcut added to the homescreen with a valid Manifest. This action will be 14098 Shortcut added to the homescreen with a valid Manifest. This action will be
14093 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14099 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14094 to keep a trend of whether the webapp also add meta tags. 14100 to keep a trend of whether the webapp also add meta tags.
14095 </description> 14101 </description>
14096 </action> 14102 </action>
14097 14103
14098 </actions> 14104 </actions>
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698