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 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2494 <action name="DeleteWordBackward"> | 2494 <action name="DeleteWordBackward"> |
2495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2496 <description>Please enter the description of this user action.</description> | 2496 <description>Please enter the description of this user action.</description> |
2497 </action> | 2497 </action> |
2498 | 2498 |
2499 <action name="DeleteWordForward"> | 2499 <action name="DeleteWordForward"> |
2500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2500 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2501 <description>Please enter the description of this user action.</description> | 2501 <description>Please enter the description of this user action.</description> |
2502 </action> | 2502 </action> |
2503 | 2503 |
2504 <action name="Desktop_SwitchTask"> | |
2505 <owner>bruthig@google.com</owner> | |
2506 <owner>tdanderson@google.com</owner> | |
2507 <description> | |
2508 Recorded when the user activates an existing task by clicking or tapping on | |
tdanderson
2015/06/04 22:15:51
Specify this is only recorded for tasks which are
bruthig
2015/06/05 17:28:21
Done.
| |
2509 it in the 2-dimensional screen space. | |
Alexei Svitkine (slow)
2015/06/04 18:16:04
I find this action description pretty confusing. I
tdanderson
2015/06/04 22:15:51
Would it be clearer if "in the 2-dimensional scree
bruthig
2015/06/05 17:28:21
Attempted to make it better.
| |
2510 </description> | |
2511 </action> | |
2512 | |
2504 <action name="Destination_Application_Edit"> | 2513 <action name="Destination_Application_Edit"> |
2505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2514 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2506 <description>Please enter the description of this user action.</description> | 2515 <description>Please enter the description of this user action.</description> |
2507 </action> | 2516 </action> |
2508 | 2517 |
2509 <action name="Destination_Application_Launch"> | 2518 <action name="Destination_Application_Launch"> |
2510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2519 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2511 <description>Please enter the description of this user action.</description> | 2520 <description>Please enter the description of this user action.</description> |
2512 </action> | 2521 </action> |
2513 | 2522 |
(...skipping 9945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12459 <action name="webapps.AddShortcut.Manifest"> | 12468 <action name="webapps.AddShortcut.Manifest"> |
12460 <owner>mlamouri@chromium.org</owner> | 12469 <owner>mlamouri@chromium.org</owner> |
12461 <description> | 12470 <description> |
12462 Shortcut added to the homescreen with a valid Manifest. This action will be | 12471 Shortcut added to the homescreen with a valid Manifest. This action will be |
12463 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12472 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
12464 to keep a trend of whether the webapp also add meta tags. | 12473 to keep a trend of whether the webapp also add meta tags. |
12465 </description> | 12474 </description> |
12466 </action> | 12475 </action> |
12467 | 12476 |
12468 </actions> | 12477 </actions> |
OLD | NEW |