index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
history
/
top_sites_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken thumbnails for sites with redirects.
nshkrob@chromium.org
2010-08-23
1
-0
/
+44
*
Remove web store icon from most visited per Glen.
aa@chromium.org
2010-08-19
1
-48
/
+0
*
Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase.
nshkrob@chromium.org
2010-08-13
1
-1
/
+3
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
1
-1
/
+4
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-10
1
-26
/
+38
*
Convert occurrences of WideToUTF{8,16}(l10n_util::GetString...() ...
viettrungluu@chromium.org
2010-08-08
1
-3
/
+3
*
Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...
phajdan.jr@chromium.org
2010-08-06
1
-38
/
+26
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-06
1
-26
/
+38
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Unpin deleted URLs + better deleting algorithm.
nshkrob@chromium.org
2010-07-28
1
-0
/
+74
*
Fix the pinning algorithm so that pinned URLs are not shifted during insertio...
nshkrob@chromium.org
2010-07-27
1
-0
/
+30
*
Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.
nshkrob@chromium.org
2010-07-23
1
-18
/
+285
*
Reverting 53376
bradnelson@google.com
2010-07-22
1
-285
/
+18
*
Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.
nshkrob@chromium.org
2010-07-22
1
-18
/
+285
*
Fix a segfault in DeleteNotifications test caused by an invalid C-cast.
nshkrob@chromium.org
2010-07-22
1
-8
/
+8
*
Marking TopSitesTest.DeleteNotifications as DISABLED
dhollowa@chromium.org
2010-07-21
1
-1
/
+3
*
Fix missing thumbnails for new profile with TopSites.
nshkrob@chromium.org
2010-07-19
1
-3
/
+46
*
Fix the race condition on TopSites initialization.
nshkrob@chromium.org
2010-06-28
1
-40
/
+181
*
Migration to TopSites from ThumbnailDatabase.
nshkrob@chromium.org
2010-06-23
1
-0
/
+53
*
Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...
nshkrob@chromium.org
2010-06-16
1
-10
/
+26
*
Move all database accesses to the DB thread.
nshkrob@chromium.org
2010-06-14
1
-27
/
+51
*
1. Create and use the TopSites database file.
nshkrob@chromium.org
2010-06-09
1
-0
/
+61
*
1. Write thumbnail to the database on SetPageThumbnail.
nshkrob@chromium.org
2010-06-02
1
-1
/
+50
*
Adding an SQLite database for TopSites.
nshkrob@chromium.org
2010-06-01
1
-3
/
+199
*
Fix memory leaks in TopSites.
nshkrob@chromium.org
2010-05-25
1
-2
/
+4
*
Adding a mock database layer.
nshkrob@chromium.org
2010-05-24
1
-2
/
+121
*
Revert 48061 - Adding a mock database layer.
skrul@chromium.org
2010-05-24
1
-121
/
+2
*
Adding a mock database layer.
nshkrob@chromium.org
2010-05-24
1
-2
/
+121
*
Adding HistoryService::QueryMostVisitedURLs and tests.
brettw@chromium.org
2010-05-17
1
-10
/
+11
*
Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService.
brettw@chromium.org
2010-05-13
1
-1
/
+56
*
Fix Valgrind UMR errors by initializing thumbnail pixels.
huanr@chromium.org
2009-10-09
1
-0
/
+1
*
Add some initial code for the top sites service. This will be a replacement for
brettw@chromium.org
2009-10-02
1
-0
/
+187