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

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

Issue 1146813010: Introduce moderate binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve Yaron's comments Created 5 years, 6 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 7444 matching lines...) Expand 10 before | Expand all | Expand 10 after
7455 <action name="MixedScript_LoadAnyway_Bubble"> 7455 <action name="MixedScript_LoadAnyway_Bubble">
7456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7457 <description>Please enter the description of this user action.</description> 7457 <description>Please enter the description of this user action.</description>
7458 </action> 7458 </action>
7459 7459
7460 <action name="MobileActionBarShown"> 7460 <action name="MobileActionBarShown">
7461 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7461 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7462 <description>Please enter the description of this user action.</description> 7462 <description>Please enter the description of this user action.</description>
7463 </action> 7463 </action>
7464 7464
7465 <action name="MobileBackgroundRendererCrashedOnForegroundApp">
7466 <owner>jaekyun@chromium.org</owner>
7467 <description>
7468 A renderer process is crashed in the background while an application is in
7469 the foreground.
7470 </description>
7471 </action>
7472
7465 <action name="MobileBeamCallbackSuccess"> 7473 <action name="MobileBeamCallbackSuccess">
7466 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7474 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7467 <description>Please enter the description of this user action.</description> 7475 <description>Please enter the description of this user action.</description>
7468 </action> 7476 </action>
7469 7477
7470 <action name="MobileBeamInvalidAppState"> 7478 <action name="MobileBeamInvalidAppState">
7471 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7479 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7472 <description>Please enter the description of this user action.</description> 7480 <description>Please enter the description of this user action.</description>
7473 </action> 7481 </action>
7474 7482
(...skipping 5010 matching lines...) Expand 10 before | Expand all | Expand 10 after
12485 <action name="webapps.AddShortcut.Manifest"> 12493 <action name="webapps.AddShortcut.Manifest">
12486 <owner>mlamouri@chromium.org</owner> 12494 <owner>mlamouri@chromium.org</owner>
12487 <description> 12495 <description>
12488 Shortcut added to the homescreen with a valid Manifest. This action will be 12496 Shortcut added to the homescreen with a valid Manifest. This action will be
12489 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12497 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12490 to keep a trend of whether the webapp also add meta tags. 12498 to keep a trend of whether the webapp also add meta tags.
12491 </description> 12499 </description>
12492 </action> 12500 </action>
12493 12501
12494 </actions> 12502 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698