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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace FTS in the history_service with a brute force text search.
rmcilroy@chromium.org
2013-06-22
1
-3
/
+9
*
Track fraction of visits to top URLs.
bengr@chromium.org
2013-06-21
1
-0
/
+18
*
Convert history sql::ErrorDelegate to callback.
shess@chromium.org
2013-06-11
1
-0
/
+5
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
1
-2
/
+2
*
components: Move visitedlink into visitedlink namespace.
tfarina@chromium.org
2013-05-17
1
-1
/
+1
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
1
-20
/
+21
*
[Sync] Add interface and backend impl for typed URL syncable service
zea@chromium.org
2013-05-07
1
-0
/
+13
*
[Sync] Ensure url's last visit time is recorded correctly in history
mgist@chromium.org
2013-04-25
1
-0
/
+1
*
Clean up entries left by crashes in the DownloadDB.
rdsmith@chromium.org
2013-04-08
1
-1
/
+0
*
Two changes to history delete directive processing
zea@chromium.org
2013-03-06
1
-2
/
+8
*
History: Create delete directives when local or remote history is deleted.
dubroy@chromium.org
2013-03-06
1
-0
/
+5
*
Revert 186400
jochen@chromium.org
2013-03-06
1
-5
/
+0
*
History: Create delete directives when local or remote history is deleted.
dubroy@chromium.org
2013-03-06
1
-0
/
+5
*
Adds database methods needed to track amount of time pages are
sky@chromium.org
2013-03-01
1
-0
/
+8
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Cleanup of segment db. Nukes the presentations table and the
sky@chromium.org
2013-02-11
1
-1
/
+0
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-6
/
+6
*
Cleanup history favicon code
pkotwicz@chromium.org
2013-01-23
1
-54
/
+15
*
Componentize visitedlinks to src/components/visitedlink
boliu@chromium.org
2013-01-23
1
-1
/
+2
*
Do not send any notifications when the bitmap data has not changed as the res...
pkotwicz@chromium.org
2013-01-22
1
-2
/
+10
*
Avoid sending notifications when the bitmap data in the history backend is re...
pkotwicz@chromium.org
2013-01-14
1
-0
/
+5
*
Remove VisitedLink dependency on rest of chrome
boliu@chromium.org
2013-01-09
1
-1
/
+2
*
Revert "Remove VisitedLink dependency on rest of chrome" r175186
boliu@chromium.org
2013-01-04
1
-1
/
+1
*
Remove VisitedLink dependency on rest of chrome
boliu@chromium.org
2013-01-04
1
-1
/
+1
*
Finish converting FaviconService to use CancelableTaskTracker.
kaiwang@chromium.org
2012-12-12
1
-13
/
+21
*
Remove CancelableRequest from HistoryService::*Download*
benjhayden@chromium.org
2012-12-07
1
-4
/
+4
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
1
-3
/
+5
*
Add HistoryBackend::ExpireHistoryForTimes
akalin@chromium.org
2012-11-30
1
-0
/
+9
*
Convert HistoryService::ExpireHistoryBetween() to not use CancelableRequest
akalin@chromium.org
2012-11-28
1
-2
/
+0
*
Make DownloadHistory observe manager, items
benjhayden@chromium.org
2012-11-20
1
-12
/
+5
*
Change HistoryBackend::MergeFavicon to work with a passed in icon URL
pkotwicz@chromium.org
2012-11-20
1
-0
/
+3
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
1
-1
/
+1
*
Make history service not ref-counted and not thread-safe
akalin@chromium.org
2012-11-01
1
-1
/
+1
*
Raze history database if corrupted
pkotwicz@chromium.org
2012-10-27
1
-0
/
+13
*
Prevent bookmarks from going out of sync part 2
pkotwicz@chromium.org
2012-10-17
1
-8
/
+4
*
Move timestamp de-duping logic from HistoryBackend to NavigationController
akalin@chromium.org
2012-10-06
1
-13
/
+1
*
Fix HistoryBackend::MergeFavicon() such that bookmarks do not go out of sync.
pkotwicz@chromium.org
2012-10-03
1
-2
/
+0
*
Move url_databse back to history
kaiwang@chromium.org
2012-10-02
1
-1
/
+1
*
Move cancelable_request.cc/h to chrome/browser/common.
kaiwang@chromium.org
2012-09-22
1
-1
/
+1
*
Rework arguments of HistoryService::AddPage()
akalin@chromium.org
2012-09-21
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
*
Fix HistoryBackend::UpdateFaviconMappingsAndFetchImpl when database is not va...
pkotwicz@chromium.org
2012-09-15
1
-0
/
+1
*
Tell the UI to update the bookmark favicon when there is a new favicon bitmap...
pkotwicz@chromium.org
2012-09-13
1
-5
/
+24
*
Implement HistoryBackend::MergeFavicon for use for sync.
pkotwicz@chromium.org
2012-09-11
1
-2
/
+22
*
Modifies history backend to be able to take advantage of storing the pixel si...
pkotwicz@chromium.org
2012-09-09
1
-60
/
+154
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-30
1
-4
/
+7
*
Revert 153695 - Change FaviconData to be able to return data for multiple bit...
pkotwicz@chromium.org
2012-08-28
1
-7
/
+4
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-28
1
-4
/
+7
[next]