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_backend.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename HistoryService::NotifyRenderProcessHostDestruction
fangjue23303@gmail.com
2014-06-12
1
-6
/
+6
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
1
-1
/
+1
*
Eliminate the archived history database and clean up related code.
engedy@chromium.org
2014-06-05
1
-137
/
+33
*
Abstract history dependencies on bookmarks through HistoryClient
sdefresne@chromium.org
2014-06-04
1
-17
/
+20
*
Send visit time with HISTORY_URL_VISITED notification.
nileshagrawal@chromium.org
2014-05-30
1
-0
/
+1
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
1
-1
/
+1
*
Move bookmarks/core/... to bookmarks/...
naiem.shaik@gmail.com
2014-05-20
1
-1
/
+1
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
1
-2
/
+2
*
Moves SelectFaviconFrames from history to the favicon_base component.
jif@chromium.org
2014-04-28
1
-1
/
+1
*
Move bookmark_service.{cc,h} to components/bookmarks
sdefresne@chromium.org
2014-04-22
1
-1
/
+1
*
Correctly update in-memory database when history archiving runs.
pkasting@chromium.org
2014-04-21
1
-0
/
+5
*
Make InMemoryHistoryBackend use the same URLRow IDs that are in effect in the...
engedy@chromium.org
2014-04-18
1
-5
/
+5
*
Moved favicon_types to favicon_base component.
jif@chromium.org
2014-04-17
1
-63
/
+69
*
Make the HistoryBackend::AddPagesWithDetails not fire notifications when arch...
engedy@chromium.org
2014-04-17
1
-5
/
+17
*
Lots of misc. history cleanup:
pkasting@chromium.org
2014-03-13
1
-33
/
+31
*
Cleanup: Move kAboutScheme constant into content namespace.
tfarina@chromium.org
2014-03-10
1
-1
/
+1
*
Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Revert 242450 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Removes some dead database code
sky@chromium.org
2013-12-20
1
-41
/
+0
*
Style fix for history backend.
mariakhomenko@chromium.org
2013-12-17
1
-1
/
+1
*
Improve psuggest delete.
mariakhomenko@chromium.org
2013-12-16
1
-0
/
+18
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
1
-6
/
+7
*
Move kFtpScheme into content namespace.
tfarina@chromium.org
2013-12-01
1
-1
/
+1
*
Remove HistoryPublisher code.
shess@chromium.org
2013-11-18
1
-38
/
+0
*
Add the ability to delete a single search term out of local search history.
pkasting@chromium.org
2013-11-04
1
-9
/
+20
*
Find Favicon in priority of icon_type.
michaelbai@chromium.org
2013-10-21
1
-0
/
+94
*
Make history text searches only display urls which should be user-viewable.
rmcilroy@chromium.org
2013-10-16
1
-1
/
+1
*
Deprecate old Favicons database versions.
shess@chromium.org
2013-10-08
1
-2
/
+1
*
Remove ThumbnailDatabase::history_publisher_.
shess@chromium.org
2013-09-26
1
-1
/
+0
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-10
/
+6
*
TextDatabase contained an unexpected bit of needed functionality.
shess@chromium.org
2013-09-20
1
-4
/
+30
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
1
-1
/
+1
*
Fix NULL deref in HistoryBackend::ExpireHistoryBetween.
grt@chromium.org
2013-09-06
1
-13
/
+16
*
Remove deadcode in history backend.
etienneb@chromium.org
2013-09-04
1
-13
/
+10
*
content: Move kHttpsScheme constant into content namespace.
tfarina@chromium.org
2013-08-26
1
-1
/
+1
*
Remove thumbnail migration code from history.
shess@chromium.org
2013-08-22
1
-126
/
+8
*
Refactor clearing thumbnail history.
shess@chromium.org
2013-08-16
1
-38
/
+18
*
NULL check before calling thumbnail_db_ method.
shess@chromium.org
2013-08-06
1
-1
/
+2
*
Remove TextDatabase from the history service.
rmcilroy@chromium.org
2013-07-24
1
-193
/
+28
*
Revert 212459 "Remove TextDatabase from the history service."
asargent@chromium.org
2013-07-18
1
-28
/
+193
*
Remove TextDatabase from the history service.
rmcilroy@chromium.org
2013-07-18
1
-193
/
+28
*
Adds a MemoryPressureListener to sql::Connection.
rmcilroy@chromium.org
2013-07-18
1
-0
/
+14
*
Use a direct include of the message_loop header in chrome/browser/, part 4.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Persist download ids across sessions by merging them with db_handles.
benjhayden@chromium.org
2013-07-12
1
-26
/
+28
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Move some importer-related functionality to chrome/browser/importer
scottmg@chromium.org
2013-07-02
1
-1
/
+1
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
1
-1
/
+1
*
Remove column sizes from thumbnail database.
qsr@chromium.org
2013-07-01
1
-6
/
+3
*
Use a direct include of time headers in chrome/browser/, part 5.
avi@chromium.org
2013-06-28
1
-1
/
+1
[next]