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_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Componentize FaviconService and FaviconHandler
sdefresne
2015-03-16
1
-693
/
+0
*
Reload favicon from HTTP cache on Ctrl+Refresh
pkotwicz
2015-03-16
1
-3
/
+9
*
Refactor favicon to use C++11 loop and fix style violation
sdefresne
2015-03-13
1
-22
/
+25
*
Remove FaviconClient::GetFaviconService
sdefresne
2015-03-13
1
-29
/
+28
*
Make download_largest_favicon and touch icon use same code path
michaelbai
2014-11-10
1
-7
/
+12
*
This patch added Observer in FaviconTabHelper, so the favicon retrieved by Fa...
michaelbai
2014-11-04
1
-28
/
+30
*
Currently, we only download icon which isn't larger than maximal size in Andr...
michaelbai
2014-10-15
1
-52
/
+41
*
Refactor FaviconService API to take in a desired pixel size instead of a
pkotwicz@chromium.org
2014-07-12
1
-2
/
+3
*
Cleanup: favicon: Remove some chrome/ includes from favicon_handler.
tfarina@chromium.org
2014-07-12
1
-4
/
+3
*
Create ImageSkia for favicons that can be scaled to one that is not in resour...
oshima@chromium.org
2014-06-24
1
-5
/
+4
*
Convert ui::ScaleFactor -> float in favicon/history code
oshima@chromium.org
2014-06-20
1
-11
/
+8
*
Move favicon_util to favicon_base component
oshima@chromium.org
2014-06-16
1
-8
/
+8
*
Rename
oshima@chromium.org
2014-06-14
1
-11
/
+11
*
Remove ui::GetImageScale
oshima@chromium.org
2014-06-11
1
-1
/
+1
*
[Favicon] Add a check for empty list before calling ProcessCurrentUrl
mathp@chromium.org
2014-06-05
1
-9
/
+7
*
Move favicon callbacks to favicon_base
jiangj@opera.com
2014-05-22
1
-3
/
+4
*
Replace content's faviconURL with components/favicon's
jif@chromium.org
2014-05-19
1
-36
/
+15
*
Removes usage of NavigationEntry from favicon_handler.*
jif@chromium.org
2014-05-12
1
-49
/
+39
*
Remove page IDs from three WebContentsObserver APIs that don't need it.
creis@chromium.org
2014-05-05
1
-1
/
+0
*
Renamed FaviconHandlerDelegate to FaviconDriver.
jif@chromium.org
2014-04-28
1
-9
/
+9
*
Moves SelectFaviconFrames from history to the favicon_base component.
jif@chromium.org
2014-04-28
1
-1
/
+1
*
Remove usage of profile in FaviconHandler.
jif@chromium.org
2014-04-22
1
-5
/
+1
*
Take advantage of FaviconURL.icon_sizes to download largest favicon first.
michaelbai@chromium.org
2014-04-17
1
-21
/
+137
*
Moved favicon_types to favicon_base component.
jif@chromium.org
2014-04-17
1
-62
/
+59
*
Abstract dependency on bookmarks from FaviconHandler.
jif@chromium.org
2014-04-15
1
-4
/
+1
*
Moves knowledge of Profile out of FaviconHandler, into FaviconTabHelper.
jif@chromium.org
2014-04-10
1
-17
/
+16
*
Remove dependency on Profile's IsOffTheRecord in favicon_handler.
jif@chromium.org
2014-04-09
1
-2
/
+2
*
Minor cleanup of FaviconHandler
sky@chromium.org
2014-04-03
1
-64
/
+49
*
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
blundell@chromium.org
2014-02-06
1
-3
/
+3
*
Make FaviconService() use Profile as parameter
michaelbai@chromium.org
2013-11-05
1
-2
/
+2
*
Download and store large favicon for Android.
michaelbai@chromium.org
2013-10-25
1
-10
/
+10
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-2
/
+2
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-2
/
+2
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-2
/
+2
*
This CL:
pkotwicz@chromium.org
2013-09-18
1
-14
/
+19
*
This CL fixes two bugs:
pkotwicz@chromium.org
2013-06-22
1
-1
/
+4
*
Resizing huge favicons when retrieving those.
qsr@chromium.org
2013-06-20
1
-3
/
+29
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
1
-40
/
+40
*
Move files from c/b/a/bookmarks and c/b/a/sync back to c/b
kaiwang@chromium.org
2013-03-20
1
-1
/
+1
*
Add bool details to NOTIFICATION_FAVICON_UPDATED indicating whether the icon ...
pkotwicz@chromium.org
2013-03-08
1
-24
/
+26
*
Cleanup history favicon code
pkotwicz@chromium.org
2013-01-23
1
-50
/
+30
*
bookmarks: Break the dependency on c/b/bookmarks from favicon.
tfarina@chromium.org
2013-01-15
1
-5
/
+4
*
Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon
pkotwicz@chromium.org
2013-01-10
1
-2
/
+1
*
Finish converting FaviconService to use CancelableTaskTracker.
kaiwang@chromium.org
2012-12-12
1
-18
/
+19
*
Convert some FaviconService functions to use New CancelableTaskTracker
kaiwang@chromium.org
2012-12-07
1
-10
/
+14
*
move favicon download code from chrome/ into content/
caitkp@chromium.org
2012-12-06
1
-1
/
+1
*
Fix wrong indent
simon.hong81@gmail.com
2012-11-29
1
-1
/
+1
*
Remove DownloadImage method from FaviconTabHelper
caitkp@chromium.org
2012-11-20
1
-40
/
+7
*
Switch CreateAppShortcut to using FaviconDownloadHelper
caitkp@chromium.org
2012-11-16
1
-8
/
+5
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-6
/
+6
[next]