- e35ccd5 Get rid of the last RenderViewHostDelegate usage in chrome. by [email protected] · 13 years ago
- 172cf71 Browser Plugin: browser process side changes 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
- 375fa1b Browser Plugin: WebContnets should notify when it's restored 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
- f66df82 Add a factory function to create WebContentsView implementations. 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
- 20b433a Send the correct referrer and policy when saving a file via PPAPI by [email protected] · 13 years ago
- f546640b Adds support for calling postMessage on a frame living in a different renderer. by [email protected] · 13 years ago
- c8160f2 Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. by [email protected] · 13 years ago
- 6717bf27 Quote WebPreferences in namespace webkit_glue. by [email protected] · 13 years ago
- 86ef6a39 Add info about user agent overrides to WebContents by [email protected] · 13 years ago
- 54047eb5 Handle IPC messages related to provisional loads in RenderViewHostImpl by [email protected] · 13 years ago
- e1c3a55 Support cross-process window.close() messages. by [email protected] · 13 years ago
- 196159d Don't allow targeted navigations across BrowsingInstances. by [email protected] · 13 years ago
- 14392a5 Create swapped-out opener RVHs after a process swap. by [email protected] · 13 years ago
- 42252e0 User Gesture plumbed from Renderer to Browser's FullscreenController::RequestToLockMouse. by [email protected] · 13 years ago
- 87717d0e re-use WebUIs by [email protected] · 13 years ago
- d0759f49 ignore WebUISend messages from old pages by [email protected] · 13 years ago
- c695854c Post TCVV death cleanup. by [email protected] · 13 years ago
- 55578b0a content: Do not pass SkColor by const-reference as it's defined as POD(integer). by [email protected] · 13 years ago
- 3bbacc5b TabContents -> WebContentsImpl, part 19. by [email protected] · 13 years ago
- ca13a44 TabContents -> WebContentsImpl, part 16 by [email protected] · 13 years ago
- e018d3b TabContents -> WebContentsImpl, part 15. by [email protected] · 13 years ago
- 9f2a9d7 TabContents -> WebContentsImpl, part 13. by [email protected] · 13 years ago
- 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
- 8be4584 This adds a hang monitor for Pepper plugins. It monitors sync messages on the I/O thread of the renderer and sends a message to the browser if it's blocked for too long. by [email protected] · 13 years ago
- 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago[Renamed (98%) from content/browser/tab_contents/tab_contents.h]
- 6eddfd44 TabContents -> WebContentsImpl, part 5. by [email protected] · 13 years ago
- 0c4e92e6 TabContents -> WebContentsImpl, part 4. by [email protected] · 13 years ago
- f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago
- b172aee TabContents -> WebContentsImpl, part 1. by [email protected] · 13 years ago
- 8dd709fb Browser side implementation of browser plugin by [email protected] · 13 years ago
- a13283cc Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by [email protected] · 13 years ago
- 80e776ae Rename and move TestTabContents to content::TestWebContents. by [email protected] · 13 years ago
- 82114f5 Minor cleanup in content. by [email protected] · 13 years ago
- da854376 Implement input type=color UI by [email protected] · 13 years ago
- dd8678f Revert 126889 - Implement input type=color UI by [email protected] · 13 years ago
- 1075da5 Implement input type=color UI by [email protected] · 13 years ago
- 09d31d5 Move LoadNotificationDetails to content/public/browser and put it in the content namespace. by [email protected] · 13 years ago
- a0358d7 Prerendered pages are swapped in at browser::Navigate time. by [email protected] · 13 years ago
- eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
- 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
- 61e2b3cc Change panels to be able to turn off autoresize. by [email protected] · 13 years ago
- aa4f397 Hide MHTMLGenerationManager from chrome. by [email protected] · 13 years ago
- 3b3301f6 Customize onbeforeunload dialog when it's a reload instead of an unload. by [email protected] · 13 years ago
- adbfb8df Add an API around SessionStorageNamespace. This is just an empty API, what matters to embedders is that they can influence this object's lifetime. 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
- b58e032e Get rid of ShowPageInfo on WebContents and WebContentsDelegate. Chrome shouldn't have to go through content to put up its own UI dialog. by [email protected] · 13 years ago
- e30d68d Check if the main frame URL is valid when handling a SaveURL IPC. by [email protected] · 13 years ago
- cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago
- eb668c9 Move TabContentsViewMac to content. 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
- 27678b2a "Save As" for content retrieved via POST works in most circumstances. by [email protected] · 13 years ago
- 51da7e3 Simplifying JS dialog interfaces. by [email protected] · 13 years ago
- fedec01 Send replies to sync IPCs from swapped out renderers. 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
- 52f89a4 Get rid of RenderViewHostDelegate::GetAsTabContents. by [email protected] · 13 years ago
- b7a756d4 Change grow box computation back to a method on BrowserWindow by [email protected] · 13 years ago
- a53209b Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto WebContents itself, IsSavableURL to a file in chrome, and made Chrome's DownloadManagerDelegate give SavePackage the file path through a callback. by [email protected] · 13 years ago
- d235345 Rename WebUI to WebUIImpl. 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
- 01ec4ec Switch chrome code to use content::WebUI interface instead of WebUI concrete class. The latter will be renamed to WebUIImpl in a followup change. This completes hiding WebUI from chrome code, and now we can block it through DEPS. by [email protected] · 13 years ago
- c63cedf2 Make WebUI objects not derive from WebUI. WebUI objects own the controller. This is the ownership model since otherwise we'd have to make the interface class delete it, which is better avoided since it's supposed to be an interface. The controller has a pointer to the WebUI object. by [email protected] · 13 years ago
- bcd281560 Fix window zoom in a sane way, remove nasty casts. by [email protected] · 13 years ago
- 76518718 Get rid of RenderViewHostManager usage in chrome. by [email protected] · 13 years ago
- 91854cd Copy all the max page IDs to Instant/Prerender's TabContents 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
- 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
- 71fde35 Create a Content API interface around NavigationController, and move all the methods used by chrome code to it. by [email protected] · 13 years ago
- 2a6bc3e Convert all of the WebContentsDelegate to use WebContents instead of TabContents, and update all the dependent code. 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
- 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
- e5d549d Move the PageNavigator interface and GlobalRequestID struct to content\public and put them in the content namespace. Make PageNavigator use WebContents instead of TabContents. While I'm touching all the callers, I've removed the deprecated PageNavigator function and converted users to the new one. by [email protected] · 13 years ago
- d583e3f2 Move FaviconStatus and SSLStatus out of NavigationEntry into their own files in content/public and in the content namespace. I've also made them structs instead of classes. This was because I didn't want to wrap them with Content API for what were really a collection of member variables. The one exception was SSLStatus::content_status which had helper functions around it to set and get the bitfield. Each of the two setter helpers were only called in one non-test code, and read in a few places, so I just converted them to do it directly. by [email protected] · 13 years ago
- a81343d23 Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabContents, as well as all the dependent code. by [email protected] · 13 years ago
- 768c547 Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). 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
- 01d6517 Fix windows component build by [email protected] · 13 years ago
- d8c66043 Move TabContentsObserver to content/public, rename it to WebContentsObserver, and put it into the content namespace. 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
- be1f56ab Move a bunch of methods from TabContents into the WebContents interface. This change either moves CamelCase functions into the interface, or renames existing unix_hacker functions to CamelCase. 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
- 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
- 674bc59 Move TabContentsDelegate to content/public/browser and put it in the content 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
- 58f5d56 Rename content::WebPage to content::WebContents by [email protected] · 13 years ago
- e582fdd Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public/browser, and also put them into the content namespace. by [email protected] · 13 years ago
- 6934a70 Start creating the content::WebPage interface around TabContents. This is just the start of moving 4 very commonly used unix_hacker functions into CamelCase. I've added the interface with just these methods, it's not actually used yet. 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
- 67810501 [Web Intents] Make IntentInjector adapt to the new content API by [email protected] · 13 years ago