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

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

Issue 501553002: Record histograms for timing information in DomDistiller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 2454 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 <owner>yfriedman@chromium.org</owner> 2465 <owner>yfriedman@chromium.org</owner>
2466 <description>User opens a distilled page.</description> 2466 <description>User opens a distilled page.</description>
2467 </action> 2467 </action>
2468 2468
2469 <action name="DomDistiller_DistilledPagePrefsOpened"> 2469 <action name="DomDistiller_DistilledPagePrefsOpened">
2470 <owner>smaslo@chromium.org</owner> 2470 <owner>smaslo@chromium.org</owner>
2471 <owner>yfriedman@chromium.org</owner> 2471 <owner>yfriedman@chromium.org</owner>
2472 <description>User opens distilled page preferences.</description> 2472 <description>User opens distilled page preferences.</description>
2473 </action> 2473 </action>
2474 2474
2475 <action name="DomDistiller_PageDistillable">
2476 <owner>yfriedman@chromium.org</owner>
2477 <description>
2478 Records page loads for which using DomDistiller is possible.
jwd 2014/08/25 20:30:14 Can these be caused without user action, such as a
Yaron 2014/08/25 20:41:32 Currently, yes: https://chrome-internal-review.goo
jwd 2014/08/25 21:34:44 Each user action that is recorded also records "wh
2479 </description>
2480 </action>
2481
2482 <action name="DomDistiller_PageNotDistillable">
2483 <owner>yfriedman@chromium.org</owner>
2484 <description>
2485 Records page loads for which using DomDistiller is not possible.
2486 </description>
2487 </action>
2488
2475 <action name="Duplicate"> 2489 <action name="Duplicate">
2476 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2490 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2477 <description>Please enter the description of this user action.</description> 2491 <description>Please enter the description of this user action.</description>
2478 </action> 2492 </action>
2479 2493
2480 <action name="EasyUnlock_Enabled_Disable"> 2494 <action name="EasyUnlock_Enabled_Disable">
2481 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 2495 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
2482 <description>Please enter the description of the metric.</description> 2496 <description>Please enter the description of the metric.</description>
2483 </action> 2497 </action>
2484 2498
(...skipping 8999 matching lines...) Expand 10 before | Expand all | Expand 10 after
11484 apple-mobile-webapp-capable meta tag. 11498 apple-mobile-webapp-capable meta tag.
11485 </description> 11499 </description>
11486 </action> 11500 </action>
11487 11501
11488 <action name="webapps.AddShortcut.Bookmark"> 11502 <action name="webapps.AddShortcut.Bookmark">
11489 <owner>dfalcantara@chromium.org</owner> 11503 <owner>dfalcantara@chromium.org</owner>
11490 <description>Shortcut added to the homescreen for a bookmark.</description> 11504 <description>Shortcut added to the homescreen for a bookmark.</description>
11491 </action> 11505 </action>
11492 11506
11493 </actions> 11507 </actions>
OLDNEW
« no previous file with comments | « components/dom_distiller/core/distiller_page.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698