summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs/tab_strip_model_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-2449/+0
* TabContents -> WebContentsImpl, part 21.avi@chromium.org2012-04-171-11/+13
* Modified TabStripModel to send the tab deactivation event before the active t...aaron.randolph@gmail.com2012-04-031-53/+86
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-0/+1
* Modify tab strip behavior to make the next index in the tab selection the act...aaron.randolph@gmail.com2012-03-081-0/+24
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Introduce ManifestFeatureProvider.kalman@chromium.org2012-02-241-2/+8
* Add openerTabId to chrome.tabs.create and chrome.tabs.update.jstritar@chromium.org2012-01-281-0/+15
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-0/+1
* Creates a mock TabStripDelegate implementation. I'm going to need thissky@chromium.org2012-01-201-32/+9
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-3/+4
* Remove a few trivial tab_contents.h includes in chrome that I missed earlier.jam@chromium.org2012-01-061-6/+4
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-2/+2
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-29/+30
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-4/+4
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-4/+5
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-2/+3
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-5/+7
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-7/+5
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-5/+7
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-5/+7
* Update CreateTabContents to use a content::Referrer instead of a plain URLjochen@chromium.org2011-12-061-1/+1
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-231-3/+3
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+10
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-52/+55
* CrOS - Allow tabs to be discarded then reloaded to save memory.jamescook@chromium.org2011-10-071-2/+63
* views: remove vertical tabsthakis@chromium.org2011-10-061-2/+0
* Extend chrome.tabs* API to support multiple tabs.jstritar@chromium.org2011-09-281-1/+2
* Remove compact navigation code.thakis@chromium.org2011-09-261-2/+0
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-5/+3
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+2
* Revamp the multi-profiles testing infrastructure.rsesek@chromium.org2011-08-311-11/+0
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+2
* Mac: Split SystemMonitor initialization so it's not blocked by the Sandbox.jeremy@chromium.org2011-07-041-2/+7
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-281-0/+7
* Multi-tab: Adding new Notification when tab selection changes (again).dpapad@chromium.org2011-06-231-12/+122
* Revert 89752 - Multi-tab: Adding new Notification when tab selection changes.dpapad@chromium.org2011-06-201-122/+12
* Multi-tab: Adding new Notification when tab selection changes.dpapad@chromium.org2011-06-201-12/+122
* Multi-tab: Renaming TabStripModel::GetSelectedTabContents to GetActiveTabCont...dpapad@chromium.org2011-06-091-22/+22
* Multi-tab selection: Renaming TabStripModelObserver::TabSelectedAt to ActiveT...dpapad@chromium.org2011-05-241-5/+5