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

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

Issue 2862893002: 📰 Add visibility change triggers for bottom sheet content (Closed)
Patch Set: Fix compilation post merge 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
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 16101 matching lines...) Expand 10 before | Expand all | Expand 10 after
16112 <owner>dgn@chromium.org</owner> 16112 <owner>dgn@chromium.org</owner>
16113 <description>User reverted the removal of a suggested site.</description> 16113 <description>User reverted the removal of a suggested site.</description>
16114 </action> 16114 </action>
16115 16115
16116 <action name="Suggestions.Site.Removed"> 16116 <action name="Suggestions.Site.Removed">
16117 <owner>finkm@chromium.org</owner> 16117 <owner>finkm@chromium.org</owner>
16118 <owner>dgn@chromium.org</owner> 16118 <owner>dgn@chromium.org</owner>
16119 <description>User removed a suggested site.</description> 16119 <description>User removed a suggested site.</description>
16120 </action> 16120 </action>
16121 16121
16122 <action name="Suggestions.SurfaceFullyVisible">
16123 <owner>finkm@chromium.org</owner>
16124 <owner>dgn@chromium.org</owner>
16125 <description>
16126 ChromeHome: The Suggestion surface is loaded or brought in the foreground in
16127 its fully visible state. In regular Chrome, MobileNTPShown is the
16128 equivalent.
16129 </description>
16130 </action>
16131
16132 <action name="Suggestions.SurfaceHalfVisible">
16133 <owner>finkm@chromium.org</owner>
16134 <owner>dgn@chromium.org</owner>
16135 <description>
16136 ChromeHome: The Suggestion surface is loaded or brought in the foreground in
16137 its half visible state. In regular Chrome, MobileNTPShown is the equivalent.
16138 </description>
16139 </action>
16140
16122 <action name="Suggestions.SurfaceHidden"> 16141 <action name="Suggestions.SurfaceHidden">
16123 <owner>finkm@chromium.org</owner> 16142 <owner>finkm@chromium.org</owner>
16124 <owner>dgn@chromium.org</owner> 16143 <owner>dgn@chromium.org</owner>
16125 <description>User closed the content suggestions UI.</description> 16144 <description>User closed the content suggestions UI.</description>
16126 </action> 16145 </action>
16127 16146
16128 <action name="Suggestions.SurfaceVisible"> 16147 <action name="Suggestions.SurfaceVisible">
16129 <owner>finkm@chromium.org</owner> 16148 <owner>finkm@chromium.org</owner>
16130 <owner>dgn@chromium.org</owner> 16149 <owner>dgn@chromium.org</owner>
16131 <description>User opened the content suggestions UI.</description> 16150 <description>User opened the content suggestions UI.</description>
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
17245 <action name="webapps.AddShortcut.Manifest"> 17264 <action name="webapps.AddShortcut.Manifest">
17246 <owner>mlamouri@chromium.org</owner> 17265 <owner>mlamouri@chromium.org</owner>
17247 <description> 17266 <description>
17248 Shortcut added to the homescreen with a valid Manifest. This action will be 17267 Shortcut added to the homescreen with a valid Manifest. This action will be
17249 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 17268 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
17250 to keep a trend of whether the webapp also add meta tags. 17269 to keep a trend of whether the webapp also add meta tags.
17251 </description> 17270 </description>
17252 </action> 17271 </action>
17253 17272
17254 </actions> 17273 </actions>
OLDNEW
« no previous file with comments | « chrome/android/java_sources.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698