Status: Untriaged Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8636 by [email protected]: History UI should query for next available block of data http://code.google.com/p/chromium/issues/detail?id=8636 Currently the History UI dumbly queries for pages - it requests a day-block of browsing information at a time until it has enough to fill the current page. This is inefficient in cases where there are gaps in the user's history, as many of these day queries return false. We should either query for a month at a time (aligned with our history DB boundaries) and feed it to the page in smaller blocks, or change the query so that it requests "the next day with data in it". -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
