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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
(...skipping 12401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12412 <action name="Tab_DropURLBetweenTabs"> | 12412 <action name="Tab_DropURLBetweenTabs"> |
12413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12413 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12414 <description>Please enter the description of this user action.</description> | 12414 <description>Please enter the description of this user action.</description> |
12415 </action> | 12415 </action> |
12416 | 12416 |
12417 <action name="Tab_DropURLOnTab"> | 12417 <action name="Tab_DropURLOnTab"> |
12418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12419 <description>Please enter the description of this user action.</description> | 12419 <description>Please enter the description of this user action.</description> |
12420 </action> | 12420 </action> |
12421 | 12421 |
12422 <action name="TabbedModeOptInInfoBar_Shown"> | |
12423 <owner>kkimlabs@chromium.org</owner> | |
12424 <description> | |
12425 Recorded when tabbed mode opt in promotion InfoBar for selected devices on | |
gone
2015/11/17 23:18:16
1) opt-in here and everywhere else.
2) All of thes
Kibeom Kim (inactive)
2015/11/20 11:44:15
Done.
| |
12426 Android is shown. | |
12427 </description> | |
12428 </action> | |
12429 | |
12430 <action name="TabbedModeOptInInfoBar_UserDenied"> | |
12431 <owner>kkimlabs@chromium.org</owner> | |
12432 <description> | |
12433 Recorded when user denied tabbed mode opt in promotion InfoBar on Android. | |
12434 </description> | |
12435 </action> | |
12436 | |
12437 <action name="TabbedModeOptInInfoBar_UserDismissed"> | |
12438 <owner>kkimlabs@chromium.org</owner> | |
12439 <description> | |
12440 Recorded when user dismissed tabbed mode opt in promotion InfoBar on | |
12441 Android. | |
12442 </description> | |
12443 </action> | |
12444 | |
12445 <action name="TabbedModeOptInInfoBar_UserOptIn"> | |
12446 <owner>kkimlabs@chromium.org</owner> | |
12447 <description> | |
12448 Recorded when user opted in on tabbed mode opt in promotion InfoBar on | |
12449 Android. | |
12450 </description> | |
12451 </action> | |
12452 | |
12422 <action name="TaskManager"> | 12453 <action name="TaskManager"> |
12423 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12454 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12424 <description>Please enter the description of this user action.</description> | 12455 <description>Please enter the description of this user action.</description> |
12425 </action> | 12456 </action> |
12426 | 12457 |
12427 <action name="Terminate_ProcessMismatch_CreateNewWidget"> | 12458 <action name="Terminate_ProcessMismatch_CreateNewWidget"> |
12428 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12459 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
12429 <description>Please enter the description of this user action.</description> | 12460 <description>Please enter the description of this user action.</description> |
12430 </action> | 12461 </action> |
12431 | 12462 |
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
13161 <action name="webapps.AddShortcut.Manifest"> | 13192 <action name="webapps.AddShortcut.Manifest"> |
13162 <owner>mlamouri@chromium.org</owner> | 13193 <owner>mlamouri@chromium.org</owner> |
13163 <description> | 13194 <description> |
13164 Shortcut added to the homescreen with a valid Manifest. This action will be | 13195 Shortcut added to the homescreen with a valid Manifest. This action will be |
13165 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13196 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13166 to keep a trend of whether the webapp also add meta tags. | 13197 to keep a trend of whether the webapp also add meta tags. |
13167 </description> | 13198 </description> |
13168 </action> | 13199 </action> |
13169 | 13200 |
13170 </actions> | 13201 </actions> |
OLD | NEW |