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

Unified Diff: chrome/browser/resources/history/history.js

Issue 618833004: history: include search results in focus grid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.js
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
index d300d25041244e0184b7d6fdbc4f0270374f3d09..f13d2eac14399766b45dc9db86c6b85c4ae0a130 100644
--- a/chrome/browser/resources/history/history.js
+++ b/chrome/browser/resources/history/history.js
@@ -1596,7 +1596,7 @@ HistoryView.prototype.displayResults_ = function(doneLoading) {
};
var focusGridRowSelector = [
- '.day-results > .entry:not(.fade-out)',
+ ':-webkit-any(.day-results, .search-results) > .entry:not(.fade-out)',
'.expand .grouped .entry:not(.fade-out)',
'.site-domain-wrapper'
].join(', ');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698