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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2239623002: [MD History] Add shift-selection to the history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reshadow
Patch Set: Set => Array Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index f07a315b4b04c0350eb8f4dce0929279b81159a4..f4d17a34dd8c81656c7d88a3827e344ce4e146f6 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -148,8 +148,9 @@
[[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
</div>
<div id="item-container">
- <paper-checkbox id="checkbox" on-tap="onCheckboxSelected_"
- checked="{{selected}}" disabled="[[selectionNotAllowed_()]]">
+ <paper-checkbox id="checkbox" on-mousedown="onCheckboxMousedown_"
+ on-click="onCheckboxSelected_" checked="{{selected}}"
+ disabled="[[selectionNotAllowed_()]]">
</paper-checkbox>
<span id="time-accessed">[[item.readableTimestamp]]</span>
<div class="website-icon" id="icon"></div>

Powered by Google App Engine
This is Rietveld 408576698