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 3329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3340 <action name="ConnectivityDiagnostics.UA.TestResultExpanded"> | 3340 <action name="ConnectivityDiagnostics.UA.TestResultExpanded"> |
3341 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3341 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
3342 <description>Please enter the description of this user action.</description> | 3342 <description>Please enter the description of this user action.</description> |
3343 </action> | 3343 </action> |
3344 | 3344 |
3345 <action name="ConnectivityDiagnostics.UA.TestSuiteRun"> | 3345 <action name="ConnectivityDiagnostics.UA.TestSuiteRun"> |
3346 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 3346 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
3347 <description>Please enter the description of this user action.</description> | 3347 <description>Please enter the description of this user action.</description> |
3348 </action> | 3348 </action> |
3349 | 3349 |
| 3350 <action name="ContentSuggestions.NotificationsPreferenceOff"> |
| 3351 <owner>dgn@chromium.org</owner> |
| 3352 <owner>finkm@chromium.org</owner> |
| 3353 <description> |
| 3354 The user turned off the content suggestions notifications in the settings. |
| 3355 </description> |
| 3356 </action> |
| 3357 |
| 3358 <action name="ContentSuggestions.NotificationsPreferenceOn"> |
| 3359 <owner>dgn@chromium.org</owner> |
| 3360 <owner>finkm@chromium.org</owner> |
| 3361 <description> |
| 3362 The user turned on the content suggestions notifications in the settings. |
| 3363 </description> |
| 3364 </action> |
| 3365 |
| 3366 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOff"> |
| 3367 <owner>dgn@chromium.org</owner> |
| 3368 <owner>finkm@chromium.org</owner> |
| 3369 <description> |
| 3370 The user turned off remote content suggestions in the settings. |
| 3371 </description> |
| 3372 </action> |
| 3373 |
| 3374 <action name="ContentSuggestions.RemoteSuggestionsPreferenceOn"> |
| 3375 <owner>dgn@chromium.org</owner> |
| 3376 <owner>finkm@chromium.org</owner> |
| 3377 <description> |
| 3378 The user turned on remote content suggestions in the settings. |
| 3379 </description> |
| 3380 </action> |
| 3381 |
3350 <action name="ContextualSearch.BackPressClose"> | 3382 <action name="ContextualSearch.BackPressClose"> |
3351 <owner>donnd@chromium.org</owner> | 3383 <owner>donnd@chromium.org</owner> |
3352 <description> | 3384 <description> |
3353 Contextual Search closed when the user pressed the Back button. | 3385 Contextual Search closed when the user pressed the Back button. |
3354 </description> | 3386 </description> |
3355 </action> | 3387 </action> |
3356 | 3388 |
3357 <action name="ContextualSearch.BasePageScrollClose"> | 3389 <action name="ContextualSearch.BasePageScrollClose"> |
3358 <owner>donnd@chromium.org</owner> | 3390 <owner>donnd@chromium.org</owner> |
3359 <description> | 3391 <description> |
(...skipping 13411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16771 <action name="webapps.AddShortcut.Manifest"> | 16803 <action name="webapps.AddShortcut.Manifest"> |
16772 <owner>mlamouri@chromium.org</owner> | 16804 <owner>mlamouri@chromium.org</owner> |
16773 <description> | 16805 <description> |
16774 Shortcut added to the homescreen with a valid Manifest. This action will be | 16806 Shortcut added to the homescreen with a valid Manifest. This action will be |
16775 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 16807 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
16776 to keep a trend of whether the webapp also add meta tags. | 16808 to keep a trend of whether the webapp also add meta tags. |
16777 </description> | 16809 </description> |
16778 </action> | 16810 </action> |
16779 | 16811 |
16780 </actions> | 16812 </actions> |
OLD | NEW |