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

Side by Side Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2592573002: MD Downloads: add first meaningful paint metrics to UMA (Closed)
Patch Set: Created 3 years, 12 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 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- - 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- -
2 @license 2 @license
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --><!-- 9 --><!--
10 @license 10 @license
(...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2957 #icon { 2957 #icon {
2958 --paper-icon-button-ink-color: white; 2958 --paper-icon-button-ink-color: white;
2959 transition: margin 150ms, opacity 200ms; 2959 transition: margin 150ms, opacity 200ms;
2960 } 2960 }
2961 2961
2962 #prompt { 2962 #prompt {
2963 opacity: 0; 2963 opacity: 0;
2964 } 2964 }
2965 2965
2966 paper-spinner-lite { 2966 paper-spinner-lite {
2967 --paper-spinner-color: white; 2967 ;
2968 height: 20px; 2968 --paper-spinner-color: white;
2969 margin: 0 6px; 2969 margin: 0 6px;
2970 opacity: 0; 2970 opacity: 0;
2971 padding: 6px; 2971 padding: 6px;
2972 position: absolute; 2972 position: absolute;
2973 width: 20px;
2974 } 2973 }
2975 2974
2976 paper-spinner-lite[active] { 2975 paper-spinner-lite[active] {
2977 opacity: 1; 2976 opacity: 1;
2978 } 2977 }
2979 2978
2980 #prompt, paper-spinner-lite { 2979 #prompt, paper-spinner-lite {
2981 transition: opacity 200ms; 2980 transition: opacity 200ms;
2982 } 2981 }
2983 2982
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3405 <command id="undo-command" shortcut="Meta|z"></command> 3404 <command id="undo-command" shortcut="Meta|z"></command>
3406 <command id="find-command" shortcut="Meta|f"></command> 3405 <command id="find-command" shortcut="Meta|f"></command>
3407 </if> 3406 </if>
3408 <if expr="not is_macosx"> 3407 <if expr="not is_macosx">
3409 <command id="clear-all-command" shortcut="Alt|c"></command> 3408 <command id="clear-all-command" shortcut="Alt|c"></command>
3410 <command id="undo-command" shortcut="Ctrl|z"></command> 3409 <command id="undo-command" shortcut="Ctrl|z"></command>
3411 <command id="find-command" shortcut="Ctrl|f"></command> 3410 <command id="find-command" shortcut="Ctrl|f"></command>
3412 </if> 3411 </if>
3413 <link rel="import" href="chrome://resources/html/polymer.html"> 3412 <link rel="import" href="chrome://resources/html/polymer.html">
3414 <script src="crisper.js"></script></body></html> 3413 <script src="crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698