Open jonedm opened 9 years ago
I should experiment with maxResults set to 0, as in: chrome.history.search({ text: '', maxResults: 0, startTime: ... }, callback);
This is a chrome feature request for pulling cross-device history: https://code.google.com/p/chromium/issues/detail?id=474511
And this is the original bug, currently blocking it: https://code.google.com/p/chromium/issues/detail?id=395955
Looks like they are active bugs, so we'll keep our fingers crossed that the chrome developers add the ability to do this in the future. For now, I'll keep an eye on the bugs and make modifications when (and if) a change gets implemented.
@the-hobbes It'd be interesting to see how often sites are visited on mobile vs desktop