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

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

Issue 1320153002: Add new termination status for failed launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 3 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. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediatly after a user takes the 10 action taken by a user. It should be logged immediatly after a user takes the
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 <action name="BrowserForSystemProfile"> 1844 <action name="BrowserForSystemProfile">
1845 <owner>mlerman@chromium.org</owner> 1845 <owner>mlerman@chromium.org</owner>
1846 <description> 1846 <description>
1847 A browser opened with the System Profile. Tsk, tsk. Any non-zero amount 1847 A browser opened with the System Profile. Tsk, tsk. Any non-zero amount
1848 means something is using the system profile for a browser when it likely 1848 means something is using the system profile for a browser when it likely
1849 shouldn't be. 1849 shouldn't be.
1850 </description> 1850 </description>
1851 </action> 1851 </action>
1852 1852
1853 <action name="BrowserPlugin.Guest.AbnormalDeath"> 1853 <action name="BrowserPlugin.Guest.AbnormalDeath">
1854 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1854 <owner>wfh@chromium.org</owner>
1855 <description>Please enter the description of this user action.</description> 1855 <description>A renderer process died abnormally.</description>
1856 </action> 1856 </action>
1857 1857
1858 <action name="BrowserPlugin.Guest.Attached"> 1858 <action name="BrowserPlugin.Guest.Attached">
1859 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1859 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1860 <description>Please enter the description of this user action.</description> 1860 <description>Please enter the description of this user action.</description>
1861 </action> 1861 </action>
1862 1862
1863 <action name="BrowserPlugin.Guest.Crashed"> 1863 <action name="BrowserPlugin.Guest.Crashed">
1864 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1864 <owner>wfh@chromium.org</owner>
1865 <description>Please enter the description of this user action.</description> 1865 <description>A renderer process died because it crashed.</description>
1866 </action> 1866 </action>
1867 1867
1868 <action name="BrowserPlugin.Guest.Create"> 1868 <action name="BrowserPlugin.Guest.Create">
1869 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1869 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1870 <description>Please enter the description of this user action.</description> 1870 <description>Please enter the description of this user action.</description>
1871 </action> 1871 </action>
1872 1872
1873 <action name="BrowserPlugin.Guest.DidNavigate"> 1873 <action name="BrowserPlugin.Guest.DidNavigate">
1874 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1874 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1875 <description>Please enter the description of this user action.</description> 1875 <description>Please enter the description of this user action.</description>
1876 </action> 1876 </action>
1877 1877
1878 <action name="BrowserPlugin.Guest.EnableAutoResize"> 1878 <action name="BrowserPlugin.Guest.EnableAutoResize">
1879 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1879 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1880 <description>Please enter the description of this user action.</description> 1880 <description>Please enter the description of this user action.</description>
1881 </action> 1881 </action>
1882 1882
1883 <action name="BrowserPlugin.Guest.Hung"> 1883 <action name="BrowserPlugin.Guest.Hung">
1884 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1884 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1885 <description>Please enter the description of this user action.</description> 1885 <description>Please enter the description of this user action.</description>
1886 </action> 1886 </action>
1887 1887
1888 <action name="BrowserPlugin.Guest.Killed"> 1888 <action name="BrowserPlugin.Guest.Killed">
1889 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1889 <owner>wfh@chromium.org</owner>
1890 <description>Please enter the description of this user action.</description> 1890 <description>A renderer process died because it was killed.</description>
1891 </action>
1892
1893 <action name="BrowserPlugin.Guest.LaunchFailed">
Alexei Svitkine (slow) 2015/08/31 19:06:14 Not for this CL, but I wonder if we should just co
Will Harris 2015/09/01 01:15:38 Acknowledged.
1894 <owner>wfh@chromium.org</owner>
1895 <description>A render process failed to launch.</description>
1891 </action> 1896 </action>
1892 1897
1893 <action name="BrowserPlugin.Guest.Navigate"> 1898 <action name="BrowserPlugin.Guest.Navigate">
1894 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1895 <description>Please enter the description of this user action.</description> 1900 <description>Please enter the description of this user action.</description>
1896 </action> 1901 </action>
1897 1902
1898 <action name="BrowserPlugin.Guest.PermissionRequest"> 1903 <action name="BrowserPlugin.Guest.PermissionRequest">
1899 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1904 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1900 <description>Please enter the description of this user action.</description> 1905 <description>Please enter the description of this user action.</description>
(...skipping 10789 matching lines...) Expand 10 before | Expand all | Expand 10 after
12690 <action name="webapps.AddShortcut.Manifest"> 12695 <action name="webapps.AddShortcut.Manifest">
12691 <owner>mlamouri@chromium.org</owner> 12696 <owner>mlamouri@chromium.org</owner>
12692 <description> 12697 <description>
12693 Shortcut added to the homescreen with a valid Manifest. This action will be 12698 Shortcut added to the homescreen with a valid Manifest. This action will be
12694 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 12699 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
12695 to keep a trend of whether the webapp also add meta tags. 12700 to keep a trend of whether the webapp also add meta tags.
12696 </description> 12701 </description>
12697 </action> 12702 </action>
12698 12703
12699 </actions> 12704 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698