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

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

Issue 273123002: Add preview user actions to xml file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 7364 matching lines...) Expand 10 before | Expand all | Expand 10 after
7375 <action name="MobilePageLoadedDesktopUserAgent"> 7375 <action name="MobilePageLoadedDesktopUserAgent">
7376 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7376 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7377 <description>Please enter the description of this user action.</description> 7377 <description>Please enter the description of this user action.</description>
7378 </action> 7378 </action>
7379 7379
7380 <action name="MobilePageLoadedWithKeyboard"> 7380 <action name="MobilePageLoadedWithKeyboard">
7381 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7381 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7382 <description>Please enter the description of this user action.</description> 7382 <description>Please enter the description of this user action.</description>
7383 </action> 7383 </action>
7384 7384
7385 <action name="MobilePreviewPageBack">
7386 <owner>ksimbili@chromium.org</owner>
7387 <description>
7388 When user navigates back, using either system back or toolbar back button,
7389 from the preview page.
7390 </description>
7391 </action>
7392
7393 <action name="MobilePreviewPageReload">
7394 <owner>ksimbili@chromium.org</owner>
7395 <description>
7396 User pressed reload button while the preview page is being shown.
7397 </description>
7398 </action>
7399
7400 <action name="MobilePreviewPageTabClose">
7401 <owner>ksimbili@chromium.org</owner>
7402 <description>User closes the tab while preview page is loaded.</description>
7403 </action>
7404
7385 <action name="MobileReceivedExternalIntent"> 7405 <action name="MobileReceivedExternalIntent">
7386 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7406 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7387 <description>Please enter the description of this user action.</description> 7407 <description>Please enter the description of this user action.</description>
7388 </action> 7408 </action>
7389 7409
7390 <action name="MobileRendererCrashed"> 7410 <action name="MobileRendererCrashed">
7391 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7411 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7392 <description>Please enter the description of this user action.</description> 7412 <description>Please enter the description of this user action.</description>
7393 </action> 7413 </action>
7394 7414
(...skipping 3583 matching lines...) Expand 10 before | Expand all | Expand 10 after
10978 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10998 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10979 <description>Please enter the description of this user action.</description> 10999 <description>Please enter the description of this user action.</description>
10980 </action> 11000 </action>
10981 11001
10982 <action name="webapps.AddShortcut.Bookmark"> 11002 <action name="webapps.AddShortcut.Bookmark">
10983 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11003 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10984 <description>Please enter the description of this user action.</description> 11004 <description>Please enter the description of this user action.</description>
10985 </action> 11005 </action>
10986 11006
10987 </actions> 11007 </actions>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698