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

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

Issue 380213003: Harden WebNavigation API against invalid navigation callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/api/web_navigation/web_navigation_api.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 2493 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 <action name="Extensions.ExtensionUninstalled"> 2504 <action name="Extensions.ExtensionUninstalled">
2505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2506 <description>Please enter the description of this user action.</description> 2506 <description>Please enter the description of this user action.</description>
2507 </action> 2507 </action>
2508 2508
2509 <action name="Extensions.IDChangedError"> 2509 <action name="Extensions.IDChangedError">
2510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2511 <description>Please enter the description of this user action.</description> 2511 <description>Please enter the description of this user action.</description>
2512 </action> 2512 </action>
2513 2513
2514 <action name="Extensions.WebNavigation.InvalidFrameID">
2515 <owner>jochen@chromium.org</owner>
2516 <description>
2517 An invalid frame ID was encountered, indication a bug in our core navigation
2518 logic.
2519 </description>
2520 </action>
Ilya Sherman 2014/07/11 01:16:00 Do you need timestamps for this metric? If not, I
2521
2514 <action name="Extensions.WebStoreLaunch"> 2522 <action name="Extensions.WebStoreLaunch">
2515 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2523 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2516 <description>Please enter the description of this user action.</description> 2524 <description>Please enter the description of this user action.</description>
2517 </action> 2525 </action>
2518 2526
2519 <action name="Feedback"> 2527 <action name="Feedback">
2520 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2528 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2521 <description>Please enter the description of this user action.</description> 2529 <description>Please enter the description of this user action.</description>
2522 </action> 2530 </action>
2523 2531
(...skipping 8823 matching lines...) Expand 10 before | Expand all | Expand 10 after
11347 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11355 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11348 <description>Please enter the description of this user action.</description> 11356 <description>Please enter the description of this user action.</description>
11349 </action> 11357 </action>
11350 11358
11351 <action name="webapps.AddShortcut.Bookmark"> 11359 <action name="webapps.AddShortcut.Bookmark">
11352 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11360 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11353 <description>Please enter the description of this user action.</description> 11361 <description>Please enter the description of this user action.</description>
11354 </action> 11362 </action>
11355 11363
11356 </actions> 11364 </actions>
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/web_navigation/web_navigation_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698