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 690483003: Log major user interactions with the WebsiteSettings (origin info) bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove old actions. Created 6 years, 1 month 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 11409 matching lines...) Expand 10 before | Expand all | Expand 10 after
11420 <action name="WebView.Terminate"> 11420 <action name="WebView.Terminate">
11421 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11421 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11422 <description>Please enter the description of this user action.</description> 11422 <description>Please enter the description of this user action.</description>
11423 </action> 11423 </action>
11424 11424
11425 <action name="WebView.WebRequest.AddListener"> 11425 <action name="WebView.WebRequest.AddListener">
11426 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11426 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11427 <description>Please enter the description of this user action.</description> 11427 <description>Please enter the description of this user action.</description>
11428 </action> 11428 </action>
11429 11429
11430 <action name="WebsiteSettings_CookiesDialogOpened">
11431 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11432 <description>Please enter the description of this user action.</description>
11433 </action>
11434
11435 <action name="WebsiteSettings_Opened">
11436 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11437 <description>Please enter the description of this user action.</description>
11438 </action>
Ilya Sherman 2014/10/29 23:55:42 Please mark these as <obsolete> rather than deleti
lgarron 2014/10/30 00:10:19 Uh, sure. (I was about to note that I've deleted
lgarron 2014/10/31 00:50:48 Acknowledged.
11439
11440 <action name="Win7ASHRestart"> 11430 <action name="Win7ASHRestart">
11441 <owner>cpu@chromium.org</owner> 11431 <owner>cpu@chromium.org</owner>
11442 <owner>ananta@chromium.org</owner> 11432 <owner>ananta@chromium.org</owner>
11443 <owner>shrikant@chromium.org</owner> 11433 <owner>shrikant@chromium.org</owner>
11444 <description>Tracks when Chrome was restarted on Win7 in Ash.</description> 11434 <description>Tracks when Chrome was restarted on Win7 in Ash.</description>
11445 </action> 11435 </action>
11446 11436
11447 <action name="Win7DesktopRestart"> 11437 <action name="Win7DesktopRestart">
11448 <owner>cpu@chromium.org</owner> 11438 <owner>cpu@chromium.org</owner>
11449 <owner>ananta@chromium.org</owner> 11439 <owner>ananta@chromium.org</owner>
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
11617 <action name="webapps.AddShortcut.Manifest"> 11607 <action name="webapps.AddShortcut.Manifest">
11618 <owner>mlamouri@chromium.org</owner> 11608 <owner>mlamouri@chromium.org</owner>
11619 <description> 11609 <description>
11620 Shortcut added to the homescreen with a valid Manifest. This action will be 11610 Shortcut added to the homescreen with a valid Manifest. This action will be
11621 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11611 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11622 to keep a trend of whether the webapp also add meta tags. 11612 to keep a trend of whether the webapp also add meta tags.
11623 </description> 11613 </description>
11624 </action> 11614 </action>
11625 11615
11626 </actions> 11616 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698