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_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in chrome/browser/history
dcheng
2014-10-22
1
-12
/
+10
*
Refactor sending NOTIFICATION_HISTORY_URL_VISITED
sdefresne
2014-10-15
1
-1
/
+12
*
Rename VisitDatabaseObserver to HistoryServiceObserver
sdefresne
2014-10-14
1
-9
/
+13
*
replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]*
mostynb
2014-10-13
1
-7
/
+7
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-2
/
+2
*
Fix WeakPtrFactory member ordering in chrome/browser
mohan.reddy
2014-09-17
1
-3
/
+3
*
Refactor HistoryService to not send NOTIFICATION_FAVICON_CHANGED
sdefresne
2014-09-09
1
-0
/
+17
*
Move encoding SkBitmaps to PNG out of FaviconService::SetFavicons() and onto
pkotwicz
2014-09-04
1
-13
/
+9
*
Minor history tweaks that I came across while looking at crashes.
sky
2014-08-28
1
-11
/
+13
*
Reland r284958: Make HistoryDBTask not refcounted, and ensure it's destroyed ...
bauerb@chromium.org
2014-07-29
1
-2
/
+2
*
Remove dead code
sdefresne@chromium.org
2014-07-24
1
-110
/
+1
*
Revert 284958 "Make HistoryDBTask not refcounted, and ensure it'..."
stgao@chromium.org
2014-07-23
1
-2
/
+2
*
Make HistoryDBTask not refcounted, and ensure it's destroyed on its origin th...
bauerb@chromium.org
2014-07-23
1
-2
/
+2
*
Revert of Bypass the favicon_service when importing favicons. (https://codere...
jif@chromium.org
2014-07-18
1
-8
/
+6
*
Bypass the favicon_service when importing favicons.
jif@chromium.org
2014-07-18
1
-6
/
+8
*
Fix 'except' and 'prefer' spelling.
tnagel@chromium.org
2014-07-16
1
-1
/
+1
*
Change HistoryService::ScheduleAutocomplete interface
naiem.shaik@gmail.com
2014-07-09
1
-4
/
+2
*
Port HistoryService::ScheduleDBTask to CancelableTaskTracker
sdefresne@chromium.org
2014-07-03
1
-2
/
+2
*
Port HistoryService::QueryFilteredURLs to CancelableRequestTracker
sdefresne@chromium.org
2014-07-02
1
-4
/
+4
*
Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTracker
sdefresne@chromium.org
2014-07-01
1
-11
/
+10
*
Port History::QueryMostVisitedURLs to use CancelableTaskTracker
sdefresne@chromium.org
2014-06-28
1
-4
/
+6
*
Remove dead methods from HistoryService & HistoryBackend
sdefresne@chromium.org
2014-06-28
1
-23
/
+0
*
Code cleanup in HistoryService & HistoryBackend
sdefresne@chromium.org
2014-06-27
1
-15
/
+0
*
Code cleanup in HistoryService
sdefresne@chromium.org
2014-06-27
1
-26
/
+6
*
Revert of Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTr...
leng@chromium.org
2014-06-26
1
-7
/
+8
*
Port HistoryService::GetVisibleVisitCountToHost to CancelableTaskTracker
sdefresne@chromium.org
2014-06-26
1
-8
/
+7
*
Componentize URLDatabase
hashimoto@chromium.org
2014-06-25
1
-1
/
+1
*
Port HistoryService::QueryRedirects{From,To} to CancelableTaskTracker
sdefresne@chromium.org
2014-06-25
1
-13
/
+12
*
Port HistoryService::QueryHistory to use CancelableTaskTracker
sdefresne@chromium.org
2014-06-25
1
-6
/
+6
*
Stop depending on search_engines from history
hashimoto@chromium.org
2014-06-23
1
-5
/
+5
*
Pass in a set of requested favicon pixel sizes to the HistoryService instead ...
pkotwicz@chromium.org
2014-06-20
1
-30
/
+24
*
Change HistoryService::QueryURL to use CancelableTaskTracker
sdefresne@chromium.org
2014-06-16
1
-9
/
+9
*
Rename
oshima@chromium.org
2014-06-14
1
-5
/
+5
*
Revert of Change HistoryService::QueryURL to use CancelableTaskTracker (https...
feng@chromium.org
2014-06-12
1
-9
/
+9
*
Change HistoryService::QueryURL to use CancelableTaskTracker
sdefresne@chromium.org
2014-06-12
1
-9
/
+9
*
Rename HistoryService::NotifyRenderProcessHostDestruction
fangjue23303@gmail.com
2014-06-12
1
-21
/
+14
*
Craete a new component search_engines
hashimoto@chromium.org
2014-06-11
1
-1
/
+1
*
Abstract history dependencies on bookmarks through HistoryClient
sdefresne@chromium.org
2014-06-04
1
-9
/
+5
*
Introduce HistoryClient interface
sdefresne@chromium.org
2014-05-30
1
-2
/
+12
*
Cleanup android specific code of //chrome/browser/history
sdefresne@chromium.org
2014-05-23
1
-2
/
+1
*
Move favicon callbacks to favicon_base
jiangj@opera.com
2014-05-22
1
-6
/
+7
*
Moved favicon_types to favicon_base component.
jif@chromium.org
2014-04-17
1
-4
/
+4
*
Move clients of BrowserContextKeyedService to use KeyedService (#5)
blundell@chromium.org
2014-03-13
1
-3
/
+3
*
Lots of misc. history cleanup:
pkasting@chromium.org
2014-03-13
1
-31
/
+5
*
HistoryService: clarify documentation about QueryRedirectsCallback behavior.
mattm@chromium.org
2014-03-07
1
-3
/
+6
*
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
blundell@chromium.org
2014-02-06
1
-19
/
+18
*
Removes some dead database code
sky@chromium.org
2013-12-20
1
-11
/
+0
*
Improve psuggest delete.
mariakhomenko@chromium.org
2013-12-16
1
-0
/
+5
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
1
-6
/
+6
*
Remove HistoryPublisher code.
shess@chromium.org
2013-11-18
1
-21
/
+8
[next]