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

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

Issue 883503003: Remove CHECKs from WebContentsImpl::OnDocumentLoadedInFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes based on Charlie's review. Created 5 years, 10 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | 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 1241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1252 <action name="BadMessageTerminate_SharedMemoryManager2"> 1252 <action name="BadMessageTerminate_SharedMemoryManager2">
1253 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1253 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1254 <description>Please enter the description of this user action.</description> 1254 <description>Please enter the description of this user action.</description>
1255 </action> 1255 </action>
1256 1256
1257 <action name="BadMessageTerminate_UnexpectedFrameType"> 1257 <action name="BadMessageTerminate_UnexpectedFrameType">
1258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1258 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1259 <description>Please enter the description of this user action.</description> 1259 <description>Please enter the description of this user action.</description>
1260 </action> 1260 </action>
1261 1261
1262 <action name="BadMessageTerminate_WC">
1263 <owner>nasko@chromium.org</owner>
1264 <description>
1265 Indicates that a renderer process was terminated due to receiving a
1266 malformed or unexpected IPC message. The process was terminated by the
1267 WebContentsImpl class.
1268 </description>
1269 </action>
1270
1262 <action name="BadMessageTerminate_WPH"> 1271 <action name="BadMessageTerminate_WPH">
1263 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1272 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1264 <description>Please enter the description of this user action.</description> 1273 <description>Please enter the description of this user action.</description>
1265 </action> 1274 </action>
1266 1275
1267 <action name="BindingsMismatchTerminate_RVH_WebUI"> 1276 <action name="BindingsMismatchTerminate_RVH_WebUI">
1268 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 1277 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
1269 <description>Please enter the description of this user action.</description> 1278 <description>Please enter the description of this user action.</description>
1270 </action> 1279 </action>
1271 1280
(...skipping 10610 matching lines...) Expand 10 before | Expand all | Expand 10 after
11882 <action name="webapps.AddShortcut.Manifest"> 11891 <action name="webapps.AddShortcut.Manifest">
11883 <owner>mlamouri@chromium.org</owner> 11892 <owner>mlamouri@chromium.org</owner>
11884 <description> 11893 <description>
11885 Shortcut added to the homescreen with a valid Manifest. This action will be 11894 Shortcut added to the homescreen with a valid Manifest. This action will be
11886 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11895 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11887 to keep a trend of whether the webapp also add meta tags. 11896 to keep a trend of whether the webapp also add meta tags.
11888 </description> 11897 </description>
11889 </action> 11898 </action>
11890 11899
11891 </actions> 11900 </actions>
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698