| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an API around InterstitialPage that's used by chrome. | jam@chromium.org | 2012-02-08 | 1 | -733/+0 |
* | Use InterstitialPage through a delegate interface instead of deriving from it. | jam@chromium.org | 2012-02-07 | 1 | -18/+41 |
* | Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre... | jam@chromium.org | 2012-02-06 | 1 | -3/+1 |
* | Move DOMAutomationController code from chrome to content. This is needed by i... | jam@chromium.org | 2012-02-03 | 1 | -0/+12 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -2/+3 |
* | Change grow box computation back to a method on BrowserWindow | thakis@chromium.org | 2012-01-23 | 1 | -0/+4 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -0/+1 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -8/+9 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 1 | -4/+2 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -2/+6 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -6/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -2/+3 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -2/+3 |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -2/+2 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -5/+15 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -2/+2 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -4/+6 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -3/+4 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -4/+4 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 1 | -2/+3 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | Allow keyboard shortcuts on interstitial pages. | mattm@chromium.org | 2011-12-21 | 1 | -0/+17 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -7/+7 |
* | Make page IDs be specific to a RenderView rather than global to its process. | creis@chromium.org | 2011-12-16 | 1 | -1/+3 |
* | Respect command line flags for interstitial pages. | sievers@chromium.org | 2011-12-07 | 1 | -0/+5 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Remove custom Task implementations in content renderer_host and tab_contents. | dcheng@chromium.org | 2011-11-29 | 1 | -41/+29 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -3/+3 |
* | net: Move the last two Escape() functions into the net namespace. | tfarina@chromium.org | 2011-11-09 | 1 | -1/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -1/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -9/+9 |
* | Move the PageType enum to content/public/common, put it into the content name... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -3/+3 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -2/+3 |
* | Make panel adjust bounds per preferred size change notification on Windows. | jianli@chromium.org | 2011-09-07 | 1 | -5/+0 |
* | Fix NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED. | avi@chromium.org | 2011-08-30 | 1 | -2/+3 |