summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon
Commit message (Expand)AuthorAgeFilesLines
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-07-182-10/+20
* Coverity: Fix a pass-by-value.jhawkins@chromium.org2012-07-172-2/+2
* Added FaviconTabHelper::GetNextFaviconDownloadRequestId() such that the id us...pkotwicz@chromium.org2012-07-127-13/+61
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* When adding a no-visit-history item for a bookmark URL, also give that histor...benm@chromium.org2012-06-261-1/+1
* Reverting since this apparently caused Mac perf to suffer. Will break it down...rlp@chromium.org2012-06-252-22/+10
* Reverting since this did not fix so I can revert the original change in the h...rlp@chromium.org2012-06-252-18/+12
* Fixing the way HistoryServiceFactory access the history service and updated a...rlp@chromium.org2012-06-222-12/+18
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-192-10/+22
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-1/+1
* Revert 137075 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-1/+1
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-1/+1
* Revert 137068 - Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-1/+1
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-151-1/+1
* Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failuretoyoshim@chromium.org2012-05-141-1/+1
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-1/+1
* Revert 136812 - Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-1/+1
* Get rid of Image::Image(SkBitmap*)pkotwicz@chromium.org2012-05-141-1/+1
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-022-3/+6
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-202-8/+7
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-172-3/+3
* Added the method to get favicon by ID.michaelbai@chromium.org2012-04-052-4/+27
* ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API.tfarina@chromium.org2012-03-271-2/+2
* Fix favicon exact match logic and add test.stevenjb@chromium.org2012-03-263-23/+98
* Clear image_urls_ in FaviconHandler::FetchFaviconstevenjb@chromium.org2012-03-241-0/+1
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-222-4/+4
* Prioritize smaller favicons over larger ones for tabs, etc. (Take 3)stevenjb@google.com2012-03-213-129/+289
* Revert 128003 - Prioritize smaller favicons over larger ones for tabs, etc. (...wez@chromium.org2012-03-213-288/+129
* Prioritize smaller favicons over larger ones for tabs, etc. (Take 2)stevenjb@chromium.org2012-03-213-129/+288
* Revert 127737 - Prioritize smaller favicons over larger ones for tabs, etc.zmo@google.com2012-03-203-289/+130
* Prioritize smaller favicons over larger ones for tabs, etc.stevenjb@chromium.org2012-03-203-130/+289
* Remove all |gfx::Image(new SkBitmap(...))| antipatterns.rsesek@chromium.org2012-03-151-4/+3
* Add FaviconBitmapHandler, request large icons for the launcher.stevenjb@chromium.org2012-03-132-2/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Make chrome/browser/favicon build for Android.yfriedman@chromium.org2012-02-091-2/+2
* Rename WebUIFactory to WebUIControllerFactory since that's what it creates now.jam@chromium.org2012-01-271-2/+2
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-2/+2
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-1/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Remove a few trivial tab_contents.h includes in chrome that I missed earlier.jam@chromium.org2012-01-061-1/+1
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-062-2/+4
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-042-4/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-8/+6
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-4/+7
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-292-2/+2
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-285-19/+21
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-2/+3