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

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

Issue 2779083003: Add additional metrics for main intent behaviors. (Closed)
Patch Set: Created 3 years, 8 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 10351 matching lines...) Expand 10 before | Expand all | Expand 10 after
10362 <action name="MobileStackViewCloseTab"> 10362 <action name="MobileStackViewCloseTab">
10363 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10363 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10364 <description>Please enter the description of this user action.</description> 10364 <description>Please enter the description of this user action.</description>
10365 </action> 10365 </action>
10366 10366
10367 <action name="MobileStackViewSwipeCloseTab"> 10367 <action name="MobileStackViewSwipeCloseTab">
10368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10368 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10369 <description>Please enter the description of this user action.</description> 10369 <description>Please enter the description of this user action.</description>
10370 </action> 10370 </action>
10371 10371
10372 <action name="MobileStartup.MainIntent.NTPCreatedDueToInactivity">
10373 <owner>tedchoc@chromium.org</owner>
10374 <description>
10375 An ACTION_MAIN intent was received by Chrome and a NTP was created due to
Ilya Sherman 2017/03/28 18:19:54 nit: s/a NTP/an NTP
Ted C 2017/03/28 20:32:22 Done.
10376 the time elapsed since Chrome was last visited.
10377 </description>
10378 </action>
10379
10372 <action name="MobileStartup.MainIntentReceived"> 10380 <action name="MobileStartup.MainIntentReceived">
10373 <owner>tedchoc@chromium.org</owner> 10381 <owner>tedchoc@chromium.org</owner>
10374 <description> 10382 <description>
10375 An ACTION_MAIN intent was received by Chrome. This is the best indicator we 10383 An ACTION_MAIN intent was received by Chrome. This is the best indicator we
10376 have to signal the user tapped on the Chrome icon from the launcher. 10384 have to signal the user tapped on the Chrome icon from the launcher.
10377 </description> 10385 </description>
10378 </action> 10386 </action>
10379 10387
10388 <action name="MobileStartup.MainIntentReceived.After12Hours">
10389 <owner>tedchoc@chromium.org</owner>
10390 <description>
10391 An ACTION_MAIN intent was received by Chrome after the user had not used
10392 Chrome for 12 hours.
10393 </description>
10394 </action>
10395
10396 <action name="MobileStartup.MainIntentReceived.After1Hour">
10397 <owner>tedchoc@chromium.org</owner>
10398 <description>
10399 An ACTION_MAIN intent was received by Chrome after the user had not used
10400 Chrome for 1 hour.
10401 </description>
10402 </action>
10403
10404 <action name="MobileStartup.MainIntentReceived.After24Hours">
10405 <owner>tedchoc@chromium.org</owner>
10406 <description>
10407 An ACTION_MAIN intent was received by Chrome after the user had not used
10408 Chrome for 24 hours.
10409 </description>
10410 </action>
10411
10412 <action name="MobileStartup.MainIntentReceived.After6Hours">
10413 <owner>tedchoc@chromium.org</owner>
10414 <description>
10415 An ACTION_MAIN intent was received by Chrome after the user had not used
10416 Chrome for 6 hours.
Ilya Sherman 2017/03/28 18:19:54 nit: but fewer than 12 hours (and please document
Ted C 2017/03/28 20:32:22 Done.
10417 </description>
10418 </action>
10419
10380 <action name="MobileTabClobbered"> 10420 <action name="MobileTabClobbered">
10381 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10421 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10382 <description>Please enter the description of this user action.</description> 10422 <description>Please enter the description of this user action.</description>
10383 </action> 10423 </action>
10384 10424
10385 <action name="MobileTabClosed"> 10425 <action name="MobileTabClosed">
10386 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10426 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10387 <description>Please enter the description of this user action.</description> 10427 <description>Please enter the description of this user action.</description>
10388 </action> 10428 </action>
10389 10429
(...skipping 6215 matching lines...) Expand 10 before | Expand all | Expand 10 after
16605 <action name="webapps.AddShortcut.Manifest"> 16645 <action name="webapps.AddShortcut.Manifest">
16606 <owner>mlamouri@chromium.org</owner> 16646 <owner>mlamouri@chromium.org</owner>
16607 <description> 16647 <description>
16608 Shortcut added to the homescreen with a valid Manifest. This action will be 16648 Shortcut added to the homescreen with a valid Manifest. This action will be
16609 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 16649 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
16610 to keep a trend of whether the webapp also add meta tags. 16650 to keep a trend of whether the webapp also add meta tags.
16611 </description> 16651 </description>
16612 </action> 16652 </action>
16613 16653
16614 </actions> 16654 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698