mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj)
This commit is contained in:
parent
9c387d261e
commit
8a36f852cf
@ -241,7 +241,10 @@ public class LocalBrowserDB implements BrowserDB.BrowserDBIface {
|
||||
return filterAllSites(cr,
|
||||
new String[] { Combined._ID,
|
||||
Combined.URL,
|
||||
Combined.TITLE },
|
||||
Combined.TITLE,
|
||||
Combined.DISPLAY,
|
||||
Combined.BOOKMARK_ID,
|
||||
Combined.HISTORY_ID },
|
||||
"",
|
||||
limit,
|
||||
BrowserDB.ABOUT_PAGES_URL_FILTER,
|
||||
|
Loading…
Reference in New Issue
Block a user