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

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

Issue 2398763002: Add font substitution metric for Linux (Closed)
Patch Set: Created 4 years, 2 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 immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 12469 matching lines...) Expand 10 before | Expand all | Expand 10 after
12480 <description>Please enter the description of this user action.</description> 12480 <description>Please enter the description of this user action.</description>
12481 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12481 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
12482 </action> 12482 </action>
12483 12483
12484 <action name="PDF.FitToWidthButton"> 12484 <action name="PDF.FitToWidthButton">
12485 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12485 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12486 <description>Please enter the description of this user action.</description> 12486 <description>Please enter the description of this user action.</description>
12487 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete> 12487 <obsolete>Removed with Out of Process PDF (issue 303491)</obsolete>
12488 </action> 12488 </action>
12489 12489
12490 <action name="PDF.FontSubstituted">
12491 <owner>npm@chromium.org</owner>
12492 <description>When a pdf requests for font substitute</description>
12493 </action>
12494
12490 <action name="PDF.LoadFailure"> 12495 <action name="PDF.LoadFailure">
12491 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12496 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12492 <description>Please enter the description of this user action.</description> 12497 <description>Please enter the description of this user action.</description>
12493 </action> 12498 </action>
12494 12499
12495 <action name="PDF.LoadSuccess"> 12500 <action name="PDF.LoadSuccess">
12496 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 12501 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
12497 <description>Please enter the description of this user action.</description> 12502 <description>Please enter the description of this user action.</description>
12498 </action> 12503 </action>
12499 12504
(...skipping 3347 matching lines...) Expand 10 before | Expand all | Expand 10 after
15847 <action name="webapps.AddShortcut.Manifest"> 15852 <action name="webapps.AddShortcut.Manifest">
15848 <owner>mlamouri@chromium.org</owner> 15853 <owner>mlamouri@chromium.org</owner>
15849 <description> 15854 <description>
15850 Shortcut added to the homescreen with a valid Manifest. This action will be 15855 Shortcut added to the homescreen with a valid Manifest. This action will be
15851 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15856 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15852 to keep a trend of whether the webapp also add meta tags. 15857 to keep a trend of whether the webapp also add meta tags.
15853 </description> 15858 </description>
15854 </action> 15859 </action>
15855 15860
15856 </actions> 15861 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698