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 14436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14447 <action name="SearchAnswer_StoppedLoading"> | 14447 <action name="SearchAnswer_StoppedLoading"> |
14448 <owner>vadimt@chromium.org</owner> | 14448 <owner>vadimt@chromium.org</owner> |
14449 <description>Answer card successfully loads.</description> | 14449 <description>Answer card successfully loads.</description> |
14450 </action> | 14450 </action> |
14451 | 14451 |
14452 <action name="SearchAnswer_UserInteraction"> | 14452 <action name="SearchAnswer_UserInteraction"> |
14453 <owner>vadimt@chromium.org</owner> | 14453 <owner>vadimt@chromium.org</owner> |
14454 <description>User interacts with an answer card.</description> | 14454 <description>User interacts with an answer card.</description> |
14455 </action> | 14455 </action> |
14456 | 14456 |
| 14457 <action name="SearchEnginePromo.ExistingDevices.PromoSelected"> |
| 14458 <owner>yusufo@chromium.org</owner> |
| 14459 <description> |
| 14460 The user has made a selection in the search engine promo in an existing |
| 14461 device that is setup before the promo was first introduced. This is a dialog |
| 14462 prompting the user to pick a default search engine. |
| 14463 </description> |
| 14464 </action> |
| 14465 |
| 14466 <action name="SearchEnginePromo.NewDevices.PromoSelected"> |
| 14467 <owner>yusufo@chromium.org</owner> |
| 14468 <description> |
| 14469 The user has made a selection in the search engine promo in a new device |
| 14470 that is setup after the promo was introduced. This is a dialog prompting the |
| 14471 user to pick a default search engine. |
| 14472 </description> |
| 14473 </action> |
| 14474 |
14457 <action name="SearchEngine_ManualChange"> | 14475 <action name="SearchEngine_ManualChange"> |
14458 <owner>ianwen@chromium.org</owner> | 14476 <owner>ianwen@chromium.org</owner> |
14459 <description> | 14477 <description> |
14460 Recorded when the user has manually switched default search engine, which | 14478 Recorded when the user has manually switched default search engine, which |
14461 disables search engine auto switch feature in special locale. This is | 14479 disables search engine auto switch feature in special locale. This is |
14462 recorded on Android for every locale, but is currently only meaningful for | 14480 recorded on Android for every locale, but is currently only meaningful for |
14463 studying special locales. | 14481 studying special locales. |
14464 </description> | 14482 </description> |
14465 </action> | 14483 </action> |
14466 | 14484 |
| 14485 <action name="SearchWidget.SearchMade"> |
| 14486 <owner>yusufo@chromium.org</owner> |
| 14487 <description> |
| 14488 The user made a search from the Android search widget. |
| 14489 </description> |
| 14490 </action> |
| 14491 |
| 14492 <action name="SearchWidget.WidgetSelected"> |
| 14493 <owner>yusufo@chromium.org</owner> |
| 14494 <description> |
| 14495 The user launched the Android search widget from home screen. |
| 14496 </description> |
| 14497 </action> |
| 14498 |
14467 <action name="SearchWithRLZ"> | 14499 <action name="SearchWithRLZ"> |
14468 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 14500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
14469 <description>Please enter the description of this user action.</description> | 14501 <description>Please enter the description of this user action.</description> |
14470 </action> | 14502 </action> |
14471 | 14503 |
14472 <action name="SearchWithoutRLZ"> | 14504 <action name="SearchWithoutRLZ"> |
14473 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 14505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
14474 <description>Please enter the description of this user action.</description> | 14506 <description>Please enter the description of this user action.</description> |
14475 </action> | 14507 </action> |
14476 | 14508 |
(...skipping 2759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17236 <action name="webapps.AddShortcut.Manifest"> | 17268 <action name="webapps.AddShortcut.Manifest"> |
17237 <owner>mlamouri@chromium.org</owner> | 17269 <owner>mlamouri@chromium.org</owner> |
17238 <description> | 17270 <description> |
17239 Shortcut added to the homescreen with a valid Manifest. This action will be | 17271 Shortcut added to the homescreen with a valid Manifest. This action will be |
17240 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 17272 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
17241 to keep a trend of whether the webapp also add meta tags. | 17273 to keep a trend of whether the webapp also add meta tags. |
17242 </description> | 17274 </description> |
17243 </action> | 17275 </action> |
17244 | 17276 |
17245 </actions> | 17277 </actions> |
OLD | NEW |