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

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

Issue 2575623002: Componentizing SafeBrowsingBlockingPage Part 1 (Closed)
Patch Set: address comments from nparker@ Created 4 years 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
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.mm ('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 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 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 used to generate a comprehensive list of Chrome rappor metrics 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 9 along with a detailed description for each histogram. See the design doc at
10 http://www.chromium.org/developers/design-documents/rappor 10 http://www.chromium.org/developers/design-documents/rappor
(...skipping 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 Bitfield of the state from a safe-browsing UWS warning interstitial. 2152 Bitfield of the state from a safe-browsing UWS warning interstitial.
2153 </summary> 2153 </summary>
2154 </flags-field> 2154 </flags-field>
2155 </rappor-metric> 2155 </rappor-metric>
2156 2156
2157 <rappor-metric name="interstitial.harmful2" 2157 <rappor-metric name="interstitial.harmful2"
2158 type="LOW_FREQUENCY_SAFEBROWSING_RAPPOR_TYPE"> 2158 type="LOW_FREQUENCY_SAFEBROWSING_RAPPOR_TYPE">
2159 <owner>dominickn@chromium.org</owner> 2159 <owner>dominickn@chromium.org</owner>
2160 <owner>nparker@chromium.org</owner> 2160 <owner>nparker@chromium.org</owner>
2161 <summary> 2161 <summary>
2162 The domain+registry of a URL that triggered a safe-browsing UWS 2162 **DEPRECATED as of M57. The domain+registry of a URL that triggered a
2163 interstitial. 2163 safe-browsing UWS interstitial.
2164 </summary> 2164 </summary>
2165 <string-field name="domain"> 2165 <string-field name="domain">
2166 <summary> 2166 <summary>
2167 The domain+registry of a URL that triggered a safe-browsing UWS 2167 The domain+registry of a URL that triggered a safe-browsing UWS
2168 interstitial. 2168 interstitial.
2169 </summary> 2169 </summary>
2170 </string-field> 2170 </string-field>
2171 <flags-field name="flags"> 2171 <flags-field name="flags">
2172 <flag bit="0" label="DID_PROCEED"/> 2172 <flag bit="0" label="DID_PROCEED"/>
2173 <flag bit="1" label="IS_REPEAT_VISIT"/> 2173 <flag bit="1" label="IS_REPEAT_VISIT"/>
2174 <summary> 2174 <summary>
2175 Bitfield of the state from a safe-browsing UWS warning interstitial. 2175 Bitfield of the state from a safe-browsing UWS warning interstitial.
2176 </summary> 2176 </summary>
2177 </flags-field> 2177 </flags-field>
2178 </rappor-metric> 2178 </rappor-metric>
2179 2179
2180 <rappor-metric name="interstitial.malware" type="SAFEBROWSING_RAPPOR_TYPE"> 2180 <rappor-metric name="interstitial.malware" type="SAFEBROWSING_RAPPOR_TYPE">
2181 <owner>nparker@chromium.org</owner> 2181 <owner>nparker@chromium.org</owner>
2182 <summary> 2182 <summary>
2183 **DEPRECATED: replaced by interstitial.malware2 as of M52. The 2183 **DEPRECATED: replaced by interstitial.malware2 as of M52. The
2184 domain+registry of a URL that triggered a safe-browsing malware 2184 domain+registry of a URL that triggered a safe-browsing malware
2185 interstitial. 2185 interstitial.
2186 </summary> 2186 </summary>
2187 <string-field name="domain"> 2187 <string-field name="domain">
2188 <summary> 2188 <summary>
2189 The domain+registry of a URL that triggered a safe-browsing malware 2189 **DEPRECATED as of M57. The domain+registry of a URL that triggered a
2190 interstitial. 2190 safe-browsing malware interstitial.
2191 </summary> 2191 </summary>
2192 </string-field> 2192 </string-field>
2193 <flags-field name="flags"> 2193 <flags-field name="flags">
2194 <flag bit="0" label="DID_PROCEED"/> 2194 <flag bit="0" label="DID_PROCEED"/>
2195 <flag bit="1" label="IS_REPEAT_VISIT"/> 2195 <flag bit="1" label="IS_REPEAT_VISIT"/>
2196 <summary> 2196 <summary>
2197 Bitfield of the state from a safe-browsing malware warning interstitial. 2197 Bitfield of the state from a safe-browsing malware warning interstitial.
2198 </summary> 2198 </summary>
2199 </flags-field> 2199 </flags-field>
2200 </rappor-metric> 2200 </rappor-metric>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 Bitfield of the state from a safe-browsing phishing warning interstitial. 2242 Bitfield of the state from a safe-browsing phishing warning interstitial.
2243 </summary> 2243 </summary>
2244 </flags-field> 2244 </flags-field>
2245 </rappor-metric> 2245 </rappor-metric>
2246 2246
2247 <rappor-metric name="interstitial.phishing2" 2247 <rappor-metric name="interstitial.phishing2"
2248 type="LOW_FREQUENCY_SAFEBROWSING_RAPPOR_TYPE"> 2248 type="LOW_FREQUENCY_SAFEBROWSING_RAPPOR_TYPE">
2249 <owner>dominickn@chromium.org</owner> 2249 <owner>dominickn@chromium.org</owner>
2250 <owner>nparker@chromium.org</owner> 2250 <owner>nparker@chromium.org</owner>
2251 <summary> 2251 <summary>
2252 The domain+registry of a URL that triggered a safe-browsing phishing 2252 **DEPRECATED as of M57. The domain+registry of a URL that triggered a
2253 interstitial. 2253 safe-browsing phishing interstitial.
2254 </summary> 2254 </summary>
2255 <string-field name="domain"> 2255 <string-field name="domain">
2256 <summary> 2256 <summary>
2257 The domain+registry of a URL that triggered a safe-browsing phishing 2257 The domain+registry of a URL that triggered a safe-browsing phishing
2258 interstitial. 2258 interstitial.
2259 </summary> 2259 </summary>
2260 </string-field> 2260 </string-field>
2261 <flags-field name="flags"> 2261 <flags-field name="flags">
2262 <flag bit="0" label="DID_PROCEED"/> 2262 <flag bit="0" label="DID_PROCEED"/>
2263 <flag bit="1" label="IS_REPEAT_VISIT"/> 2263 <flag bit="1" label="IS_REPEAT_VISIT"/>
(...skipping 29 matching lines...) Expand all
2293 <summary> 2293 <summary>
2294 Bitfield of the state from an SSL warning interstitial. 2294 Bitfield of the state from an SSL warning interstitial.
2295 </summary> 2295 </summary>
2296 </flags-field> 2296 </flags-field>
2297 </rappor-metric> 2297 </rappor-metric>
2298 2298
2299 <rappor-metric name="interstitial.ssl3" type="LOW_FREQUENCY_UMA_RAPPOR_TYPE"> 2299 <rappor-metric name="interstitial.ssl3" type="LOW_FREQUENCY_UMA_RAPPOR_TYPE">
2300 <owner>dominickn@chromium.org</owner> 2300 <owner>dominickn@chromium.org</owner>
2301 <owner>nparker@chromium.org</owner> 2301 <owner>nparker@chromium.org</owner>
2302 <summary> 2302 <summary>
2303 The domain+registry of a URL that triggered an SSL interstitial. 2303 **DEPRECATED as of M57. The domain+registry of a URL that triggered an SSL
2304 interstitial.
2304 </summary> 2305 </summary>
2305 <string-field name="domain"> 2306 <string-field name="domain">
2306 <summary> 2307 <summary>
2307 The domain+registry of a URL that triggered an SSL interstitial. 2308 The domain+registry of a URL that triggered an SSL interstitial.
2308 </summary> 2309 </summary>
2309 </string-field> 2310 </string-field>
2310 <flags-field name="flags"> 2311 <flags-field name="flags">
2311 <flag bit="0" label="DID_PROCEED"/> 2312 <flag bit="0" label="DID_PROCEED"/>
2312 <flag bit="1" label="IS_REPEAT_VISIT"/> 2313 <flag bit="1" label="IS_REPEAT_VISIT"/>
2313 <summary> 2314 <summary>
2314 Bitfield of the state from an SSL warning interstitial. 2315 Bitfield of the state from an SSL warning interstitial.
2315 </summary> 2316 </summary>
2316 </flags-field> 2317 </flags-field>
2317 </rappor-metric> 2318 </rappor-metric>
2318 2319
2319 </rappor-metrics> 2320 </rappor-metrics>
2320 2321
2321 </rappor-configuration> 2322 </rappor-configuration>
OLDNEW
« no previous file with comments | « ios/chrome/browser/ssl/ios_ssl_blocking_page.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698