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
/
favicon
/
favicon_service.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move clients of BrowserContextKeyedService to use KeyedService (#5)
blundell@chromium.org
2014-03-13
1
-3
/
+2
*
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
blundell@chromium.org
2014-02-06
1
-21
/
+21
*
Make FaviconService() use Profile as parameter
michaelbai@chromium.org
2013-11-05
1
-6
/
+4
*
Find Favicon in priority of icon_type.
michaelbai@chromium.org
2013-10-21
1
-5
/
+12
*
2nd try: Supporting high dpi favicons in Instant Extended.
pedrosimonetti@chromium.org
2013-07-17
1
-1
/
+1
*
Revert 211085 "Preparation for supporting high dpi favicons in I..."
pauljensen@chromium.org
2013-07-11
1
-1
/
+1
*
Preparation for supporting high dpi favicons in Instant Extended.
pedrosimonetti@chromium.org
2013-07-11
1
-1
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
1
-1
/
+1
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
1
-1
/
+1
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
1
-20
/
+23
*
Don't request missing favicon on every page request.
mef@chromium.org
2013-05-15
1
-0
/
+8
*
Extract BookmarksFileImporter and BookmarkHTMLReader from Firefox2Importer.
avi@chromium.org
2013-05-14
1
-1
/
+2
*
Cleanup history favicon code
pkotwicz@chromium.org
2013-01-23
1
-21
/
+4
*
Finish converting FaviconService to use CancelableTaskTracker.
kaiwang@chromium.org
2012-12-12
1
-71
/
+41
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
1
-28
/
+65
*
Change HistoryBackend::MergeFavicon to work with a passed in icon URL
pkotwicz@chromium.org
2012-11-20
1
-6
/
+2
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-10
/
+9
*
Revert 168079 - This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-9
/
+10
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-15
1
-10
/
+9
*
Fix HistoryBackend::MergeFavicon() such that bookmarks do not go out of sync.
pkotwicz@chromium.org
2012-10-03
1
-11
/
+5
*
Move cancelable_request.cc/h to chrome/browser/common.
kaiwang@chromium.org
2012-09-22
1
-1
/
+1
*
Enable hidpi favicons for favicons history does not know about.
pkotwicz@chromium.org
2012-09-13
1
-20
/
+68
*
Fix FaviconHandler::GetRawFaviconForID
pkotwicz@chromium.org
2012-09-07
1
-16
/
+17
*
Introduce structures to reduce the number of arguments in the FaviconService ...
leandrogracia@chromium.org
2012-09-06
1
-20
/
+25
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-30
1
-36
/
+141
*
Revert 153695 - Change FaviconData to be able to return data for multiple bit...
pkotwicz@chromium.org
2012-08-28
1
-132
/
+36
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-28
1
-36
/
+132
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-4
/
+8
*
Revert 152904 - Moving FaviconService to a ProfileKeyedService.
ricow@chromium.org
2012-08-23
1
-8
/
+4
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-4
/
+8
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Move RefCountedBytes Class to base namespace.
simon.hong81@gmail.com
2012-04-20
1
-1
/
+0
*
Added the method to get favicon by ID.
michaelbai@chromium.org
2012-04-05
1
-3
/
+7
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
1
-1
/
+1
*
Provide assumed favicon for intents if page was never visited.
groby@chromium.org
2011-11-18
1
-0
/
+7
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-08
1
-7
/
+8
*
Revert 104597 - base::Bind: Complete cleanup of history/.
acolwell@chromium.org
2011-10-07
1
-8
/
+7
*
base::Bind: Complete cleanup of history/.
jhawkins@chromium.org
2011-10-07
1
-7
/
+8
*
Make FaviconService a scoped_ptr and remove call to base::RefCountedThreadSafe
kushi.p@gmail.com
2011-09-16
1
-4
/
+3
*
ntp4: show larger favicons in most visited page
estade@chromium.org
2011-07-05
1
-1
/
+2
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-0
/
+1
*
Favicon file shuffling.
avi@chromium.org
2011-04-28
1
-0
/
+106