Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 11738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11749 <action name="RegisterProtocolHandler.Infobar_Accept"> | 11749 <action name="RegisterProtocolHandler.Infobar_Accept"> |
| 11750 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11750 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11751 <description>Please enter the description of this user action.</description> | 11751 <description>Please enter the description of this user action.</description> |
| 11752 </action> | 11752 </action> |
| 11753 | 11753 |
| 11754 <action name="Reload"> | 11754 <action name="Reload"> |
| 11755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11755 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11756 <description>Please enter the description of this user action.</description> | 11756 <description>Please enter the description of this user action.</description> |
| 11757 </action> | 11757 </action> |
| 11758 | 11758 |
| 11759 <action name="ReloadBypassingCache"> | |
| 11760 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | |
| 11761 <description>Please enter the description of this user action.</description> | |
|
Ilya Sherman
2016/03/31 15:33:55
Can you please update these while you're updating
Takashi Toyoshima
2016/04/01 05:53:07
Done.
| |
| 11762 </action> | |
| 11763 | |
| 11759 <action name="ReloadIgnoringCache"> | 11764 <action name="ReloadIgnoringCache"> |
| 11760 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11765 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11761 <description>Please enter the description of this user action.</description> | 11766 <description>Please enter the description of this user action.</description> |
| 11767 <obsolete>This is replaced with ReloadBypassingCache.</obsolete> | |
| 11762 </action> | 11768 </action> |
| 11763 | 11769 |
| 11764 <action name="RemoveFormat"> | 11770 <action name="RemoveFormat"> |
| 11765 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11771 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11766 <description>Please enter the description of this user action.</description> | 11772 <description>Please enter the description of this user action.</description> |
| 11767 </action> | 11773 </action> |
| 11768 | 11774 |
| 11769 <action name="ReportBug"> | 11775 <action name="ReportBug"> |
| 11770 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 11776 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 11771 <description>Please enter the description of this user action.</description> | 11777 <description>Please enter the description of this user action.</description> |
| (...skipping 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14087 <action name="webapps.AddShortcut.Manifest"> | 14093 <action name="webapps.AddShortcut.Manifest"> |
| 14088 <owner>mlamouri@chromium.org</owner> | 14094 <owner>mlamouri@chromium.org</owner> |
| 14089 <description> | 14095 <description> |
| 14090 Shortcut added to the homescreen with a valid Manifest. This action will be | 14096 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14091 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14097 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14092 to keep a trend of whether the webapp also add meta tags. | 14098 to keep a trend of whether the webapp also add meta tags. |
| 14093 </description> | 14099 </description> |
| 14094 </action> | 14100 </action> |
| 14095 | 14101 |
| 14096 </actions> | 14102 </actions> |
| OLD | NEW |