summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/interstitial_page.cc
Commit message (Expand)AuthorAgeFilesLines
* Add an API around InterstitialPage that's used by chrome.jam@chromium.org2012-02-081-733/+0
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-071-18/+41
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-061-3/+1
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-031-0/+12
* Define the public interface for content browser SiteInstance. This interface ...ananta@chromium.org2012-01-251-2/+3
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-0/+4
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-0/+1
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-8/+9
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-4/+2
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-2/+6
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-6/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-2/+3
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-2/+3
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-2/+2
* Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac...jam@chromium.org2012-01-021-5/+15
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-2/+2
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-4/+6
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-3/+3
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-3/+4
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-4/+4
* Move the remaining TabContents methods to the WebContents interface, switchin...jam@chromium.org2011-12-221-2/+3
* 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-8/+8
* Allow keyboard shortcuts on interstitial pages.mattm@chromium.org2011-12-211-0/+17
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-8/+8
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-8/+8
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-7/+7
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-1/+3
* Respect command line flags for interstitial pages.sievers@chromium.org2011-12-071-0/+5
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Remove custom Task implementations in content renderer_host and tab_contents.dcheng@chromium.org2011-11-291-41/+29
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+3
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Move RendererPreferences to content/public/common and also put in the content...jam@chromium.org2011-10-311-1/+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-191-3/+3
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-9/+9
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-3/+3
* Move BindingsPolicy enum to content\public\common and put it in the content n...jam@chromium.org2011-10-111-2/+2
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-2/+3
* Make panel adjust bounds per preferred size change notification on Windows.jianli@chromium.org2011-09-071-5/+0
* Fix NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED.avi@chromium.org2011-08-301-2/+3