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_database.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move thumbnail to history component
naiem.shaik@gmail.com
2014-06-11
1
-1
/
+1
*
Remove obsolete #include
sdefresne@chromium.org
2014-05-09
1
-1
/
+2
*
Fix sql recovery percentage-recovered histogram.
shess@chromium.org
2013-12-13
1
-1
/
+1
*
[sql] Recovery code for "Top Sites" database.
shess@chromium.org
2013-12-08
1
-4
/
+274
*
[sql] Rearrange TopSites database code in prep for recovery code.
shess@chromium.org
2013-11-22
1
-78
/
+69
*
Adding support for forced URLs to TopSites.
beaudoin@chromium.org
2013-11-12
1
-0
/
+3
*
Adding last_forced column to thumbnails database.
beaudoin@chromium.org
2013-10-29
1
-69
/
+150
*
Rewrite Thumbnail and Top Sites test with golden files.
shess@chromium.org
2013-09-10
1
-0
/
+5
*
Remove thumbnail migration code from history.
shess@chromium.org
2013-08-22
1
-7
/
+3
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
This updates and cleans up the chrome diagnostics mode so that it includes so...
gspencer@chromium.org
2013-07-09
1
-1
/
+0
*
Use sql::Connection::Delete() in history.
shess@chromium.org
2013-06-25
1
-3
/
+1
*
Use a direct include of strings headers in chrome/browser/e*-h*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Histogram versions and extended error codes for SQLite databases.
shess@chromium.org
2013-05-15
1
-1
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-09
1
-2
/
+2
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
1
-1
/
+1
*
Move url_databse back to history
kaiwang@chromium.org
2012-10-02
1
-1
/
+0
*
introduce chrome/browser/common directory and move url_database(and its depen...
kaiwang@chromium.org
2012-09-20
1
-0
/
+1
*
Revert 157475 - Introduce chrome/browser/common directory and move url_databa...
kaiwang@chromium.org
2012-09-19
1
-1
/
+0
*
Introduce chrome/browser/common directory and move url_database(and its depen...
kaiwang@chromium.org
2012-09-19
1
-0
/
+1
*
Move RefCountedBytes Class to base namespace.
simon.hong81@gmail.com
2012-04-20
1
-2
/
+3
*
Database usage adjustment for .../history
gbillock@chromium.org
2012-01-18
1
-46
/
+19
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-2
/
+2
*
Don't show blank thumbnails in the most visited section of the ntp.
estade@chromium.org
2011-07-01
1
-1
/
+2
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-9
/
+43
*
Revert 87264 - Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-43
/
+9
*
Add load_completed property to ThumbnailScore.
satorux@chromium.org
2011-05-31
1
-9
/
+43
*
base: Move StringSplitAlongWhitespace to string_split.h
tfarina@chromium.org
2010-11-15
1
-2
/
+3
*
Fixes bug in TopSitesDB where it could end up crashing if thumbnail
sky@chromium.org
2010-11-04
1
-6
/
+6
*
Tweaks to improve memory consumption by TopSites. The biggest culprit
sky@chromium.org
2010-11-02
1
-2
/
+2
*
Attempt 2 at landing top sites refactor:
sky@chromium.org
2010-10-27
1
-58
/
+104
*
Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-1
/
+2
*
Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-2
/
+1
*
FBTF: Move virtual methods to implementation files.
erg@google.com
2010-09-23
1
-0
/
+3
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-10
1
-7
/
+8
*
Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...
phajdan.jr@chromium.org
2010-08-06
1
-8
/
+7
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-06
1
-7
/
+8
*
Fix missing thumbnails for new profile with TopSites.
nshkrob@chromium.org
2010-07-19
1
-2
/
+5
*
Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...
nshkrob@chromium.org
2010-06-16
1
-17
/
+83
*
Move all database accesses to the DB thread.
nshkrob@chromium.org
2010-06-14
1
-20
/
+31
*
1. Create and use the TopSites database file.
nshkrob@chromium.org
2010-06-09
1
-2
/
+1
*
1. Write thumbnail to the database on SetPageThumbnail.
nshkrob@chromium.org
2010-06-02
1
-9
/
+24
*
Adding an SQLite database for TopSites.
nshkrob@chromium.org
2010-06-01
1
-0
/
+235