summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/toolbar/back_forward_menu_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Use base namespace for string16 in chrome/browser.brettw@chromium.org2013-12-061-3/+3
* Make FaviconService() use Profile as parametermichaelbai@chromium.org2013-11-051-2/+1
* Move text_elider to gfx.ben@chromium.org2013-09-091-2/+2
* 2nd try: Supporting high dpi favicons in Instant Extended.pedrosimonetti@chromium.org2013-07-171-1/+1
* Revert 211085 "Preparation for supporting high dpi favicons in I..."pauljensen@chromium.org2013-07-111-1/+1
* Preparation for supporting high dpi favicons in Instant Extended.pedrosimonetti@chromium.org2013-07-111-1/+1
* bookmarks: Get rid of the dependency on history_types.htfarina@chromium.org2013-05-161-4/+4
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-4/+6
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-6/+4
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-4/+6
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-2/+2
* Move the methods in disposition_utils.h and event_disposition.h to ui\base\wi...jam@chromium.org2013-01-231-2/+2
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Convert some FaviconService functions to use New CancelableTaskTrackerkaiwang@chromium.org2012-12-071-10/+13
* Alternate NTP: Update recent tabs fav iconssail@chromium.org2012-11-191-0/+4
* Remove stale TODO in BackForwardMenuModel::OnFaviconDataAvailablepkotwicz@chromium.org2012-10-031-2/+0
* Introduce structures to reduce the number of arguments in the FaviconService ...leandrogracia@chromium.org2012-09-061-2/+2
* Change FaviconData to be able to return data for multiple bitmaps for same ic...pkotwicz@chromium.org2012-08-301-15/+13
* Revert 153695 - Change FaviconData to be able to return data for multiple bit...pkotwicz@chromium.org2012-08-281-13/+15
* Change FaviconData to be able to return data for multiple bitmaps for same ic...pkotwicz@chromium.org2012-08-281-15/+13
* The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...skuhne@chromium.org2012-08-241-0/+5
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-3/+4
* Revert 152904 - Moving FaviconService to a ProfileKeyedService.ricow@chromium.org2012-08-231-4/+3
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-3/+4
* Convert ui::MenuModel to use gfx::Image instead of ImageSkia.rsesek@chromium.org2012-08-221-10/+6
* Convert FaviconStatus::bitmap from SkBitmap to gfx::Image.thakis@chromium.org2012-08-031-2/+4
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+0
* browser: Move more files into chrome namespace.tfarina@chromium.org2012-07-021-1/+1
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+2
* Move browser commands into a separate file.ben@chromium.org2012-06-251-1/+5
* Move singleton tabs off Browser.ben@chromium.org2012-06-211-3/+4
* TabContentsWrapper -> TabContents, part 47.avi@chromium.org2012-06-111-2/+2
* Converts ui/views/controls, ui/views/examples, ui/base/models to use gfx::Ima...pkotwicz@chromium.org2012-05-241-3/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-3/+3
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-13/+16
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-3/+3
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-8/+7
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-7/+10
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-5/+5
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-8/+8
* 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-9/+9
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-9/+9
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-9/+9
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-5/+7