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

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

Issue 2409063003: MD History: Select items when tapping anywhere inside the item (Closed)
Patch Set: Remove <a> test Created 4 years, 1 month 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 eb28f227a87cfab235f01b998dbfb1279b98fcb2..87bc8b16a5b8da1b3dfd793cbdea24a6181aeca3 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -212,10 +212,10 @@
<div id="date-accessed" class="card-title">
[[cardTitle_(numberOfItems, item.dateRelativeDay, searchTerm)]]
</div>
- <div id="item-container">
+ <div id="item-container"
+ on-mousedown="onItemMousedown_"
+ on-click="onItemClick_">
<button is="paper-icon-button-light" id="checkbox"
- on-mousedown="onCheckboxMousedown_"
- on-click="onCheckboxSelected_"
disabled="[[selectionNotAllowed_()]]"
role="checkbox"
aria-checked$="[[getAriaChecked_(selected)]]"
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698