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

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

Issue 687273004: Measure the number of frame loads with Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: omit content:: Created 6 years, 1 month 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 9679 matching lines...) Expand 10 before | Expand all | Expand 10 after
9690 <action name="PageLoad"> 9690 <action name="PageLoad">
9691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9692 <description>Please enter the description of this user action.</description> 9692 <description>Please enter the description of this user action.</description>
9693 </action> 9693 </action>
9694 9694
9695 <action name="PageLoadSRP"> 9695 <action name="PageLoadSRP">
9696 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9696 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9697 <description>Please enter the description of this user action.</description> 9697 <description>Please enter the description of this user action.</description>
9698 </action> 9698 </action>
9699 9699
9700 <action name="PageLoadWithFlash">
9701 <owner>thestig@chromium.org</owner>
9702 <description>Measure a page load that also loads Flash.</description>
9703 </action>
9704
9700 <action name="PageUp"> 9705 <action name="PageUp">
9701 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9706 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9702 <description>Please enter the description of this user action.</description> 9707 <description>Please enter the description of this user action.</description>
9703 </action> 9708 </action>
9704 9709
9705 <action name="Panel_Minimize_Caption_Click"> 9710 <action name="Panel_Minimize_Caption_Click">
9706 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9711 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9707 <description>Please enter the description of this user action.</description> 9712 <description>Please enter the description of this user action.</description>
9708 </action> 9713 </action>
9709 9714
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after
11629 <action name="webapps.AddShortcut.Manifest"> 11634 <action name="webapps.AddShortcut.Manifest">
11630 <owner>mlamouri@chromium.org</owner> 11635 <owner>mlamouri@chromium.org</owner>
11631 <description> 11636 <description>
11632 Shortcut added to the homescreen with a valid Manifest. This action will be 11637 Shortcut added to the homescreen with a valid Manifest. This action will be
11633 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11638 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11634 to keep a trend of whether the webapp also add meta tags. 11639 to keep a trend of whether the webapp also add meta tags.
11635 </description> 11640 </description>
11636 </action> 11641 </action>
11637 11642
11638 </actions> 11643 </actions>
OLDNEW
« content/renderer/render_frame_impl.cc ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698