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

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 7494 matching lines...) Expand 10 before | Expand all | Expand 10 after
7505 <action name="MixedScript_LoadAnyway_Bubble"> 7505 <action name="MixedScript_LoadAnyway_Bubble">
7506 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7506 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7507 <description>Please enter the description of this user action.</description> 7507 <description>Please enter the description of this user action.</description>
7508 </action> 7508 </action>
7509 7509
7510 <action name="MobileActionBarShown"> 7510 <action name="MobileActionBarShown">
7511 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7511 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7512 <description>Please enter the description of this user action.</description> 7512 <description>Please enter the description of this user action.</description>
7513 </action> 7513 </action>
7514 7514
7515 <action name="MobileBackgroundRendererCrashedOnForegroundApp">
Alexei Svitkine (slow) 2015/06/17 16:57:22 What's the reason for making this an action rather
Jaekyun Seok (inactive) 2015/06/17 22:31:50 We are already using an action named "MobileRender
Alexei Svitkine (slow) 2015/06/18 15:34:33 Yeah, in my opinion it would be better to combine
7516 <owner>jaekyun@chromium.org</owner>
7517 <description>
7518 A renderer process is crashed in the background while an application is in
7519 the foreground.
7520 </description>
7521 </action>
7522
7515 <action name="MobileBeamCallbackSuccess"> 7523 <action name="MobileBeamCallbackSuccess">
7516 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7524 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7517 <description>Please enter the description of this user action.</description> 7525 <description>Please enter the description of this user action.</description>
7518 </action> 7526 </action>
7519 7527
7520 <action name="MobileBeamInvalidAppState"> 7528 <action name="MobileBeamInvalidAppState">
7521 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 7529 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
7522 <description>Please enter the description of this user action.</description> 7530 <description>Please enter the description of this user action.</description>
7523 </action> 7531 </action>
7524 7532
(...skipping 5015 matching lines...) Expand 10 before | Expand all | Expand 10 after
12540 <action name="webapps.AddShortcut.Manifest"> 12548 <action name="webapps.AddShortcut.Manifest">
12541 <owner>mlamouri@chromium.org</owner> 12549 <owner>mlamouri@chromium.org</owner>
12542 <description> 12550 <description>
12543 Shortcut added to the homescreen with a valid Manifest. This action will be 12551 Shortcut added to the homescreen with a valid Manifest. This action will be
12544 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12552 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12545 to keep a trend of whether the webapp also add meta tags. 12553 to keep a trend of whether the webapp also add meta tags.
12546 </description> 12554 </description>
12547 </action> 12555 </action>
12548 12556
12549 </actions> 12557 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698