summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon/favicon_tab_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add FaviconBitmapHandler, request large icons for the launcher.stevenjb@chromium.org2012-03-131-1/+1
* 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
* 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 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-061-1/+2
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-3/+3
* 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-291-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-5/+5
* 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-281-4/+5
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-9/+11
* 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-251-4/+4
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* 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-211-1/+1
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+5
* 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
* base::Bind fixesgroby@chromium.org2011-11-291-1/+1
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-1/+1
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-7/+8
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Reland 90035 - Deflakify Prerender Favicon Test by removing timer and usingrvargas@google.com2011-06-231-0/+5
* Revert 90035 - Deflakify Prerender Favicon Test by removing timer and usingrvargas@google.com2011-06-231-5/+0
* Deflakify Prerender Favicon Test by removing timer and usingtburkard@chromium.org2011-06-221-0/+5
* Refactor FaviconHandler to move code into delegaterohitrao@chromium.org2011-06-171-12/+31
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-1/+2
* Adapt to new icon interface from WebFramemichaelbai@google.com2011-05-171-2/+2
* Move favicon from TabContents to TabContentsWrapper.avi@chromium.org2011-05-031-0/+91