- 69e797f content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- c73a228 Fix RenderWidgetHostViewAura's accessible parent harder. by [email protected] · 12 years ago
- 31e1ff8a Notify the interstitial page's web contents delegate of focus. by [email protected] · 12 years ago
- ec6a7eb Rename RenderViewHostDelegate::RenderViewGone -> RenderViewTerminated by [email protected] · 12 years ago
- 20ca038 content: convert interstitial notifications to observer usage by [email protected] · 12 years ago
- 5f4c969 Be careful to avoid more work while InterstitialPageImpl is shutting down. by [email protected] · 12 years ago
- 60780f41 Move WebContentsView methods that are only called inside content over to WebContentsViewPort. by [email protected] · 12 years ago
- 0b68426 [Instant] Fixes several cases of search terms extraction. by [email protected] · 12 years ago
- 851d48c5 Stop caching pointers to RenderWidgetHostView in WebContentsView implementations (namely Aura and Windows). This is a cause of problems because it sometimes goes out of date (i.e. with pending navigations that fail, and previously with interstitials). by [email protected] · 12 years ago
- 7cbee402 Revert 171831 by [email protected] · 12 years ago
- 20a02f9 Stop caching pointers to RenderWidgetHostView in WebContentsView implementations (namely Aura and Windows). This is a cause of problems because it sometimes goes out of date (i.e. with pending navigations that fail, and previously with interstitials). by [email protected] · 12 years ago
- 678c036 Add content/browser/loader/ for resource loading related classes. by [email protected] · 12 years ago
- 8dbb764ef Fix the html select tag showing up at the wrong position. This was a regression from r166446. by [email protected] · 13 years ago
- 061b2b31 Making it easier to hook a ContentViewCore to the SurfaceView. by [email protected] · 13 years ago
- 6680062 Add support for interstitial pages on android. by [email protected] · 13 years ago
- 41d8685 Plumb drag event info through from the renderer. This CL appends the following by [email protected] · 13 years ago
- a655da9 Try#2: InterstitialPage: shutdown RVH asynchronously. by [email protected] · 13 years ago
- ceb36f7d Add Vector2d classes that represent offsets, instead of using Point. by [email protected] · 13 years ago
- 7cb19c9 Revert 164838 - InterstitialPage: shutdown RVH asynchronously. by [email protected] · 13 years ago
- 7f56247a InterstitialPage: shutdown RVH asynchronously. by [email protected] · 13 years ago
- 500ca7f1 Browser Plugin: Deleted old implementation (browser side) by [email protected] · 13 years ago
- 8ff00d7 Move a bunch more code into the content namespace. by [email protected] · 13 years ago
- 1de0fc0 We do not pass enums by conts references. This CL fixes style errors introduced by [email protected] · 13 years ago
- ba16e3a Context menus should appear above the touch point if invoked by long press. by [email protected] · 13 years ago
- 4c3a2358 Move StoragePartition into content/public and remove BrowserContext::GetDOMStorageContext(). by [email protected] · 13 years ago
- d1198fd Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. by [email protected] · 13 years ago
- deb6bb7 Fix a couple ImageSkia implicit conversion bugs. by [email protected] · 13 years ago
- 97714c8 Fix for DOMStorageContextImpl::LeakyCloneSessionStorage. by [email protected] · 13 years ago
- e73c616 Sanity fix: don't use dom_storage::kInvalidSessionStorageNamespaceId as a pointer. by [email protected] · 13 years ago
- 24d2b17 Multi-select <select> in 'external popup window' by [email protected] · 13 years ago
- 7900bfdb Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work by [email protected] · 13 years ago
- 5a3bdf5 Move RenderViewHostDelegate::View to content/port and rename it to RenderViewHostDelegateView. This only needs to be seen by embedders who override WebContentsView. As a result, WebContentsView doesn't derive from it anymore. by [email protected] · 13 years ago
- bafe6cd Move the create/show window/widget calls from RenderViewHostDelegate::View to RenderViewHostDelegate. by [email protected] · 13 years ago
- 31b6b22 Make RenderViewHost show the mac popupmenu itself instead of going through RVHD. by [email protected] · 13 years ago
- 299d7f1 Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum value in the WebContents' property bag. by [email protected] · 13 years ago
- ba45bfd Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. There are no ViewType values left in content, so in the next change I'll move this whole concept out of content and into chrome. That allows us to get rid of RenderViewHostDelegate::GetRenderViewType which is the last remaining need for RVHD in chrome. by [email protected] · 13 years ago
- b87ee52 Move NativeWebKeyboardEvent to the content namespace. by [email protected] · 13 years ago
- 4ca76c0 Move keyboard related methods from RenderViewHostDelegate to a new RenderWidgetHostDelegate by [email protected] · 13 years ago
- 51dbd1c Browser Plugin: Removed BrowserPluginWebContentsObserver (to be replaced by rewritten BrowserPluginHost in subsequent patch). Plumbed embedder_process_id and embedder_routing_id. by [email protected] · 13 years ago
- 6717bf27 Quote WebPreferences in namespace webkit_glue. by [email protected] · 13 years ago
- 14392a5 Create swapped-out opener RVHs after a process swap. by [email protected] · 13 years ago
- 3bbacc5b TabContents -> WebContentsImpl, part 19. by [email protected] · 13 years ago
- 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
- b928936b DomStorage house cleaning in preparation of deleting the now obsolete in_process_webkit support for this component. by [email protected] · 13 years ago
- 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago
- f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago[Renamed (99%) from content/browser/tab_contents/interstitial_page_impl.cc]
- f913393 3D CSS webkit effects were not fully functional, as the compositor is disabled for the Chrome UI. So instead of using the VirtualURL, we use the URL. by [email protected] · 13 years ago
- ea11472 Add content/public/browser/resource_dispatcher_host.h by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- b3c41c0b Move Render(Widget|View)HostImpl to files with _impl in filename. by [email protected] · 13 years ago
- 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
- 5626b089 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- 0553ad4 Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- 86b3b46 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
- c30585c Introduce content::RenderWidgetHostViewPort (in content/port/browser). by [email protected] · 13 years ago
- 2f62bee Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
- 03d12f0c Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
- 8dfde66 Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
- 35be7ec Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: by [email protected] · 13 years ago
- cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago[Renamed (81%) from content/browser/tab_contents/interstitial_page.cc]
- 85f0a57 Use InterstitialPage through a delegate interface instead of deriving from it. by [email protected] · 13 years ago
- 64d69de4 Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPrefs setting that's for content features to content. A lot of the GPU command line flags were in chrome but should have been in content. by [email protected] · 13 years ago
- 766a708 Move DOMAutomationController code from chrome to content. This is needed by interstitial pages which are in content, and also browser tests in content. by [email protected] · 13 years ago
- b658359 Define the public interface for content browser SiteInstance. This interface is implemented by the SiteInstanceImpl class which lives by [email protected] · 13 years ago
- b7a756d4 Change grow box computation back to a method on BrowserWindow by [email protected] · 13 years ago
- b0b67cf Move RenderViewHostDelegate to content/public and content namespace. by [email protected] · 13 years ago
- 8643e6d Rename TabContentsView to WebContentsView and move to content/public. by [email protected] · 13 years ago
- 9990736 Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- b39e7a88b Revert 117078 - Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- b4e74ee Move creation and ownership of ResourceDispatcherHost and PluginService to content. This gives a few benefits: by [email protected] · 13 years ago
- d908348 Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exclusively. This allows updating all the creaters of TCW to not include tab_contents.h as well, and use WebContents::Create instead. by [email protected] · 13 years ago
- c5eed49 Get rid of content::NavigationController in cc file and use "using" instead. by [email protected] · 13 years ago
- d202a7c Rename NavigationController to NavigationControllerImpl. I'll get rid of content::NavigationController in a separate change. by [email protected] · 13 years ago
- cdcb1dee Convert WebContents to return a content::NavigationController instead of the implementation. Update all the headers in chrome to use the interface only. In a subsequent cl, I'll rename the implementation to NavigationControllerImpl and also get rid of content::NavigationController everywhere. by [email protected] · 13 years ago
- cca0f1e Convert all the notifications which use NavigationController to content::NavigationController. After this is done, we can then make WebContents return a content::NavigationEntry instead of the impl. by [email protected] · 13 years ago
- 4b19ea5 Replace the TabContents* accessors with WebContents* in InterstitialPage, BackgroundContents and NativeTabContentsContainer and update the related code. by [email protected] · 13 years ago
- fbc5e5f9 Convert chrome users of NavigationController::tab_contents() to use GetWebContents() instead. by [email protected] · 13 years ago
- 10f417c5 Rename NavigationController to NavigationControllerImpl and put it into the content namespace. Also make all users of content::NavigationController interface use the "using" keyword so they don't have to put content:: everywhere (similar to other Content API and WebKit API classes). by [email protected] · 13 years ago
- 022af74 Remove the remaining usages of NavigationEntry in chrome by converting a few more NavigationController methods to return the interface. In a followup, I'll rename NavigationEntry to NavigationEntryImpl, then create an interface for NavigationController. by [email protected] · 13 years ago
- ad23a09 Convert a few methods in NavigationController to return a content::NavigationEntry, in preparation for creating an interface around NavigationController. by [email protected] · 13 years ago
- ea049a0 Convert a bunch of WebContentsObservers to use web_contents() instead of tab_contents(), as well as all the dependent code. by [email protected] · 13 years ago
- 36fc039 Create a Content API around NavigationEntry that's in content/public/browser. NavigationEntry will be renamed to NavigationEntryImpl in a later change. It now derives from content::NavigationEntry. Most of this change is changing unix_hacker functions to CamelCase and updating callers. by [email protected] · 13 years ago
- 0bfbf88 Move the remaining TabContents methods to the WebContents interface, switching unix_hacker to CamelCase as necessary. I've moved the WebContents definitions to be in the same order as the declarations. by [email protected] · 13 years ago
- 627e051 Rename TabContents::browser_context() to GetBrowserContext and put it into the WebContents interface. by [email protected] · 13 years ago
- f5fa20e Revert 115346. The change didn't break anything, the test was faulty. Will disable in a followup. - Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
- e397a447 Allow keyboard shortcuts on interstitial pages. by [email protected] · 13 years ago
- 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
- d487beefe Rename TabContents::view() to GetView() and put it in the WebContents interface. by [email protected] · 13 years ago
- 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
- 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 13 years ago
- 74ce1ad Make page IDs be specific to a RenderView rather than global to its process. by [email protected] · 13 years ago
- 2ad9270 Respect command line flags for interstitial pages. by [email protected] · 13 years ago
- 14afc01 Move view_types.h to view_type.h, since that's the standard name for enums. by [email protected] · 14 years ago
- b6c547c Remove custom Task implementations in content renderer_host and tab_contents. by [email protected] · 14 years ago
- f3b1a08 Define the public interface for content browser RenderProcessHost. This interface is implemented by the RenderProcessHostImpl class which lives in content\browser\renderer_host\render_process_host_impl.cc/.h. The RenderProcessHostImpl class is a consolidation of the RenderProcessHost and BrowserRenderProcessHost classes. by [email protected] · 14 years ago
- 30426c3 net: Move the last two Escape() functions into the net namespace. by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- daf82f8 Move RendererPreferences to content/public/common and also put in the content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago