summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* 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-082-1/+26
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Introduce ManifestFeatureProvider.kalman@chromium.org2012-02-241-2/+8
* Updates OWNERS files.sky@chromium.org2012-02-131-0/+1
* Profiles: Generalize ProfileKeyedServiceFactory into a base class and the par...erg@chromium.org2012-02-131-1/+1
* Add openerTabId to chrome.tabs.create and chrome.tabs.update.jstritar@chromium.org2012-01-283-1/+30
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-256-4/+9
* Profiles: Make PinnedTabService use the same interface as every other service.erg@google.com2012-01-253-15/+41
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-241-2/+3
* Creates a mock TabStripDelegate implementation. I'm going to need thissky@chromium.org2012-01-204-33/+157
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-3/+4
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-4/+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-062-8/+7
* 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-043-20/+20
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-044-29/+30
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-044-36/+43
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-032-2/+4
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-032-11/+10
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-292-2/+2
* Convert all of the WebContentsDelegate to use WebContents instead of TabConte...jam@chromium.org2011-12-281-5/+5
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-283-6/+9
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-282-3/+3
* Bug repropkotwicz@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-283-7/+8
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-272-0/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-262-32/+33
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-253-9/+15
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-252-4/+4
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-3/+5
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-222-21/+23
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-222-3/+3
* 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-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-215-24/+27
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-215-27/+24
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-215-24/+27
* Move TabContentsDelegate to content/public/browser and put it in the content ...tfarina@chromium.org2011-12-202-2/+2
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Really forward declare FullscreenController in browser.htfarina@chromium.org2011-12-201-1/+1
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-202-4/+4
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-10/+12
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-124-23/+31
* Update CreateTabContents to use a content::Referrer instead of a plain URLjochen@chromium.org2011-12-064-4/+7
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1