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

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

Issue 19575003: Touch event related histogram update (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove the new added histograms, make this CL just a move from internal repo to public repo Created 7 years, 5 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
« no previous file with comments | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 </summary> 189 </summary>
190 </histogram> 190 </histogram>
191 191
192 <histogram name="Apps.AppListSearchResultOpenType" enum="AppListSearchResult"> 192 <histogram name="Apps.AppListSearchResultOpenType" enum="AppListSearchResult">
193 <summary> 193 <summary>
194 The type of app list search result that was opened by the user. This is 194 The type of app list search result that was opened by the user. This is
195 gathered per click of a search result. 195 gathered per click of a search result.
196 </summary> 196 </summary>
197 </histogram> 197 </histogram>
198 198
199 <histogram name="Ash.ActiveTouchPoints">
200 <summary>
201 Number of active touch-points when a new touch-point is added.
202 </summary>
203 </histogram>
204
205 <histogram name="Ash.GestureCreated" enum="UIEventType">
206 <summary>
207 The gesture-events recognized and dispatched by the browser gesture
208 recognizer.
209 </summary>
210 </histogram>
211
199 <histogram name="Ash.GestureTarget" enum="GestureActionType"> 212 <histogram name="Ash.GestureTarget" enum="GestureActionType">
200 <summary> 213 <summary>
201 The gesture-events recognized and dispatched by the browser gesture 214 The gesture-events recognized and dispatched by the browser gesture
202 recognizer for various UI components. 215 recognizer for various UI components.
203 </summary> 216 </summary>
204 </histogram> 217 </histogram>
205 218
219 <histogram name="Ash.TouchDuration" units="milliseconds">
220 <summary>The duration of a touch-sequence.</summary>
221 </histogram>
222
223 <histogram name="Ash.TouchMoveInterval" units="milliseconds">
224 <summary>The interval between touch-move events.</summary>
225 </histogram>
226
227 <histogram name="Ash.TouchMoveSteps" units="pixels">
228 <summary>The distance between touch-move events.</summary>
229 </histogram>
230
231 <histogram name="Ash.TouchPositionX" units="pixels">
232 <summary>The position of the touch-events along the X axis.</summary>
233 </histogram>
234
235 <histogram name="Ash.TouchPositionY" units="pixels">
236 <summary>The position of the touch-events along the Y axis.</summary>
237 </histogram>
238
239 <histogram name="Ash.TouchRadius" units="pixels">
240 <summary>The radius of a touch event.</summary>
241 </histogram>
242
243 <histogram name="Ash.TouchStartAfterEnd" units="milliseconds">
244 <summary>
245 The interval between the end of a touch-sequence and the start of the next
246 touch-sequence.
247 </summary>
248 </histogram>
249
250 <histogram name="Ash.TouchStartBurst">
251 <summary>
252 The number of rapid touch-starts that happened within a short interval.
253 Logged once for each such burst group.
254 </summary>
255 </histogram>
256
206 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess"> 257 <histogram name="AsyncDNS.ConfigChange" enum="BooleanSuccess">
207 <summary> 258 <summary>
208 Whether DnsConfigService::OnConfigChange actually corresponded to a change 259 Whether DnsConfigService::OnConfigChange actually corresponded to a change
209 in DnsConfig. 260 in DnsConfig.
210 </summary> 261 </summary>
211 </histogram> 262 </histogram>
212 263
213 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds"> 264 <histogram name="AsyncDNS.ConfigNotifyInterval" units="milliseconds">
214 <summary> 265 <summary>
215 Duration of time between calls to DnsConfigService::InvalidateConfig. 266 Duration of time between calls to DnsConfigService::InvalidateConfig.
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 </summary> 2392 </summary>
2342 </histogram> 2393 </histogram>
2343 2394
2344 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus"> 2395 <histogram name="Enterprise.PolicyLoadStatus" enum="EnterprisePolicyLoadStatus">
2345 <summary> 2396 <summary>
2346 Load status from the policy loaders which pull policy settings from the 2397 Load status from the policy loaders which pull policy settings from the
2347 underlying platform, such as Windows Group Policy. 2398 underlying platform, such as Windows Group Policy.
2348 </summary> 2399 </summary>
2349 </histogram> 2400 </histogram>
2350 2401
2402 <histogram name="Event.CoalescedCount.Mouse">
2403 <summary>Number of Mouse events coalesced.</summary>
2404 </histogram>
2405
2406 <histogram name="Event.CoalescedCount.Touch">
2407 <summary>Number of Touch events coalesced.</summary>
2408 </histogram>
2409
2410 <histogram name="Event.CoalescedLatency.Mouse" units="milliseconds">
2411 <summary>
2412 Time between the first and last events in a coalesced mouse events group.
2413 </summary>
2414 </histogram>
2415
2416 <histogram name="Event.CoalescedLatency.Touch" units="milliseconds">
2417 <summary>
2418 Time between the first and last events in a coalesced touch events group.
2419 </summary>
2420 </histogram>
2421
2422 <histogram name="Event.Latency.Browser" units="microseconds">
2423 <summary>
2424 Time between initiation of all input events and browser processing.
2425 </summary>
2426 </histogram>
2427
2428 <histogram name="Event.Latency.Browser.ET_DROP_TARGET_EVENT"
2429 units="microseconds">
2430 <summary>
2431 Time between initiation of input event and browser processing.
2432 </summary>
2433 </histogram>
2434
2435 <histogram name="Event.Latency.Browser.ET_GESTURE_BEGIN" units="microseconds">
2436 <summary>
2437 Time between initiation of input event and browser processing.
2438 </summary>
2439 </histogram>
2440
2441 <histogram name="Event.Latency.Browser.ET_GESTURE_DOUBLE_TAP"
2442 units="microseconds">
2443 <summary>
2444 Time between initiation of input event and browser processing.
2445 </summary>
2446 </histogram>
2447
2448 <histogram name="Event.Latency.Browser.ET_GESTURE_END" units="microseconds">
2449 <summary>
2450 Time between initiation of input event and browser processing.
2451 </summary>
2452 </histogram>
2453
2454 <histogram name="Event.Latency.Browser.ET_GESTURE_LONG_PRESS"
2455 units="microseconds">
2456 <summary>
2457 Time between initiation of input event and browser processing.
2458 </summary>
2459 </histogram>
2460
2461 <histogram name="Event.Latency.Browser.ET_GESTURE_LONG_TAP"
2462 units="microseconds">
2463 <summary>
2464 Time between initiation of input event and browser processing.
2465 </summary>
2466 </histogram>
2467
2468 <histogram name="Event.Latency.Browser.ET_GESTURE_MULTIFINGER_SWIPE"
2469 units="microseconds">
2470 <summary>
2471 Time between initiation of input event and browser processing.
2472 </summary>
2473 </histogram>
2474
2475 <histogram name="Event.Latency.Browser.ET_GESTURE_PINCH_BEGIN"
2476 units="microseconds">
2477 <summary>
2478 Time between initiation of input event and browser processing.
2479 </summary>
2480 </histogram>
2481
2482 <histogram name="Event.Latency.Browser.ET_GESTURE_PINCH_END"
2483 units="microseconds">
2484 <summary>
2485 Time between initiation of input event and browser processing.
2486 </summary>
2487 </histogram>
2488
2489 <histogram name="Event.Latency.Browser.ET_GESTURE_PINCH_UPDATE"
2490 units="microseconds">
2491 <summary>
2492 Time between initiation of input event and browser processing.
2493 </summary>
2494 </histogram>
2495
2496 <histogram name="Event.Latency.Browser.ET_GESTURE_SCROLL_BEGIN"
2497 units="microseconds">
2498 <summary>
2499 Time between initiation of input event and browser processing.
2500 </summary>
2501 </histogram>
2502
2503 <histogram name="Event.Latency.Browser.ET_GESTURE_SCROLL_END"
2504 units="microseconds">
2505 <summary>
2506 Time between initiation of input event and browser processing.
2507 </summary>
2508 </histogram>
2509
2510 <histogram name="Event.Latency.Browser.ET_GESTURE_SCROLL_UPDATE"
2511 units="microseconds">
2512 <summary>
2513 Time between initiation of input event and browser processing.
2514 </summary>
2515 </histogram>
2516
2517 <histogram name="Event.Latency.Browser.ET_GESTURE_TAP" units="microseconds">
2518 <summary>
2519 Time between initiation of input event and browser processing.
2520 </summary>
2521 </histogram>
2522
2523 <histogram name="Event.Latency.Browser.ET_GESTURE_TAP_CANCEL"
2524 units="microseconds">
2525 <summary>
2526 Time between initiation of input event and browser processing.
2527 </summary>
2528 </histogram>
2529
2530 <histogram name="Event.Latency.Browser.ET_GESTURE_TAP_DOWN"
2531 units="microseconds">
2532 <summary>
2533 Time between initiation of input event and browser processing.
2534 </summary>
2535 </histogram>
2536
2537 <histogram name="Event.Latency.Browser.ET_GESTURE_TWO_FINGER_TAP"
2538 units="microseconds">
2539 <summary>
2540 Time between initiation of input event and browser processing.
2541 </summary>
2542 </histogram>
2543
2544 <histogram name="Event.Latency.Browser.ET_KEY_PRESSED" units="microseconds">
2545 <summary>
2546 Time between initiation of input event and browser processing.
2547 </summary>
2548 </histogram>
2549
2550 <histogram name="Event.Latency.Browser.ET_KEY_RELEASED" units="microseconds">
2551 <summary>
2552 Time between initiation of input event and browser processing.
2553 </summary>
2554 </histogram>
2555
2556 <histogram name="Event.Latency.Browser.ET_MOUSE_CAPTURE_CHANGED"
2557 units="microseconds">
2558 <summary>
2559 Time between initiation of input event and browser processing.
2560 </summary>
2561 </histogram>
2562
2563 <histogram name="Event.Latency.Browser.ET_MOUSE_DRAGGED" units="microseconds">
2564 <summary>
2565 Time between initiation of input event and browser processing.
2566 </summary>
2567 </histogram>
2568
2569 <histogram name="Event.Latency.Browser.ET_MOUSE_ENTERED" units="microseconds">
2570 <summary>
2571 Time between initiation of input event and browser processing.
2572 </summary>
2573 </histogram>
2574
2575 <histogram name="Event.Latency.Browser.ET_MOUSE_EXITED" units="microseconds">
2576 <summary>
2577 Time between initiation of input event and browser processing.
2578 </summary>
2579 </histogram>
2580
2581 <histogram name="Event.Latency.Browser.ET_MOUSE_MOVED" units="microseconds">
2582 <summary>
2583 Time between initiation of input event and browser processing.
2584 </summary>
2585 </histogram>
2586
2587 <histogram name="Event.Latency.Browser.ET_MOUSE_RELEASED" units="microseconds">
2588 <summary>
2589 Time between initiation of input event and browser processing.
2590 </summary>
2591 </histogram>
2592
2593 <histogram name="Event.Latency.Browser.ET_MOUSEWHEEL" units="microseconds">
2594 <summary>
2595 Time between initiation of input event and browser processing.
2596 </summary>
2597 </histogram>
2598
2599 <histogram name="Event.Latency.Browser.ET_SCROLL" units="microseconds">
2600 <summary>
2601 Time between initiation of input event and browser processing.
2602 </summary>
2603 </histogram>
2604
2605 <histogram name="Event.Latency.Browser.ET_SCROLL_FLING_CANCEL"
2606 units="microseconds">
2607 <summary>
2608 Time between initiation of input event and browser processing.
2609 </summary>
2610 </histogram>
2611
2612 <histogram name="Event.Latency.Browser.ET_SCROLL_FLING_START"
2613 units="microseconds">
2614 <summary>
2615 Time between initiation of input event and browser processing.
2616 </summary>
2617 </histogram>
2618
2619 <histogram name="Event.Latency.Browser.ET_TOUCH_CANCELLED" units="microseconds">
2620 <summary>
2621 Time between initiation of input event and browser processing.
2622 </summary>
2623 </histogram>
2624
2625 <histogram name="Event.Latency.Browser.ET_TOUCH_MOVED" units="microseconds">
2626 <summary>
2627 Time between initiation of input event and browser processing.
2628 </summary>
2629 </histogram>
2630
2631 <histogram name="Event.Latency.Browser.ET_TOUCH_PRESSED" units="microseconds">
2632 <summary>
2633 Time between initiation of input event and browser processing.
2634 </summary>
2635 </histogram>
2636
2637 <histogram name="Event.Latency.Browser.ET_TOUCH_RELEASED" units="microseconds">
2638 <summary>
2639 Time between initiation of input event and browser processing.
2640 </summary>
2641 </histogram>
2642
2643 <histogram name="Event.Latency.Browser.ET_TOUCH_STATIONARY"
2644 units="microseconds">
2645 <summary>
2646 Time between initiation of input event and browser processing.
2647 </summary>
2648 </histogram>
2649
2650 <histogram name="Event.Latency.Browser.ET_TRANSLATED_KEY_PRESS"
2651 units="microseconds">
2652 <summary>
2653 Time between initiation of input event and browser processing.
2654 </summary>
2655 </histogram>
2656
2657 <histogram name="Event.Latency.Browser.ET_TRANSLATED_KEY_RELEASE"
2658 units="microseconds">
2659 <summary>
2660 Time between initiation of input event and browser processing.
2661 </summary>
2662 </histogram>
2663
2664 <histogram name="Event.Latency.Browser.ET_UNKNOWN" units="microseconds">
2665 <summary>
2666 Time between initiation of input event and browser processing.
2667 </summary>
2668 </histogram>
2669
2670 <histogram name="Event.Latency.Renderer" units="microseconds">
2671 <summary>
2672 Time between initiation of all input events and renderer processing.
2673 </summary>
2674 </histogram>
2675
2676 <histogram name="Event.Latency.Renderer.Char" units="microseconds">
2677 <summary>
2678 Time between initiation of input event and browser processing.
2679 </summary>
2680 </histogram>
2681
2682 <histogram name="Event.Latency.Renderer.ContextMenu" units="microseconds">
2683 <summary>
2684 Time between initiation of input event and browser processing.
2685 </summary>
2686 </histogram>
2687
2688 <histogram name="Event.Latency.Renderer.GestureDoubleTap" units="microseconds">
2689 <summary>
2690 Time between initiation of input event and browser processing.
2691 </summary>
2692 </histogram>
2693
2694 <histogram name="Event.Latency.Renderer.GestureFlingCancel"
2695 units="microseconds">
2696 <summary>
2697 Time between initiation of input event and browser processing.
2698 </summary>
2699 </histogram>
2700
2701 <histogram name="Event.Latency.Renderer.GestureFlingStart" units="microseconds">
2702 <summary>
2703 Time between initiation of input event and browser processing.
2704 </summary>
2705 </histogram>
2706
2707 <histogram name="Event.Latency.Renderer.GestureLongPress" units="microseconds">
2708 <summary>
2709 Time between initiation of input event and browser processing.
2710 </summary>
2711 </histogram>
2712
2713 <histogram name="Event.Latency.Renderer.GestureLongTap" units="microseconds">
2714 <summary>
2715 Time between initiation of input event and browser processing.
2716 </summary>
2717 </histogram>
2718
2719 <histogram name="Event.Latency.Renderer.GesturePinchBegin" units="microseconds">
2720 <summary>
2721 Time between initiation of input event and browser processing.
2722 </summary>
2723 </histogram>
2724
2725 <histogram name="Event.Latency.Renderer.GesturePinchEnd" units="microseconds">
2726 <summary>
2727 Time between initiation of input event and browser processing.
2728 </summary>
2729 </histogram>
2730
2731 <histogram name="Event.Latency.Renderer.GesturePinchUpdate"
2732 units="microseconds">
2733 <summary>
2734 Time between initiation of input event and browser processing.
2735 </summary>
2736 </histogram>
2737
2738 <histogram name="Event.Latency.Renderer.GestureScrollBegin"
2739 units="microseconds">
2740 <summary>
2741 Time between initiation of input event and browser processing.
2742 </summary>
2743 </histogram>
2744
2745 <histogram name="Event.Latency.Renderer.GestureScrollEnd" units="microseconds">
2746 <summary>
2747 Time between initiation of input event and browser processing.
2748 </summary>
2749 </histogram>
2750
2751 <histogram name="Event.Latency.Renderer.GestureScrollUpdate"
2752 units="microseconds">
2753 <summary>
2754 Time between initiation of input event and browser processing.
2755 </summary>
2756 </histogram>
2757
2758 <histogram name="Event.Latency.Renderer.GestureTap" units="microseconds">
2759 <summary>
2760 Time between initiation of input event and browser processing.
2761 </summary>
2762 </histogram>
2763
2764 <histogram name="Event.Latency.Renderer.GestureTapCancel" units="microseconds">
2765 <summary>
2766 Time between initiation of input event and browser processing.
2767 </summary>
2768 </histogram>
2769
2770 <histogram name="Event.Latency.Renderer.GestureTapDown" units="microseconds">
2771 <summary>
2772 Time between initiation of input event and browser processing.
2773 </summary>
2774 </histogram>
2775
2776 <histogram name="Event.Latency.Renderer.GestureTwoFingerTap"
2777 units="microseconds">
2778 <summary>
2779 Time between initiation of input event and browser processing.
2780 </summary>
2781 </histogram>
2782
2783 <histogram name="Event.Latency.Renderer.KeyDown" units="microseconds">
2784 <summary>
2785 Time between initiation of input event and browser processing.
2786 </summary>
2787 </histogram>
2788
2789 <histogram name="Event.Latency.Renderer.KeyUp" units="microseconds">
2790 <summary>
2791 Time between initiation of input event and browser processing.
2792 </summary>
2793 </histogram>
2794
2795 <histogram name="Event.Latency.Renderer.MouseDown" units="microseconds">
2796 <summary>
2797 Time between initiation of input event and browser processing.
2798 </summary>
2799 </histogram>
2800
2801 <histogram name="Event.Latency.Renderer.MouseEnter" units="microseconds">
2802 <summary>
2803 Time between initiation of input event and browser processing.
2804 </summary>
2805 </histogram>
2806
2807 <histogram name="Event.Latency.Renderer.MouseLeave" units="microseconds">
2808 <summary>
2809 Time between initiation of input event and browser processing.
2810 </summary>
2811 </histogram>
2812
2813 <histogram name="Event.Latency.Renderer.MouseMove" units="microseconds">
2814 <summary>
2815 Time between initiation of input event and browser processing.
2816 </summary>
2817 </histogram>
2818
2819 <histogram name="Event.Latency.Renderer.MouseUp" units="microseconds">
2820 <summary>
2821 Time between initiation of input event and browser processing.
2822 </summary>
2823 </histogram>
2824
2825 <histogram name="Event.Latency.Renderer.MouseWheel" units="microseconds">
2826 <summary>
2827 Time between initiation of input event and browser processing.
2828 </summary>
2829 </histogram>
2830
2831 <histogram name="Event.Latency.Renderer.RawKeyDown" units="microseconds">
2832 <summary>
2833 Time between initiation of input event and browser processing.
2834 </summary>
2835 </histogram>
2836
2837 <histogram name="Event.Latency.Renderer.TouchCancel" units="microseconds">
2838 <summary>
2839 Time between initiation of input event and browser processing.
2840 </summary>
2841 </histogram>
2842
2843 <histogram name="Event.Latency.Renderer.TouchEnd" units="microseconds">
2844 <summary>
2845 Time between initiation of input event and browser processing.
2846 </summary>
2847 </histogram>
2848
2849 <histogram name="Event.Latency.Renderer.TouchMove" units="microseconds">
2850 <summary>
2851 Time between initiation of input event and browser processing.
2852 </summary>
2853 </histogram>
2854
2855 <histogram name="Event.Latency.Renderer.TouchStart" units="microseconds">
2856 <summary>
2857 Time between initiation of input event and browser processing.
2858 </summary>
2859 </histogram>
2860
2861 <histogram name="Event.Latency.Renderer.Undefined" units="microseconds">
2862 <summary>
2863 Time between initiation of input event and browser processing.
2864 </summary>
2865 </histogram>
2866
2351 <histogram name="ExtensionBlacklist.BlacklistInstalled" 2867 <histogram name="ExtensionBlacklist.BlacklistInstalled"
2352 enum="ExtensionLocation"> 2868 enum="ExtensionLocation">
2353 <summary> 2869 <summary>
2354 The number of extensions that were blacklisted when already installed, 2870 The number of extensions that were blacklisted when already installed,
2355 grouped by Extension::Location. Logged when ExtensionService blackists and 2871 grouped by Extension::Location. Logged when ExtensionService blackists and
2356 unloads an installed extension. 2872 unloads an installed extension.
2357 </summary> 2873 </summary>
2358 </histogram> 2874 </histogram>
2359 2875
2360 <histogram name="ExtensionBlacklist.BlockCRX" enum="ExtensionLocation"> 2876 <histogram name="ExtensionBlacklist.BlockCRX" enum="ExtensionLocation">
(...skipping 17843 matching lines...) Expand 10 before | Expand all | Expand 10 after
20204 <int value="5" label="CLD can be trusted"/> 20720 <int value="5" label="CLD can be trusted"/>
20205 <int value="6" label="CLD can complement a sub code"/> 20721 <int value="6" label="CLD can complement a sub code"/>
20206 </enum> 20722 </enum>
20207 20723
20208 <enum name="TranslateScheme" type="int"> 20724 <enum name="TranslateScheme" type="int">
20209 <int value="0" label="http"/> 20725 <int value="0" label="http"/>
20210 <int value="1" label="https"/> 20726 <int value="1" label="https"/>
20211 <int value="2" label="unexpected other schemes"/> 20727 <int value="2" label="unexpected other schemes"/>
20212 </enum> 20728 </enum>
20213 20729
20730 <enum name="UIEventType" type="int">
20731 <int value="0" label="Unknown"/>
20732 <int value="1" label="Touch released"/>
20733 <int value="2" label="Touch pressed"/>
20734 <int value="3" label="Touch moved"/>
20735 <int value="4" label="Touch stationary"/>
20736 <int value="5" label="Touch cancelled"/>
20737 <int value="6" label="Gesture scroll begin"/>
20738 <int value="7" label="Gesture scroll end"/>
20739 <int value="8" label="Gesture scroll update"/>
20740 <int value="9" label="Gesture tap"/>
20741 <int value="10" label="Gesture tap down"/>
20742 <int value="11" label="Gesture finger down"/>
20743 <int value="12" label="Gesture finger up"/>
20744 <int value="13" label="Gesture double tap"/>
20745 <int value="14" label="Gesture two-finger tap"/>
20746 <int value="15" label="Gesture pinch begin"/>
20747 <int value="16" label="Gesture pinch end"/>
20748 <int value="17" label="Gesture pinch update (2 fingers)"/>
20749 <int value="18" label="Long press"/>
20750 <int value="19" label="Multi-finger swipe (2 fingers)"/>
20751 <int value="20" label="Scroll"/>
20752 <int value="21" label="Scroll fling start"/>
20753 <int value="22" label="Scroll fling cancel"/>
20754 <int value="23" label="Multi-finger swipe (3 fingers)"/>
20755 <int value="24" label="Multi-finger swipe (4+ fingers)"/>
20756 <int value="25" label="Gesture scroll update (2 fingers)"/>
20757 <int value="26" label="Gesture scroll update (3 fingers)"/>
20758 <int value="27" label="Gesture scroll update (4+ fingers)"/>
20759 <int value="28" label="Gesture pinch update (3 fingers)"/>
20760 <int value="29" label="Gesture pinch update (4+ fingers)"/>
20761 </enum>
20762
20214 <enum name="UmaUploadResponseStatus" type="int"> 20763 <enum name="UmaUploadResponseStatus" type="int">
20215 <int value="0" label="Unknown failure"/> 20764 <int value="0" label="Unknown failure"/>
20216 <int value="1" label="Success"/> 20765 <int value="1" label="Success"/>
20217 <int value="2" label="Bad request"/> 20766 <int value="2" label="Bad request"/>
20218 <int value="3" label="No response"/> 20767 <int value="3" label="No response"/>
20219 </enum> 20768 </enum>
20220 20769
20221 <enum name="UncacheableReason" type="int"> 20770 <enum name="UncacheableReason" type="int">
20222 <int value="0" label="kNoData"/> 20771 <int value="0" label="kNoData"/>
20223 <int value="1" label="kPre11PartialResponse"/> 20772 <int value="1" label="kPre11PartialResponse"/>
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
22507 <group name="Disabled" label="Neither extra webstore link is visible"/> 23056 <group name="Disabled" label="Neither extra webstore link is visible"/>
22508 <group name="FooterLink" label="Link in bottom right of footer"/> 23057 <group name="FooterLink" label="Link in bottom right of footer"/>
22509 <group name="PlusIcon" label="Plus icon in apps page"/> 23058 <group name="PlusIcon" label="Plus icon in apps page"/>
22510 <affected-histogram name="Extensions.AppLaunch"/> 23059 <affected-histogram name="Extensions.AppLaunch"/>
22511 <affected-histogram name="NewTabPage.DefaultPageType"/> 23060 <affected-histogram name="NewTabPage.DefaultPageType"/>
22512 </fieldtrial> 23061 </fieldtrial>
22513 23062
22514 </fieldtrials> 23063 </fieldtrials>
22515 23064
22516 </histogram-configuration> 23065 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698