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

Side by Side Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2262123002: [MD History] Small accessibility fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toolbar_shadow
Patch Set: Created 4 years, 3 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 <html><head><!-- 1 <html><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 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2695 :host-context([dir=rtl]) .rtl-reversible { 2695 :host-context([dir=rtl]) .rtl-reversible {
2696 transform: rotate(180deg); 2696 transform: rotate(180deg);
2697 } 2697 }
2698 </style> 2698 </style>
2699 <div id="toolbar-container"> 2699 <div id="toolbar-container">
2700 <cr-toolbar id="main-toolbar" page-name="$i18n{title}" clear-label="$i18n{ clearSearch}" search-prompt="$i18n{searchPrompt}" hidden$="[[itemsSelected_]]" s pinner-active="[[spinnerActive]]" show-menu="[[hasDrawer]]" menu-label="$i18n{hi storyMenuButton}" on-search-changed="onSearchChanged_"> 2700 <cr-toolbar id="main-toolbar" page-name="$i18n{title}" clear-label="$i18n{ clearSearch}" search-prompt="$i18n{searchPrompt}" hidden$="[[itemsSelected_]]" s pinner-active="[[spinnerActive]]" show-menu="[[hasDrawer]]" menu-label="$i18n{hi storyMenuButton}" on-search-changed="onSearchChanged_">
2701 </cr-toolbar> 2701 </cr-toolbar>
2702 <template is="dom-if" if="[[itemsSelected_]]"> 2702 <template is="dom-if" if="[[itemsSelected_]]">
2703 <div id="overlay-wrapper" hidden$="[[!itemsSelected_]]"> 2703 <div id="overlay-wrapper" hidden$="[[!itemsSelected_]]">
2704 <div id="overlay-buttons"> 2704 <div id="overlay-buttons">
2705 <paper-icon-button icon="cr:clear" id="cancel-icon-button" on-tap="o nClearSelectionTap_"></paper-icon-button> 2705 <paper-icon-button icon="cr:clear" id="cancel-icon-button" on-tap="o nClearSelectionTap_" title="$i18n{cancel}">
2706 </paper-icon-button>
2706 <div id="number-selected">[[numberOfItemsSelected_(count)]]</div> 2707 <div id="number-selected">[[numberOfItemsSelected_(count)]]</div>
2707 <paper-button id="cancel-button" on-tap="onClearSelectionTap_"> 2708 <paper-button id="cancel-button" on-tap="onClearSelectionTap_">
2708 $i18n{cancel} 2709 $i18n{cancel}
2709 </paper-button> 2710 </paper-button>
2710 <paper-button id="delete-button" on-tap="onDeleteTap_"> 2711 <paper-button id="delete-button" on-tap="onDeleteTap_">
2711 $i18n{delete} 2712 $i18n{delete}
2712 </paper-button> 2713 </paper-button>
2713 </div> 2714 </div>
2714 </div> 2715 </div>
2715 </template> 2716 </template>
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
3437 } 3438 }
3438 </style> 3439 </style>
3439 3440
3440 <div id="sizing-container"> 3441 <div id="sizing-container">
3441 <div id="main-container"> 3442 <div id="main-container">
3442 <div id="background"></div> 3443 <div id="background"></div>
3443 <div id="date-accessed" class="card-title"> 3444 <div id="date-accessed" class="card-title">
3444 [[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]] 3445 [[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
3445 </div> 3446 </div>
3446 <div id="item-container"> 3447 <div id="item-container">
3447 <paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_" on-c lick="onCheckboxSelected_" checked="{{selected}}" disabled="[[selectionNotAllowe d_()]]"> 3448 <paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_" on-c lick="onCheckboxSelected_" checked="{{selected}}" disabled="[[selectionNotAllowe d_()]]" aria-label$="[[getEntrySummary_(item)]]">
3448 </paper-checkbox> 3449 </paper-checkbox>
3449 <span id="time-accessed">[[item.readableTimestamp]]</span> 3450 <span id="time-accessed">[[item.readableTimestamp]]</span>
3450 <div class="website-icon" id="icon"></div> 3451 <div class="website-icon" id="icon"></div>
3451 <div id="title-and-domain"> 3452 <div id="title-and-domain">
3452 <a href="[[item.url]]" id="title" class="website-title" title="[[cro pItemTitle_(item.title)]]" on-click="onLinkClick_" on-contextmenu="onLinkRightCl ick_"> 3453 <a href="[[item.url]]" id="title" class="website-title" title="[[cro pItemTitle_(item.title)]]" on-click="onLinkClick_" on-contextmenu="onLinkRightCl ick_">
3453 <history-searched-label title="[[cropItemTitle_(item.title)]]" sea rch-term="[[searchTerm]]"></history-searched-label> 3454 <history-searched-label title="[[cropItemTitle_(item.title)]]" sea rch-term="[[searchTerm]]"></history-searched-label>
3454 </a> 3455 </a>
3455 <span id="domain">[[item.domain]]</span> 3456 <span id="domain">[[item.domain]]</span>
3456 </div> 3457 </div>
3457 <div id="star-container"> 3458 <div id="star-container">
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
4076 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 4077 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
4077 </history-side-bar> 4078 </history-side-bar>
4078 </app-drawer> 4079 </app-drawer>
4079 </template> 4080 </template>
4080 4081
4081 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 4082 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
4082 </iron-media-query> 4083 </iron-media-query>
4083 </template> 4084 </template>
4084 </dom-module> 4085 </dom-module>
4085 <script src="app.crisper.js"></script></body></html> 4086 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698