summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-286-25/+36
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-273-41/+43
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-272-2/+2
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-9/+11
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-252-10/+11
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-5/+4
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-212-7/+13
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+5
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-212-2/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-5/+5
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-5/+5
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-201-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Tweaks to the launcher favicon painting code. Current code resulted insky@chromium.org2011-12-161-1/+1
* base::Bind fixesgroby@chromium.org2011-11-294-22/+27
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2
* Provide assumed favicon for intents if page was never visited.groby@chromium.org2011-11-182-0/+14
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-1/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2