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
/
thumbnail_database.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor clearing thumbnail history.
shess@chromium.org
2013-08-16
1
-138
/
+134
*
Adds a MemoryPressureListener to sql::Connection.
rmcilroy@chromium.org
2013-07-18
1
-0
/
+4
*
This updates and cleans up the chrome diagnostics mode so that it includes so...
gspencer@chromium.org
2013-07-09
1
-1
/
+0
*
Remove column sizes from thumbnail database.
qsr@chromium.org
2013-07-01
1
-76
/
+36
*
Use a direct include of time headers in chrome/browser/, part 5.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Use sql::Connection::Delete() in history.
shess@chromium.org
2013-06-25
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/e*-h*/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
[sql] Enable writable_schema during integrity_check.
shess@chromium.org
2013-06-06
1
-3
/
+3
*
Shift schema check earlier in ThumbnailDatabase::Init().
shess@chromium.org
2013-06-06
1
-3
/
+34
*
Dump schema with SQLITE_ERROR in thumbnails error handler.
shess@chromium.org
2013-05-31
1
-17
/
+57
*
Post integrity_check data for corrupt thumbnail databases.
shess@chromium.org
2013-05-22
1
-31
/
+112
*
Dump additional error info for thumbnail database.
shess@chromium.org
2013-05-17
1
-3
/
+72
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
1
-33
/
+37
*
Histogram versions and extended error codes for SQLite databases.
shess@chromium.org
2013-05-15
1
-1
/
+1
*
Revert 184352
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add utf_string_conversions to base namespace.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add favicon count histogram
zea@chromium.org
2013-02-15
1
-0
/
+8
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-4
/
+5
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Implement sql::Connection::RazeAndClose().
shess@chromium.org
2013-02-07
1
-2
/
+1
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
Avoid sending notifications when the bitmap data in the history backend is re...
pkotwicz@chromium.org
2013-01-14
1
-0
/
+11
*
Bake targeted error histogram support directly into sql::Connection.
shess@chromium.org
2013-01-03
1
-2
/
+1
*
Raze the database if the favicon table has an invalid structure
pkotwicz@chromium.org
2013-01-02
1
-6
/
+17
*
Adds support for creating a gfx::Image from multi resolution raw data.
pkotwicz@chromium.org
2012-12-05
1
-1
/
+1
*
Rename histogram to match name in histograms.xml file
pkotwicz@chromium.org
2012-11-24
1
-1
/
+1
*
Add UMA histogram to see how widespread it is for users to have a favicons da...
pkotwicz@chromium.org
2012-11-13
1
-0
/
+10
*
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
*
Modifies history backend to be able to take advantage of storing the pixel si...
pkotwicz@chromium.org
2012-09-09
1
-3
/
+84
*
Pass in favicon sizes parameter to ThumbnailDatabase::AddFavicon().
pkotwicz@chromium.org
2012-09-08
1
-7
/
+15
*
Cleanup FaviconSQLHandler::Update
pkotwicz@chromium.org
2012-09-07
1
-0
/
+8
*
Update thumbnail_database to store times using ToInternalValue().
pkotwicz@chromium.org
2012-09-05
1
-4
/
+4
*
Cleanup ThumbnailDatabase code now that 10815068 has landed.
pkotwicz@chromium.org
2012-09-01
1
-47
/
+64
*
Fix HistoryBackend::SetFavicons
pkotwicz@chromium.org
2012-08-26
1
-1
/
+1
*
Changes favicon database to support storing bitmaps of different sizes for th...
pkotwicz@chromium.org
2012-08-20
1
-66
/
+297
*
Move RefCountedMemory Class to Base namespace
simon.hong81@gmail.com
2012-05-02
1
-3
/
+4
*
Added the method to get favicon by ID.
michaelbai@chromium.org
2012-04-05
1
-2
/
+6
*
The AndroidProviderBackend Part 1.
michaelbai@chromium.org
2012-03-27
1
-1
/
+6
*
Revert 129036 - The AndroidProviderBackend Part 1.
nduca@google.com
2012-03-27
1
-6
/
+1
*
The AndroidProviderBackend Part 1.
michaelbai@chromium.org
2012-03-26
1
-1
/
+6
*
Implement IconMappingEnumerator.
michaelbai@chromium.org
2012-02-25
1
-0
/
+28
*
Database usage adjustment for .../history
gbillock@chromium.org
2012-01-18
1
-122
/
+73
*
[sql] WARN_UNUSED_RESULT on Execute().
shess@chromium.org
2011-12-23
1
-20
/
+19
*
Init favicon db's meta table after migration.
michaelbai@chromium.org
2011-11-29
1
-0
/
+8
*
[ntp4] Use highest quality jpeg compression for thumbnail images.
csilv@chromium.org
2011-11-28
1
-1
/
+6
*
Provide assumed favicon for intents if page was never visited.
groby@chromium.org
2011-11-18
1
-0
/
+26
[next]