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

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

Issue 2641123007: Fix offline_gaia.js and re-run polymer reproduce.sh (Closed)
Patch Set: Created 3 years, 11 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 846
847 #progressContainer, .indeterminate::after { 847 #progressContainer, .indeterminate::after {
848 height: var(--paper-progress-height, 4px); 848 height: var(--paper-progress-height, 4px);
849 } 849 }
850 850
851 #primaryProgress, #secondaryProgress, .indeterminate::after { 851 #primaryProgress, #secondaryProgress, .indeterminate::after {
852 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left); 852 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left);
853 } 853 }
854 854
855 #progressContainer, .indeterminate::after { 855 #progressContainer, .indeterminate::after {
856 background: var(--paper-progress-container-color,var(--google-grey-300));; 856 background: var(--paper-progress-container-color,var(--google-grey-300));
dpapad 2017/01/20 22:48:32 Can you verify that ran reproduce.sh after @dbeam'
stevenjb 2017/01/20 23:05:45 I ran this @ #445084 < 445156, I will rebase it.
857 } 857 }
858 858
859 :host(.transiting) #primaryProgress, :host(.transiting) #secondaryProgress { 859 :host(.transiting) #primaryProgress, :host(.transiting) #secondaryProgress {
860 -webkit-transition-property: -webkit-transform; 860 -webkit-transition-property: -webkit-transform;
861 transition-property: transform; 861 transition-property: transform;
862 862
863 863
864 -webkit-transition-duration: var(--paper-progress-transition-duration, 0 .08s); 864 -webkit-transition-duration: var(--paper-progress-transition-duration, 0 .08s);
865 transition-duration: var(--paper-progress-transition-duration, 0.08s); 865 transition-duration: var(--paper-progress-transition-duration, 0.08s);
866 866
867 867
868 -webkit-transition-timing-function: var(--paper-progress-transition-timi ng-function, ease); 868 -webkit-transition-timing-function: var(--paper-progress-transition-timi ng-function, ease);
869 transition-timing-function: var(--paper-progress-transition-timing-funct ion, ease); 869 transition-timing-function: var(--paper-progress-transition-timing-funct ion, ease);
870 870
871 871
872 -webkit-transition-delay: var(--paper-progress-transition-delay, 0s); 872 -webkit-transition-delay: var(--paper-progress-transition-delay, 0s);
873 transition-delay: var(--paper-progress-transition-delay, 0s); 873 transition-delay: var(--paper-progress-transition-delay, 0s);
874 } 874 }
875 875
876 #primaryProgress, #secondaryProgress { 876 #primaryProgress, #secondaryProgress {
877 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left); 877 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left);
878 -webkit-transform-origin: left center; 878 -webkit-transform-origin: left center;
879 transform-origin: left center; 879 transform-origin: left center;
880 -webkit-transform: scaleX(0); 880 -webkit-transform: scaleX(0);
881 transform: scaleX(0); 881 transform: scaleX(0);
882 will-change: transform; 882 will-change: transform;
883 } 883 }
884 884
885 #primaryProgress { 885 #primaryProgress {
886 background: var(--paper-progress-active-color,var(--google-green-500));; 886 background: var(--paper-progress-active-color,var(--google-green-500));
887 } 887 }
888 888
889 #secondaryProgress { 889 #secondaryProgress {
890 background: var(--paper-progress-secondary-color,var(--google-green-100));; 890 background: var(--paper-progress-secondary-color,var(--google-green-100));
891 } 891 }
892 892
893 :host([disabled]) #primaryProgress { 893 :host([disabled]) #primaryProgress {
894 background: var(--paper-progress-disabled-active-color,var(--google-grey-500)) ;; 894 background: var(--paper-progress-disabled-active-color,var(--google-grey-500)) ;
895 } 895 }
896 896
897 :host([disabled]) #secondaryProgress { 897 :host([disabled]) #secondaryProgress {
898 background: var(--paper-progress-disabled-secondary-color,var(--google-grey-30 0));; 898 background: var(--paper-progress-disabled-secondary-color,var(--google-grey-30 0));
899 } 899 }
900 900
901 :host(:not([disabled])) #primaryProgress.indeterminate { 901 :host(:not([disabled])) #primaryProgress.indeterminate {
902 -webkit-transform-origin: right center; 902 -webkit-transform-origin: right center;
903 transform-origin: right center; 903 transform-origin: right center;
904 -webkit-animation: indeterminate-bar var(--paper-progress-indeterminate- cycle-duration, 2s) linear infinite; 904 -webkit-animation: indeterminate-bar var(--paper-progress-indeterminate- cycle-duration, 2s) linear infinite;
905 animation: indeterminate-bar var(--paper-progress-indeterminate-cycle-du ration, 2s) linear infinite; 905 animation: indeterminate-bar var(--paper-progress-indeterminate-cycle-du ration, 2s) linear infinite;
906 } 906 }
907 907
908 :host(:not([disabled])) #primaryProgress.indeterminate::after { 908 :host(:not([disabled])) #primaryProgress.indeterminate::after {
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 display: none !important; 1447 display: none !important;
1448 } 1448 }
1449 1449
1450 :host(.iron-selected), .paper-item.iron-selected { 1450 :host(.iron-selected), .paper-item.iron-selected {
1451 font-weight: var(--paper-item-selected-weight, bold); 1451 font-weight: var(--paper-item-selected-weight, bold);
1452 1452
1453 ; 1453 ;
1454 } 1454 }
1455 1455
1456 :host([disabled]), .paper-item[disabled] { 1456 :host([disabled]), .paper-item[disabled] {
1457 color: var(--paper-item-disabled-color,var(--disabled-text-color));; 1457 color: var(--paper-item-disabled-color,var(--disabled-text-color));
1458 1458
1459 ; 1459 ;
1460 } 1460 }
1461 1461
1462 :host(:focus), .paper-item:focus { 1462 :host(:focus), .paper-item:focus {
1463 position: relative; 1463 position: relative;
1464 outline: 0; 1464 outline: 0;
1465 1465
1466 ; 1466 ;
1467 } 1467 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 display: none !important; 1505 display: none !important;
1506 } 1506 }
1507 1507
1508 :host(.iron-selected), .paper-item.iron-selected { 1508 :host(.iron-selected), .paper-item.iron-selected {
1509 font-weight: var(--paper-item-selected-weight, bold); 1509 font-weight: var(--paper-item-selected-weight, bold);
1510 1510
1511 ; 1511 ;
1512 } 1512 }
1513 1513
1514 :host([disabled]), .paper-item[disabled] { 1514 :host([disabled]), .paper-item[disabled] {
1515 color: var(--paper-item-disabled-color,var(--disabled-text-color));; 1515 color: var(--paper-item-disabled-color,var(--disabled-text-color));
1516 1516
1517 ; 1517 ;
1518 } 1518 }
1519 1519
1520 :host(:focus), .paper-item:focus { 1520 :host(:focus), .paper-item:focus {
1521 position: relative; 1521 position: relative;
1522 outline: 0; 1522 outline: 0;
1523 1523
1524 ; 1524 ;
1525 } 1525 }
(...skipping 25 matching lines...) Expand all
1551 </dom-module> 1551 </dom-module>
1552 <dom-module id="paper-menu-shared-styles" assetpath="chrome://resources/polymer/ v1_0/paper-menu/" css-build="shadow"> 1552 <dom-module id="paper-menu-shared-styles" assetpath="chrome://resources/polymer/ v1_0/paper-menu/" css-build="shadow">
1553 <template> 1553 <template>
1554 <style scope="paper-menu-shared-styles">.selectable-content > ::content > .i ron-selected { 1554 <style scope="paper-menu-shared-styles">.selectable-content > ::content > .i ron-selected {
1555 font-weight: bold; 1555 font-weight: bold;
1556 1556
1557 font-weight: var(--paper-menu-selected-item_-_font-weight, bold); 1557 font-weight: var(--paper-menu-selected-item_-_font-weight, bold);
1558 } 1558 }
1559 1559
1560 .selectable-content > ::content > [disabled] { 1560 .selectable-content > ::content > [disabled] {
1561 color: var(--paper-menu-disabled-color,var(--disabled-text-color));; 1561 color: var(--paper-menu-disabled-color,var(--disabled-text-color));
1562 } 1562 }
1563 1563
1564 .selectable-content > ::content > *:focus { 1564 .selectable-content > ::content > *:focus {
1565 position: relative; 1565 position: relative;
1566 outline: 0; 1566 outline: 0;
1567 1567
1568 ; 1568 ;
1569 } 1569 }
1570 1570
1571 .selectable-content > ::content > *:focus:after { 1571 .selectable-content > ::content > *:focus:after {
(...skipping 18 matching lines...) Expand all
1590 <dom-module id="paper-menu" assetpath="chrome://resources/polymer/v1_0/paper-men u/" css-build="shadow"> 1590 <dom-module id="paper-menu" assetpath="chrome://resources/polymer/v1_0/paper-men u/" css-build="shadow">
1591 <template> 1591 <template>
1592 1592
1593 <style scope="paper-menu">.selectable-content > ::content > .iron-selected { 1593 <style scope="paper-menu">.selectable-content > ::content > .iron-selected {
1594 font-weight: bold; 1594 font-weight: bold;
1595 1595
1596 font-weight: var(--paper-menu-selected-item_-_font-weight, bold); 1596 font-weight: var(--paper-menu-selected-item_-_font-weight, bold);
1597 } 1597 }
1598 1598
1599 .selectable-content > ::content > [disabled] { 1599 .selectable-content > ::content > [disabled] {
1600 color: var(--paper-menu-disabled-color,var(--disabled-text-color));; 1600 color: var(--paper-menu-disabled-color,var(--disabled-text-color));
1601 } 1601 }
1602 1602
1603 .selectable-content > ::content > *:focus { 1603 .selectable-content > ::content > *:focus {
1604 position: relative; 1604 position: relative;
1605 outline: 0; 1605 outline: 0;
1606 1606
1607 ; 1607 ;
1608 } 1608 }
1609 1609
1610 .selectable-content > ::content > *:focus:after { 1610 .selectable-content > ::content > *:focus:after {
1611 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left); 1611 position: var(--layout-fit_-_position); top: var(--layout-fit_-_top); right: v ar(--layout-fit_-_right); bottom: var(--layout-fit_-_bottom); left: var(--layout -fit_-_left);
1612 background: currentColor; 1612 background: currentColor;
1613 opacity: var(--dark-divider-opacity); 1613 opacity: var(--dark-divider-opacity);
1614 content: ''; 1614 content: '';
1615 pointer-events: none; 1615 pointer-events: none;
1616 1616
1617 ; 1617 ;
1618 } 1618 }
1619 1619
1620 .selectable-content > ::content > *[colored]:focus:after { 1620 .selectable-content > ::content > *[colored]:focus:after {
1621 opacity: 0.26; 1621 opacity: 0.26;
1622 } 1622 }
1623 1623
1624 :host { 1624 :host {
1625 display: block; 1625 display: block;
1626 padding: 8px 0; 1626 padding: 8px 0;
1627 1627
1628 background: var(--paper-menu-background-color,var(--primary-background-c olor));; 1628 background: var(--paper-menu-background-color,var(--primary-background-c olor));
1629 color: var(--paper-menu-color,var(--primary-text-color));; 1629 color: var(--paper-menu-color,var(--primary-text-color));
1630 1630
1631 ; 1631 ;
1632 } 1632 }
1633 1633
1634 </style> 1634 </style>
1635 1635
1636 <div class="selectable-content"> 1636 <div class="selectable-content">
1637 <content></content> 1637 <content></content>
1638 </div> 1638 </div>
1639 </template> 1639 </template>
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 1713
1714 iron-dropdown { 1714 iron-dropdown {
1715 ; 1715 ;
1716 } 1716 }
1717 1717
1718 .dropdown-content { 1718 .dropdown-content {
1719 box-shadow: var(--shadow-elevation-2dp_-_box-shadow); 1719 box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
1720 1720
1721 position: relative; 1721 position: relative;
1722 border-radius: 2px; 1722 border-radius: 2px;
1723 background-color: var(--paper-menu-button-dropdown-background,var(--prim ary-background-color));; 1723 background-color: var(--paper-menu-button-dropdown-background,var(--prim ary-background-color));
1724 1724
1725 ; 1725 ;
1726 } 1726 }
1727 1727
1728 :host([vertical-align="top"]) .dropdown-content { 1728 :host([vertical-align="top"]) .dropdown-content {
1729 margin-bottom: 20px; 1729 margin-bottom: 20px;
1730 margin-top: -10px; 1730 margin-top: -10px;
1731 top: 10px; 1731 top: 10px;
1732 } 1732 }
1733 1733
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1777 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1778 -webkit-tap-highlight-color: transparent; 1778 -webkit-tap-highlight-color: transparent;
1779 1779
1780 1780
1781 box-sizing: border-box !important; 1781 box-sizing: border-box !important;
1782 1782
1783 height: var(--paper-icon-button_-_height, 40px); padding: var(--paper-ic on-button_-_padding, 8px); width: var(--paper-icon-button_-_width, 40px); 1783 height: var(--paper-icon-button_-_height, 40px); padding: var(--paper-ic on-button_-_padding, 8px); width: var(--paper-icon-button_-_width, 40px);
1784 } 1784 }
1785 1785
1786 :host #ink { 1786 :host #ink {
1787 color: var(--paper-icon-button-ink-color,var(--primary-text-color));; 1787 color: var(--paper-icon-button-ink-color,var(--primary-text-color));
1788 opacity: 0.6; 1788 opacity: 0.6;
1789 } 1789 }
1790 1790
1791 :host([disabled]) { 1791 :host([disabled]) {
1792 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color));; 1792 color: var(--paper-icon-button-disabled-text,var(--disabled-text-color));
1793 pointer-events: none; 1793 pointer-events: none;
1794 cursor: auto; 1794 cursor: auto;
1795 1795
1796 ; 1796 ;
1797 } 1797 }
1798 1798
1799 :host(:hover) { 1799 :host(:hover) {
1800 ; 1800 ;
1801 } 1801 }
1802 1802
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 } 1858 }
1859 1859
1860 } 1860 }
1861 1861
1862 .spinner-layer { 1862 .spinner-layer {
1863 position: absolute; 1863 position: absolute;
1864 width: 100%; 1864 width: 100%;
1865 height: 100%; 1865 height: 100%;
1866 opacity: 0; 1866 opacity: 0;
1867 white-space: nowrap; 1867 white-space: nowrap;
1868 border-color: var(--paper-spinner-color,var(--google-blue-500));; 1868 border-color: var(--paper-spinner-color,var(--google-blue-500));
1869 } 1869 }
1870 1870
1871 .layer-1 { 1871 .layer-1 {
1872 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; 1872 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));
1873 } 1873 }
1874 1874
1875 .layer-2 { 1875 .layer-2 {
1876 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; 1876 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));
1877 } 1877 }
1878 1878
1879 .layer-3 { 1879 .layer-3 {
1880 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; 1880 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));
1881 } 1881 }
1882 1882
1883 .layer-4 { 1883 .layer-4 {
1884 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; 1884 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));
1885 } 1885 }
1886 1886
1887 .active .spinner-layer { 1887 .active .spinner-layer {
1888 -webkit-animation-name: fill-unfill-rotate; 1888 -webkit-animation-name: fill-unfill-rotate;
1889 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); 1889 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration);
1890 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 1890 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
1891 -webkit-animation-iteration-count: infinite; 1891 -webkit-animation-iteration-count: infinite;
1892 animation-name: fill-unfill-rotate; 1892 animation-name: fill-unfill-rotate;
1893 animation-duration: var(--paper-spinner-full-cycle-duration); 1893 animation-duration: var(--paper-spinner-full-cycle-duration);
1894 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 1894 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 } 2398 }
2399 2399
2400 } 2400 }
2401 2401
2402 .spinner-layer { 2402 .spinner-layer {
2403 position: absolute; 2403 position: absolute;
2404 width: 100%; 2404 width: 100%;
2405 height: 100%; 2405 height: 100%;
2406 opacity: 0; 2406 opacity: 0;
2407 white-space: nowrap; 2407 white-space: nowrap;
2408 border-color: var(--paper-spinner-color,var(--google-blue-500));; 2408 border-color: var(--paper-spinner-color,var(--google-blue-500));
2409 } 2409 }
2410 2410
2411 .layer-1 { 2411 .layer-1 {
2412 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));; 2412 border-color: var(--paper-spinner-layer-1-color,var(--google-blue-500));
2413 } 2413 }
2414 2414
2415 .layer-2 { 2415 .layer-2 {
2416 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));; 2416 border-color: var(--paper-spinner-layer-2-color,var(--google-red-500));
2417 } 2417 }
2418 2418
2419 .layer-3 { 2419 .layer-3 {
2420 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));; 2420 border-color: var(--paper-spinner-layer-3-color,var(--google-yellow-500));
2421 } 2421 }
2422 2422
2423 .layer-4 { 2423 .layer-4 {
2424 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));; 2424 border-color: var(--paper-spinner-layer-4-color,var(--google-green-500));
2425 } 2425 }
2426 2426
2427 .active .spinner-layer { 2427 .active .spinner-layer {
2428 -webkit-animation-name: fill-unfill-rotate; 2428 -webkit-animation-name: fill-unfill-rotate;
2429 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration); 2429 -webkit-animation-duration: var(--paper-spinner-full-cycle-duration);
2430 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 2430 -webkit-animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
2431 -webkit-animation-iteration-count: infinite; 2431 -webkit-animation-iteration-count: infinite;
2432 animation-name: fill-unfill-rotate; 2432 animation-name: fill-unfill-rotate;
2433 animation-duration: var(--paper-spinner-full-cycle-duration); 2433 animation-duration: var(--paper-spinner-full-cycle-duration);
2434 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1); 2434 animation-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
3392 <command id="undo-command" shortcut="Meta|z"></command> 3392 <command id="undo-command" shortcut="Meta|z"></command>
3393 <command id="find-command" shortcut="Meta|f"></command> 3393 <command id="find-command" shortcut="Meta|f"></command>
3394 </if> 3394 </if>
3395 <if expr="not is_macosx"> 3395 <if expr="not is_macosx">
3396 <command id="clear-all-command" shortcut="Alt|c"></command> 3396 <command id="clear-all-command" shortcut="Alt|c"></command>
3397 <command id="undo-command" shortcut="Ctrl|z"></command> 3397 <command id="undo-command" shortcut="Ctrl|z"></command>
3398 <command id="find-command" shortcut="Ctrl|f"></command> 3398 <command id="find-command" shortcut="Ctrl|f"></command>
3399 </if> 3399 </if>
3400 <link rel="import" href="chrome://resources/html/polymer.html"> 3400 <link rel="import" href="chrome://resources/html/polymer.html">
3401 <script src="crisper.js"></script></body></html> 3401 <script src="crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698