From 76b26a8a25522300b9e6e463e75397693fa2bb53 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Sun, 22 Jan 2012 13:46:17 +0100 Subject: really get more history items --- background_page.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index 0f86e3ce..c065333d 100644 --- a/background_page.html +++ b/background_page.html @@ -308,9 +308,11 @@ }; function getHistory(args, port) { - chrome.history.search({ text: '', - maxResults: args.maxResults || 1000 }, - function(history) { + chrome.history.search({ + text: '', + maxResults: args.maxResults || 1000, + startTime: 0, + }, function(history) { port.postMessage({history:history}); }); }; -- cgit v1.2.3