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 10592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10603 <action name="PDF.FitToPageButton"> | 10603 <action name="PDF.FitToPageButton"> |
10604 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10604 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10605 <description>Please enter the description of this user action.</description> | 10605 <description>Please enter the description of this user action.</description> |
10606 </action> | 10606 </action> |
10607 | 10607 |
10608 <action name="PDF.FitToWidthButton"> | 10608 <action name="PDF.FitToWidthButton"> |
10609 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10609 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10610 <description>Please enter the description of this user action.</description> | 10610 <description>Please enter the description of this user action.</description> |
10611 </action> | 10611 </action> |
10612 | 10612 |
| 10613 <action name="PDF.HasBookmarks" not_user_triggered="true"> |
| 10614 <owner>tsergeant@chromium.org</owner> |
| 10615 <description>When a PDF is loaded with bookmarks metadata.</description> |
| 10616 </action> |
| 10617 |
| 10618 <action name="PDF.HasTitle" not_user_triggered="true"> |
| 10619 <owner>tsergeant@chromium.org</owner> |
| 10620 <description>When a PDF is loaded with a title metadata field.</description> |
| 10621 </action> |
| 10622 |
10613 <action name="PDF.LoadFailure"> | 10623 <action name="PDF.LoadFailure"> |
10614 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10624 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10615 <description>Please enter the description of this user action.</description> | 10625 <description>Please enter the description of this user action.</description> |
10616 </action> | 10626 </action> |
10617 | 10627 |
10618 <action name="PDF.LoadSuccess"> | 10628 <action name="PDF.LoadSuccess"> |
10619 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 10629 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
10620 <description>Please enter the description of this user action.</description> | 10630 <description>Please enter the description of this user action.</description> |
10621 </action> | 10631 </action> |
10622 | 10632 |
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13029 <action name="webapps.AddShortcut.Manifest"> | 13039 <action name="webapps.AddShortcut.Manifest"> |
13030 <owner>mlamouri@chromium.org</owner> | 13040 <owner>mlamouri@chromium.org</owner> |
13031 <description> | 13041 <description> |
13032 Shortcut added to the homescreen with a valid Manifest. This action will be | 13042 Shortcut added to the homescreen with a valid Manifest. This action will be |
13033 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 13043 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
13034 to keep a trend of whether the webapp also add meta tags. | 13044 to keep a trend of whether the webapp also add meta tags. |
13035 </description> | 13045 </description> |
13036 </action> | 13046 </action> |
13037 | 13047 |
13038 </actions> | 13048 </actions> |
OLD | NEW |