- ce271f5 Remove usage of profile in FaviconHandler. by [email protected] · 11 years ago
- 436359c Take advantage of FaviconURL.icon_sizes to download largest favicon first. by [email protected] · 11 years ago
- 7627e0b4 Moved favicon_types to favicon_base component. by [email protected] · 11 years ago
- e4a9c8b Abstract dependency on bookmarks from FaviconHandler. by [email protected] · 11 years ago
- 2c476bb Moves knowledge of Profile out of FaviconHandler, into FaviconTabHelper. by [email protected] · 11 years ago
- 20993f62 Remove dependency on Profile's IsOffTheRecord in favicon_handler. by [email protected] · 11 years ago
- 7c5f2379 Minor cleanup of FaviconHandler by [email protected] · 11 years ago
- f34ac13 Added sizes member in FaviconURL. So we could use it to find out the proper icon in FaviconHandler later. by [email protected] · 11 years ago
- 95003d52 Move clients of BrowserContextKeyedService to use KeyedService (#5) by [email protected] · 11 years ago
- e95b717f Move CancelableTaskTracker to //base/task/CancelableTaskTracker. by [email protected] · 12 years ago
- f718290e Make FaviconService() use Profile as parameter by [email protected] · 12 years ago
- b15a08ac Download and store large favicon for Android. by [email protected] · 12 years ago
- 50b6626 Remove dependency on ui::ScaleFactor from ui/gfx by [email protected] · 12 years ago
- d24adc83 Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" by [email protected] · 12 years ago
- 86c71f7 Remove dependency on ui::ScaleFactor from ui/gfx by [email protected] · 12 years ago
- 263cb08f This CL: by [email protected] · 12 years ago
- 836db30 Resizing huge favicons when retrieving those. by [email protected] · 12 years ago
- f1484c5 Remove references to Profile from browser_context_keyed_service. by [email protected] · 12 years ago
- 299e454 bookmarks: Get rid of the dependency on history_types.h by [email protected] · 12 years ago
- 749fadd Don't request missing favicon on every page request. by [email protected] · 12 years ago
- ee1a8676 Add bool details to NOTIFICATION_FAVICON_UPDATED indicating whether the icon URL changed since the notification was last sent. by [email protected] · 12 years ago
- b94584a Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. by [email protected] · 13 years ago
- 2303da8 Cleanup history favicon code by [email protected] · 13 years ago
- 8383aa96 Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon by [email protected] · 13 years ago
- 371d64a Remove straggling TabContents references. by [email protected] · 13 years ago
- 023f5e1 Removes Image(const unsigned char* png, size_t input_size) in favor of using gfx::Image::CreateFrom1xPNGBytes() by [email protected] · 13 years ago
- a55e85b Finish converting FaviconService to use CancelableTaskTracker. by [email protected] · 13 years ago
- 0ea3db5 Convert some FaviconService functions to use New CancelableTaskTracker by [email protected] · 13 years ago
- 795c2897 move favicon download code from chrome/ into content/ by [email protected] · 13 years ago
- 2bbdfdd Adds support for creating a gfx::Image from multi resolution raw data. by [email protected] · 13 years ago
- 5cd4245 Remove DownloadImage method from FaviconTabHelper by [email protected] · 13 years ago
- 921441c Remove alias from ChromeRenderViewHostTestHarness. by [email protected] · 13 years ago
- 04057e4e Expire favicons which were added with default favicon sizes by [email protected] · 13 years ago
- 171bc2de Enable hidpi favicons for favicons history does not know about. by [email protected] · 13 years ago
- 50e6230 Cleanup FaviconHandler code now that http://codereview.chromium.org/10870022/ has landed. by [email protected] · 13 years ago
- 2216f8f Remove unused attributes in TestFaviconHandler by [email protected] · 13 years ago
- 65baa22 Change FaviconData to be able to return data for multiple bitmaps for same icon URL. by [email protected] · 13 years ago
- 8655122 Revert 153695 - Change FaviconData to be able to return data for multiple bitmaps for same icon URL. by [email protected] · 13 years ago
- 8dae8e12 Change FaviconData to be able to return data for multiple bitmaps for same icon URL. by [email protected] · 13 years ago
- a5fd82b55 Give SelectFaviconFrames a quality score. by [email protected] · 13 years ago
- 18df76f0 Convert FaviconStatus::bitmap from SkBitmap to gfx::Image. by [email protected] · 13 years ago
- 77b914e Added FaviconTabHelper::GetNextFaviconDownloadRequestId() such that the id used in IconMsg_DownloadFavicon is unique. by [email protected] · 13 years ago
- ebbccb95 Move RefCountedBytes Class to base namespace. by [email protected] · 13 years ago
- 2130ee5 Fix favicon exact match logic and add test. by [email protected] · 13 years ago
- 46a32b9 Add abstractions that let embedders drive tests of WebContents, without exposing the internals of content/. by [email protected] · 13 years ago
- 23dc9ae Prioritize smaller favicons over larger ones for tabs, etc. (Take 3) by [email protected] · 13 years ago
- 4aa0418 Revert 128003 - Prioritize smaller favicons over larger ones for tabs, etc. (Take 2) by [email protected] · 13 years ago
- 33f97dd Prioritize smaller favicons over larger ones for tabs, etc. (Take 2) by [email protected] · 13 years ago
- 392033cf Revert 127737 - Prioritize smaller favicons over larger ones for tabs, etc. by [email protected] · 13 years ago
- f3eeff2 Prioritize smaller favicons over larger ones for tabs, etc. by [email protected] · 13 years ago
- d908348 Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exclusively. This allows updating all the creaters of TCW to not include tab_contents.h as well, and use WebContents::Create instead. by [email protected] · 14 years ago
- 10f417c5 Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes). by [email protected] · 14 years ago
- ad23a09 Convert a few methods in NavigationController to return a content::NavigationEntry, in preparation for creating an interface around NavigationController. by [email protected] · 14 years ago
- d583e3f2 Move FaviconStatus and SSLStatus out of NavigationEntry into their own files in content/public and in the content namespace. I've also made them structs instead of classes. This was because I didn't want to wrap them with Content API for what were really a collection of member variables. The one exception was SSLStatus::content_status which had helper functions around it to set and get the bitfield. Each of the two setter helpers were only called in one non-test code, and read in a few places, so I just converted them to do it directly. by [email protected] · 14 years ago
- 627e051 Rename TabContents::browser_context() to GetBrowserContext and put it into the WebContents interface. by [email protected] · 14 years ago
- bbdd298 base::Bind: Complete cleanup of history/. by [email protected] · 14 years ago
- 2f0158e Revert 104597 - base::Bind: Complete cleanup of history/. by [email protected] · 14 years ago
- 5f29403 base::Bind: Complete cleanup of history/. by [email protected] · 14 years ago
- 5097e2d ui/gfx: Refactor favicon_size.h by [email protected] · 14 years ago
- 93ab593 Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH to profile by [email protected] · 14 years ago
- e7013f4c Removal of Profile from content part 5. by [email protected] · 14 years ago
- 1dda977 Re-land r93365 - add RefCountedString by [email protected] · 14 years ago
- 289f5a7 Revert 93365 - it broke on Chrome OS by [email protected] · 14 years ago
- 2b1d9f1 Added RefCountedString, as this is what many RefCountedMemory users seem to want by [email protected] · 14 years ago
- 5b0c348 Refactor FaviconHandler to move code into delegate methods. by [email protected] · 14 years ago
- ee2ed42c Favicon file shuffling. by [email protected] · 14 years ago[Renamed (99%) from chrome/browser/favicon_handler_unittest.cc]
- 9f947fe Encapsulated FaviconHelper. by [email protected] · 14 years ago[Renamed (92%) from chrome/browser/favicon_helper_unittest.cc]
- ae4efe4 Make icon_messages use the IPC macros for defining the structs and the serialization code, and move the icon messages there. Also get rid of friend class in RenderView that's not needed anymore. by [email protected] · 14 years ago
- 60f36f9 a Downloaded or retrieved favicon and touch in FaviconHelper. by [email protected] · 14 years ago
- a965ca6 Revert 81158 due to memory bots - a Downloaded or retrieved favicon and touch in FaviconHelper.b.ViewHostMsg_UpdateFaviconURL can update multiple icon urlsBUG=71571TEST=Tested with existing unit test and add 2 new unit testsReview URL: http://codereview.chromium.org/6672065 by [email protected] · 14 years ago
- 351ef3bc a Downloaded or retrieved favicon and touch in FaviconHelper. by [email protected] · 14 years ago