summaryrefslogtreecommitdiffstats
path: root/components/favicon
Commit message (Expand)AuthorAgeFilesLines
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-252-0/+3
* Convert C++ files to Objective-C++ files to remove hack.sdefresne2016-02-161-0/+0
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-261-4/+3
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-2513-2/+23
* Get 'gn_all' building on iOS in GN builds.dpranke2015-12-151-0/+1
* Refactor FaviconDriver::OnFaviconAvailable()pkotwicz2015-11-2312-422/+265
* Move GetFallbackIconText to favicon/coreolivierrobin2015-11-167-6/+116
* Remove redundant FaviconDriverImpl::large_icon_handler_ on Androidpkotwicz2015-10-272-19/+3
* Make logic in OnFaviconDataForInitialURLFromFaviconService() the same for tou...pkotwicz2015-10-262-23/+25
* More gn check fixesbrettw2015-10-242-0/+6
* Fix FaviconDriver::OnFaviconAvailable() sometimes not being called when JS ch...pkotwicz2015-10-223-26/+135
* Remove redundant FaviconHandler::handler_type_pkotwicz2015-10-214-61/+60
* Make ProcessCurrentUrl() and OnFaviconDataForInitialURLFromFaviconService() s...pkotwicz2015-10-162-40/+27
* Stop FaviconHandler from querying GetActiveFaviconValidity() part 2/2pkotwicz2015-10-147-31/+4
* Stop FaviconHandler from querying GetActiveFaviconValidity() part 1/2pkotwicz2015-10-131-11/+3
* Fix dependency.avi2015-10-133-0/+3
* Ignore duplicate FaviconHandler::OnUpdateFaviconURL() callspkotwicz2015-10-083-71/+140
* Remove useless FaviconHandler::PageChangedSinceFaviconWasRequested()pkotwicz2015-09-289-109/+101
* Adding components to dependencies on iOS.sherouk2015-09-221-3/+7
* Replacing constant returned values with constant references.kolos2015-09-081-2/+2
* Fix dependency on //content from //components/favicon/core.sdefresne2015-09-075-27/+16
* Remove GetActiveTitle() and GetActiveFaviconImage() from FaviconDriver interfacepkotwicz2015-08-279-68/+36
* Sync more GN unit tests with GYP.brettw2015-08-212-3/+17
* Revert of Sync more GN unit tests with GYP. (patchset #3 id:40001 of https://...nasko2015-08-212-17/+3
* Sync more GN unit tests with GYP.Brett Wilson2015-08-202-3/+17
* 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