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
*
Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory is
sky@chromium.org
2011-09-23
1
-1
/
+52
*
Change TopSites and History to use gfx::Image instead of SkBitmap in their
pinkerton@chromium.org
2011-08-02
1
-44
/
+40
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Re-land r93365 - add RefCountedString
joth@chromium.org
2011-07-22
1
-5
/
+5
*
Revert 93365 - it broke on Chrome OS
joth@chromium.org
2011-07-21
1
-5
/
+5
*
Added RefCountedString, as this is what many RefCountedMemory users seem to want
joth@chromium.org
2011-07-21
1
-5
/
+5
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
*
Move WebUI ntp files into new ntp directory.
estade@chromium.org
2011-04-28
1
-1
/
+1
*
Revert 83062 - Move WebUI ntp files into new ntp directory.And add myself to ...
estade@chromium.org
2011-04-26
1
-1
/
+1
*
Move WebUI ntp files into new ntp directory.
estade@chromium.org
2011-04-26
1
-1
/
+1
*
Add TopSites::GetTemporaryThumbnailScore().
satorux@chromium.org
2011-04-12
1
-0
/
+5
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Lands http://code.google.com/p/chromium/issues/detail?id=71571 for
sky@chromium.org
2011-03-08
1
-26
/
+8
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
1
-1
/
+1
*
WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.
tfarina@chromium.org
2011-02-22
1
-2
/
+2
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Remove TopSites::IsEnabled() as well as related dead code.
satorux@chromium.org
2011-01-18
1
-1
/
+0
*
A quick fix for TopSitesMigrationTest.Migrate.
hbono@chromium.org
2011-01-17
1
-0
/
+11
*
Attempt 2 at landing top sites refactor:
sky@chromium.org
2010-10-27
1
-923
/
+929
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2010-10-26
1
-1
/
+1
*
Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-919
/
+925
*
Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-925
/
+919
*
FBTF: More ctor/dtor cleanup.
erg@google.com
2010-10-14
1
-3
/
+3
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part11:
tfarina@chromium.org
2010-10-10
1
-15
/
+15
*
Updates to NTP per UI review:
aa@chromium.org
2010-09-14
1
-0
/
+5
*
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
[next]