Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 2862893002: 📰 Add visibility change triggers for bottom sheet content (Closed)
Patch Set: cleanup, support app switching Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 15926 matching lines...) Expand 10 before | Expand all | Expand 10 after
15937 <owner>dgn@chromium.org</owner> 15937 <owner>dgn@chromium.org</owner>
15938 <description>User reverted the removal of a suggested site.</description> 15938 <description>User reverted the removal of a suggested site.</description>
15939 </action> 15939 </action>
15940 15940
15941 <action name="Suggestions.Site.Removed"> 15941 <action name="Suggestions.Site.Removed">
15942 <owner>finkm@chromium.org</owner> 15942 <owner>finkm@chromium.org</owner>
15943 <owner>dgn@chromium.org</owner> 15943 <owner>dgn@chromium.org</owner>
15944 <description>User removed a suggested site.</description> 15944 <description>User removed a suggested site.</description>
15945 </action> 15945 </action>
15946 15946
15947 <action name="Suggestions.SurfaceFullyVisible">
15948 <owner>finkm@chromium.org</owner>
15949 <owner>dgn@chromium.org</owner>
15950 <description>
15951 ChromeHome: The Suggestion surface is loaded or brought in the foreground in
15952 its fully visible state. In regular Chrome, MobileNTPShown is the
15953 equivalent.
15954 </description>
15955 </action>
15956
15957 <action name="Suggestions.SurfaceHalfVisible">
15958 <owner>finkm@chromium.org</owner>
15959 <owner>dgn@chromium.org</owner>
15960 <description>
15961 ChromeHome: The Suggestion surface is loaded or brought in the foreground in
15962 its half visible state. In regular Chrome, MobileNTPShown is the equivalent.
15963 </description>
15964 </action>
15965
15947 <action name="Suggestions.SurfaceHidden"> 15966 <action name="Suggestions.SurfaceHidden">
15948 <owner>finkm@chromium.org</owner> 15967 <owner>finkm@chromium.org</owner>
15949 <owner>dgn@chromium.org</owner> 15968 <owner>dgn@chromium.org</owner>
15950 <description>User closed the content suggestions UI.</description> 15969 <description>User closed the content suggestions UI.</description>
15951 </action> 15970 </action>
15952 15971
15953 <action name="Suggestions.SurfaceVisible"> 15972 <action name="Suggestions.SurfaceVisible">
15954 <owner>finkm@chromium.org</owner> 15973 <owner>finkm@chromium.org</owner>
15955 <owner>dgn@chromium.org</owner> 15974 <owner>dgn@chromium.org</owner>
15956 <description>User opened the content suggestions UI.</description> 15975 <description>User opened the content suggestions UI.</description>
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
17039 <action name="webapps.AddShortcut.Manifest"> 17058 <action name="webapps.AddShortcut.Manifest">
17040 <owner>mlamouri@chromium.org</owner> 17059 <owner>mlamouri@chromium.org</owner>
17041 <description> 17060 <description>
17042 Shortcut added to the homescreen with a valid Manifest. This action will be 17061 Shortcut added to the homescreen with a valid Manifest. This action will be
17043 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17062 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17044 to keep a trend of whether the webapp also add meta tags. 17063 to keep a trend of whether the webapp also add meta tags.
17045 </description> 17064 </description>
17046 </action> 17065 </action>
17047 17066
17048 </actions> 17067 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698