summaryrefslogtreecommitdiffstats
path: root/components/favicon
Commit message (Expand)AuthorAgeFilesLines
* Do not call FaviconHandler::OnUpdateFaviconURL() if there is no last committe...pkotwicz2015-08-142-15/+53
* Add utilities to remove duplication in BookmarkClient implementations.sdefresne2015-07-293-0/+87
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+1
* favicon: Replace usage of GetActiveEntry by GetLastCommittedEntry.tfarina2015-07-011-4/+4
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Change ownership of ChromeFaviconClientsdefresne2015-06-115-10/+11
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Fix a bug where the desired size was passed to GetLargestRawFaviconForPageURL...beaudoin2015-05-281-1/+1
* [Large Icon Service] Move icon resizing into worker thread.huangs2015-05-115-89/+173
* [Large Icon Service] Adding unit test.huangs2015-05-085-1/+306
* [Large Icon Service] Remove bad DCHECK.huangs2015-05-071-3/+0
* [Large Icon Service] Add min_source_size_in_pixel param for increased flexibi...huangs2015-05-062-15/+29
* [Icons NTP] Resize icons returned by LargeIconService to match requested size.huangs2015-05-012-25/+64
* Fix FaviconHandler when it has multiple icon URLs and one of them is invalidpkotwicz2015-04-282-28/+194
* Simplify FaviconHandler::OnFaviconData()pkotwicz2015-04-281-28/+26
* [Local NTP] Fix chrome://large-icon fallback when no favicon is found.huangs2015-04-271-5/+4
* [Icons NTP] Refactor large_icon_source to extract the logic shared between de...beaudoin2015-04-223-0/+144
* Simplify FaviconHandlerpkotwicz2015-04-212-57/+52
* Complete WebStateObserverBridge and follow Cocoa naming style.jyquinn2015-04-152-2/+2
* Cleanup favicon after componentization completionsdefresne2015-04-142-3/+2
* Componentize FaviconHandlerTestsdefresne2015-04-103-3/+1655
* Componentize FaviconTabHelpersdefresne2015-04-0913-11/+830
* Remove unused ThumbnailDatabase::UpdateIconMapping() and ThumbnailDatabase::C...pkotwicz2015-04-082-13/+0
* Remove NOTIFICATION_FAVICON_UPDATEDsdefresne2015-04-082-0/+12
* Add GetActiveTitle method to FaviconDriversdefresne2015-04-031-2/+6
* Cleanup FaviconDriver interfacesdefresne2015-04-032-13/+28
* Introduce components/favicon/iossdefresne2015-04-023-0/+82
* Remove dependency of FaviconHandler on FaviconClientsdefresne2015-04-014-15/+7
* Move FallbackIconClient & FallbackIconService into favicon namespacesdefresne2015-04-013-1/+13
* Revert of Revert of Move //components/favicon code into the favicon namespace...hayato2015-03-319-64/+80
* Revert of Move //components/favicon code into the favicon namespace (patchset...hayato2015-03-319-80/+64
* Move //components/favicon code into the favicon namespacesdefresne2015-03-309-64/+80
* [Fallback Icons] Refactor FallbackIconService to be a BrowserContext-level si...huangs2015-03-275-24/+44
* [Icons NTP] Refactoring: Moving FallbackIconService to components\favicon\corehuangs2015-03-254-0/+148
* Componentize conversion of content::FaviconURL to favicon::FaviconURLsdefresne2015-03-204-0/+99
* Remove //components/favicon/core/browsersdefresne2015-03-209-43/+28
* [Icons NTP] Enable Large Icon URL storage and image fetching (Touch Icons onl...huangs2015-03-182-15/+33
* Componentize FaviconService and FaviconHandlersdefresne2015-03-169-4/+1705
* Remove dependency of FaviconService on //chrome, //content & //extensionssdefresne2015-03-131-0/+19
* Refactor favicon to use C++11 loop and fix style violationsdefresne2015-03-132-3/+15
* Remove FaviconClient::GetFaviconServicesdefresne2015-03-131-3/+0
* Add sdefresne as temporary OWNERS of favicon & favicon_basesdefresne2015-01-141-1/+4
* This patch added Observer in FaviconTabHelper, so the favicon retrieved by Fa...michaelbai2014-11-041-15/+7
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-1/+1
* Add more components to GN build.brettw@chromium.org2014-07-091-0/+18
* Turn FaviconClient into a Keyed service - reland.jif@chromium.org2014-06-242-1/+4
* Revert 276642 "Turn FaviconClient into a Keyed service."zhaoqin@google.com2014-06-122-4/+1
* Turn FaviconClient into a Keyed service.jif@chromium.org2014-06-122-1/+4
* Create favicon_url mirror in components/favicon.jif@chromium.org2014-05-163-0/+59
* Removes usage of NavigationEntry from favicon_handler.*jif@chromium.org2014-05-121-6/+29