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
/
history_database.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Componentize URLDatabase
hashimoto@chromium.org
2014-06-25
1
-2
/
+1
*
Eliminate the archived history database and clean up related code.
engedy@chromium.org
2014-06-05
1
-14
/
+0
*
Deprecate old Favicons database versions.
shess@chromium.org
2013-10-08
1
-3
/
+0
*
Rewrite Thumbnail and Top Sites test with golden files.
shess@chromium.org
2013-09-10
1
-1
/
+3
*
Remove thumbnail migration code from history.
shess@chromium.org
2013-08-22
1
-6
/
+0
*
Adds a MemoryPressureListener to sql::Connection.
rmcilroy@chromium.org
2013-07-18
1
-0
/
+4
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
1
-3
/
+0
*
Omnibox: Turn on Frecency Scoring in HQP By Default (try 2)
mpearson@chromium.org
2013-06-14
1
-0
/
+3
*
Revert 205908 "Omnibox: Turn on Frecency Scoring in HQP By Default"
mpearson@chromium.org
2013-06-12
1
-3
/
+0
*
Omnibox: Turn on Frecency Scoring in HQP By Default
mpearson@chromium.org
2013-06-12
1
-0
/
+3
*
Convert history sql::ErrorDelegate to callback.
shess@chromium.org
2013-06-11
1
-2
/
+9
*
Add favicon count histogram
zea@chromium.org
2013-02-15
1
-0
/
+4
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-1
/
+3
*
Raze history database if corrupted
pkotwicz@chromium.org
2012-10-27
1
-1
/
+5
*
Move url_databse back to history
kaiwang@chromium.org
2012-10-02
1
-1
/
+1
*
introduce chrome/browser/common directory and move url_database(and its depen...
kaiwang@chromium.org
2012-09-20
1
-1
/
+1
*
Revert 157475 - Introduce chrome/browser/common directory and move url_databa...
kaiwang@chromium.org
2012-09-19
1
-1
/
+1
*
Introduce chrome/browser/common directory and move url_database(and its depen...
kaiwang@chromium.org
2012-09-19
1
-1
/
+1
*
Remove code obsoleted by the removal of StarredURLDatabase.
erikwright@chromium.org
2012-09-01
1
-6
/
+5
*
Revert 154076 - Remove code obsoleted by the removal of StarredURLDatabase.
kalman@chromium.org
2012-08-30
1
-5
/
+6
*
Remove code obsoleted by the removal of StarredURLDatabase.
erikwright@chromium.org
2012-08-30
1
-6
/
+5
*
Remove legacy migration code that coupled history and bookmarks.
erikwright@chromium.org
2012-08-30
1
-3
/
+2
*
Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S...
ricow@chromium.org
2012-08-23
1
-4
/
+1
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-23
1
-1
/
+4
*
Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S...
mrossetti@chromium.org
2012-08-14
1
-4
/
+1
*
Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data...
mrossetti@chromium.org
2012-08-14
1
-1
/
+4
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Fix AndroidURLsMigrationTest.
michaelbai@chromium.org
2012-04-20
1
-0
/
+1
*
The AndroidProviderBackend Part 1.
michaelbai@chromium.org
2012-03-27
1
-0
/
+14
*
Revert 129036 - The AndroidProviderBackend Part 1.
nduca@google.com
2012-03-27
1
-14
/
+0
*
The AndroidProviderBackend Part 1.
michaelbai@chromium.org
2012-03-26
1
-0
/
+14
*
Create meta table atomically.
shess@chromium.org
2012-03-08
1
-0
/
+3
*
Move Ownership of IMUI to HistoryService.
mrossetti@chromium.org
2012-02-07
1
-0
/
+1
*
Remove DownloadManager* dependency on DownloadStatusUpdater
rdsmith@chromium.org
2012-02-04
1
-2
/
+2
*
Make HistoryDatabase own StarredURLDatabase instead of inheriting from it.
tfarina@chromium.org
2011-11-22
1
-6
/
+4
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-1
/
+1
*
Cleanup: Remove forward declarations in various chrome/browser directories.
thestig@chromium.org
2011-11-16
1
-4
/
+1
*
history: Remove unused friend declaration in StarredURLDatabase.
tfarina@chromium.org
2011-08-02
1
-0
/
+2
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-4
/
+4
*
Lands http://code.google.com/p/chromium/issues/detail?id=71571 for
sky@chromium.org
2011-03-08
1
-0
/
+1
*
Attempt 2 at landing top sites refactor:
sky@chromium.org
2010-10-27
1
-3
/
+6
*
Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-6
/
+3
*
Refactors TopSites so that it's hopefully easier to maintain and
sky@chromium.org
2010-10-24
1
-3
/
+6
*
Disables top sites until we get it in a better shape.
sky@chromium.org
2010-09-21
1
-9
/
+0
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Store the version info in the History DB's meta table.
nshkrob@chromium.org
2010-07-01
1
-4
/
+13
*
Fixes two related bugs:
sky@chromium.org
2009-12-18
1
-3
/
+4
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Convert history to use new sql wrappers. Enhance wrappers in several ways to
brettw@chromium.org
2009-10-02
1
-20
/
+7
*
Convert internal time format to Windows 1601 epoch on Linux & Mac.
brettw@chromium.org
2009-08-26
1
-0
/
+21
[next]