summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-231-3/+3
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-6/+6
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-214-31/+35
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-182-7/+7
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-5/+5
* 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
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-193-8/+8
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-197-45/+46
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-182-1/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-1310-77/+80
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-081-1/+4
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-071-4/+1
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-071-1/+4
* CrOS - Allow tabs to be discarded then reloaded to save memory.jamescook@chromium.org2011-10-073-6/+113
* views: remove vertical tabsthakis@chromium.org2011-10-066-50/+0
* Multi-tab: Enabling dragging multiple tabs on Linux.dpapad@chromium.org2011-10-042-0/+13
* Extend chrome.tabs* API to support multiple tabs.jstritar@chromium.org2011-09-284-7/+11
* Remove compact navigation code.thakis@chromium.org2011-09-265-32/+0
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-5/+3