Status: Available Owner: ---- CC: [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Jank
New issue 24369 by tony.chromium: new tab test should include actual history http://code.google.com/p/chromium/issues/detail?id=24369 The new tab tests use the typical history profile in chrome/test/data/profiles/typical_history. That profile has some randomly generated URLs in its history. Ideally, the new tab page would populate the thumbnails based on these values. However, the new tab page only uses the last 90 days for computing the most visited URLs. Since the profile was generated in late 2008, none of them show up. One possibility is to have UITest migrate the dates in the History database before starting the test (in UITest::LaunchBrowser, near the RewritePreferencesFile call). This would make the tests a bit slower, but that's probably ok. Using the Jank label because it makes it harder to measure new tab page jank since it's mostly testing a new profile. -- 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 -~----------~----~----~----~------~----~------~--~---
