1 <!-- 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 4 found in the LICENSE file. 5 --> 6 7 <!-- 8 This file is used to generate a comprehensive list of Chrome rappor metrics 9 along with a detailed description for each histogram. See the design doc at 10 http://www.chromium.org/developers/design-documents/rappor 11 for a description of rappor metrics. 12 13 TODO(holte): Add validation and pretty printing scripts. 14 --> 15 16 <rappor-configuration> 17 18 <!-- Rappor metric definitions --> 19 20 <rappor-metrics> 21 22 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> 23 <owner>rdevlin.cronin (a] chromium.org</owner> 24 <summary> 25 The eTLD+1 of a URL that might be doing ad injection. 26 </summary> 27 </rappor-metric> 28 29 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> 30 <owner>holte (a] chromium.org</owner> 31 <summary> 32 The domain and registry of the URL for the default search engine. 33 Recorded when a profile is opened or after a profile reset. 34 </summary> 35 </rappor-metric> 36 37 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> 38 <owner>holte (a] chromium.org</owner> 39 <summary> 40 The domain and registry of the URL of the first page opened on startup. 41 Recorded when a profile is loaded if preferences specify a fixed set of URLs 42 to open on startup. 43 </summary> 44 </rappor-metric> 45 46 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> 47 <owner>holte (a] chromium.org</owner> 48 <summary> 49 The eTLD+1 of the prefs::kHomePage setting. Recorded when a profile is 50 loaded if the URL is valid and prefs::kHomePageIsNewTabPage is false. 51 </summary> 52 </rappor-metric> 53 54 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> 55 <owner>holte (a] chromium.org</owner> 56 <summary> 57 The domain and registry of the URL chrome://newtab is rewritten to. 58 Recorded when a profile is loaded, if the URL is valid. 59 </summary> 60 </rappor-metric> 61 62 <rappor-metric name="Plugins.SilverlightOriginUrl" type="ETLD_PLUS_ONE"> 63 <owner>wfh (a] chromium.org</owner> 64 <summary> 65 The domain and registry of the top level URL of a page which attempts to 66 launch a Silverlight NPAPI plugin, if the client has Silverlight installed 67 and enabled. Recorded when the plugin frame appears for each Silverlight 68 object found on the page, even if the plugin is click-to-play. 69 </summary> 70 </rappor-metric> 71 72 <rappor-metric name="Plugins.FlashUrl" type="ETLD_PLUS_ONE"> 73 <owner>wfh (a] chromium.org</owner> 74 <summary> 75 The domain and registry of the URL from where Flash SWF or SPL content is 76 being loaded from, while attempting to launch a Flash (NPAPI or PPAPI) 77 plugin that is installed and enabled. Recorded when the plugin frame 78 appears for each Flash object found in the page, even if the plugin is 79 click-to-play. 80 </summary> 81 </rappor-metric> 82 83 <rappor-metric name="Plugins.FlashOriginUrl" type="ETLD_PLUS_ONE"> 84 <owner>wfh (a] chromium.org</owner> 85 <summary> 86 The domain and registry of the top level URL of a page which attempts to 87 launch a Flash NPAPI or PPAPI plugin, if the client has Flash installed 88 and enabled. Recorded when the plugin frame appears for each Flash object 89 found on the page, even if the plugin is click-to-play. 90 </summary> 91 </rappor-metric> 92 93 </rappor-metrics> 94 95 </rappor-configuration> 96