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. | 9 and description for each user action. |
10 | 10 |
(...skipping 14464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
14475 <action name="SettingsResetBubble.Show"> | 14475 <action name="SettingsResetBubble.Show"> |
14476 <owner>mad@chromium.org</owner> | 14476 <owner>mad@chromium.org</owner> |
14477 <description>Please enter the description of this user action.</description> | 14477 <description>Please enter the description of this user action.</description> |
14478 </action> | 14478 </action> |
14479 | 14479 |
14480 <action name="SettingsResetPrompt_Accepted"> | 14480 <action name="SettingsResetPrompt_Accepted"> |
14481 <owner>alito@chromium.org</owner> | 14481 <owner>alito@chromium.org</owner> |
14482 <description>The user accepted the settings reset prompt.</description> | 14482 <description>The user accepted the settings reset prompt.</description> |
14483 </action> | 14483 </action> |
14484 | 14484 |
14485 <action name="SettingsResetPrompt_Declined"> | 14485 <action name="SettingsResetPrompt_Declined"> |
csharp
2017/04/07 18:23:28
As discussed, probably worth deprecating this and
alito
2017/04/07 19:58:58
Done.
| |
14486 <owner>alito@chromium.org</owner> | 14486 <owner>alito@chromium.org</owner> |
14487 <description>The user declined the settings reset prompt.</description> | 14487 <description> |
14488 The user clicked the cancel button in the settings reset prompt dialog. | |
14489 </description> | |
14490 </action> | |
14491 | |
14492 <action name="SettingsResetPrompt_Dismissed"> | |
14493 <owner>alito@chromium.org</owner> | |
14494 <description> | |
14495 The user dismissed the settings reset prompt, for example by clicking the x | |
14496 in the top right corner or pressing the Escape key. | |
14497 </description> | |
14488 </action> | 14498 </action> |
14489 | 14499 |
14490 <action name="SettingsResetPrompt_Shown"> | 14500 <action name="SettingsResetPrompt_Shown"> |
14491 <owner>alito@chromium.org</owner> | 14501 <owner>alito@chromium.org</owner> |
14492 <description> | 14502 <description> |
14493 The settings reset dialog was displayed to the user. | 14503 The settings reset dialog was displayed to the user. |
14494 </description> | 14504 </description> |
14495 </action> | 14505 </action> |
14496 | 14506 |
14497 <action name="Shelf_AlignmentSetBottom"> | 14507 <action name="Shelf_AlignmentSetBottom"> |
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
16701 <action name="webapps.AddShortcut.Manifest"> | 16711 <action name="webapps.AddShortcut.Manifest"> |
16702 <owner>mlamouri@chromium.org</owner> | 16712 <owner>mlamouri@chromium.org</owner> |
16703 <description> | 16713 <description> |
16704 Shortcut added to the homescreen with a valid Manifest. This action will be | 16714 Shortcut added to the homescreen with a valid Manifest. This action will be |
16705 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16715 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
16706 to keep a trend of whether the webapp also add meta tags. | 16716 to keep a trend of whether the webapp also add meta tags. |
16707 </description> | 16717 </description> |
16708 </action> | 16718 </action> |
16709 | 16719 |
16710 </actions> | 16720 </actions> |
OLD | NEW |