1. e35ccd5 Get rid of the last RenderViewHostDelegate usage in chrome. by [email protected] · 13 years ago
  2. 172cf71 Browser Plugin: browser process side changes by [email protected] · 13 years ago
  3. 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
  4. 375fa1b Browser Plugin: WebContnets should notify when it's restored by [email protected] · 13 years ago
  5. 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
  6. f66df82 Add a factory function to create WebContentsView implementations. by [email protected] · 13 years ago
  7. b87ee52 Move NativeWebKeyboardEvent to the content namespace. by [email protected] · 13 years ago
  8. 4ca76c0 Move keyboard related methods from RenderViewHostDelegate to a new RenderWidgetHostDelegate by [email protected] · 13 years ago
  9. 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
  10. 20b433a Send the correct referrer and policy when saving a file via PPAPI by [email protected] · 13 years ago
  11. f546640b Adds support for calling postMessage on a frame living in a different renderer. by [email protected] · 13 years ago
  12. c8160f2 Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. by [email protected] · 13 years ago
  13. 6717bf27 Quote WebPreferences in namespace webkit_glue. by [email protected] · 13 years ago
  14. 86ef6a39 Add info about user agent overrides to WebContents by [email protected] · 13 years ago
  15. 54047eb5 Handle IPC messages related to provisional loads in RenderViewHostImpl by [email protected] · 13 years ago
  16. e1c3a55 Support cross-process window.close() messages. by [email protected] · 13 years ago
  17. 196159d Don't allow targeted navigations across BrowsingInstances. by [email protected] · 13 years ago
  18. 14392a5 Create swapped-out opener RVHs after a process swap. by [email protected] · 13 years ago
  19. 42252e0 User Gesture plumbed from Renderer to Browser's FullscreenController::RequestToLockMouse. by [email protected] · 13 years ago
  20. 87717d0e re-use WebUIs by [email protected] · 13 years ago
  21. d0759f49 ignore WebUISend messages from old pages by [email protected] · 13 years ago
  22. c695854c Post TCVV death cleanup. by [email protected] · 13 years ago
  23. 55578b0a content: Do not pass SkColor by const-reference as it's defined as POD(integer). by [email protected] · 13 years ago
  24. 3bbacc5b TabContents -> WebContentsImpl, part 19. by [email protected] · 13 years ago
  25. ca13a44 TabContents -> WebContentsImpl, part 16 by [email protected] · 13 years ago
  26. e018d3b TabContents -> WebContentsImpl, part 15. by [email protected] · 13 years ago
  27. 9f2a9d7 TabContents -> WebContentsImpl, part 13. by [email protected] · 13 years ago
  28. 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
  29. 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
  30. 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago[Renamed (98%) from content/browser/tab_contents/tab_contents.h]
  31. 6eddfd44 TabContents -> WebContentsImpl, part 5. by [email protected] · 13 years ago
  32. 0c4e92e6 TabContents -> WebContentsImpl, part 4. by [email protected] · 13 years ago
  33. f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago
  34. b172aee TabContents -> WebContentsImpl, part 1. by [email protected] · 13 years ago
  35. 8dd709fb Browser side implementation of browser plugin by [email protected] · 13 years ago
  36. a13283cc Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by [email protected] · 13 years ago
  37. 80e776ae Rename and move TestTabContents to content::TestWebContents. by [email protected] · 13 years ago
  38. 82114f5 Minor cleanup in content. by [email protected] · 13 years ago
  39. da854376 Implement input type=color UI by [email protected] · 13 years ago
  40. dd8678f Revert 126889 - Implement input type=color UI by [email protected] · 13 years ago
  41. 1075da5 Implement input type=color UI by [email protected] · 13 years ago
  42. 09d31d5 Move LoadNotificationDetails to content/public/browser and put it in the content namespace. by [email protected] · 13 years ago
  43. a0358d7 Prerendered pages are swapped in at browser::Navigate time. by [email protected] · 13 years ago
  44. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  45. 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
  46. 61e2b3cc Change panels to be able to turn off autoresize. by [email protected] · 13 years ago
  47. aa4f397 Hide MHTMLGenerationManager from chrome. by [email protected] · 13 years ago
  48. 3b3301f6 Customize onbeforeunload dialog when it's a reload instead of an unload. by [email protected] · 13 years ago
  49. 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
  50. 5626b089 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  51. 0553ad4 Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  52. 86b3b46 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  53. 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
  54. e30d68d Check if the main frame URL is valid when handling a SaveURL IPC. by [email protected] · 13 years ago
  55. cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago
  56. eb668c9 Move TabContentsViewMac to content. by [email protected] · 13 years ago
  57. 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
  58. 27678b2a "Save As" for content retrieved via POST works in most circumstances. by [email protected] · 13 years ago
  59. 51da7e3 Simplifying JS dialog interfaces. by [email protected] · 13 years ago
  60. fedec01 Send replies to sync IPCs from swapped out renderers. by [email protected] · 13 years ago
  61. 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
  62. 52f89a4 Get rid of RenderViewHostDelegate::GetAsTabContents. by [email protected] · 13 years ago
  63. b7a756d4 Change grow box computation back to a method on BrowserWindow by [email protected] · 13 years ago
  64. 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
  65. d235345 Rename WebUI to WebUIImpl. by [email protected] · 13 years ago
  66. b0b67cf Move RenderViewHostDelegate to content/public and content namespace. by [email protected] · 13 years ago
  67. 8643e6d Rename TabContentsView to WebContentsView and move to content/public. by [email protected] · 13 years ago
  68. 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
  69. 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
  70. bcd281560 Fix window zoom in a sane way, remove nasty casts. by [email protected] · 13 years ago
  71. 76518718 Get rid of RenderViewHostManager usage in chrome. by [email protected] · 13 years ago
  72. 91854cd Copy all the max page IDs to Instant/Prerender's TabContents by [email protected] · 13 years ago
  73. 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
  74. d202a7c Rename NavigationController to NavigationControllerImpl. I'll get rid of content::NavigationController in a separate change. by [email protected] · 13 years ago
  75. 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
  76. 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
  77. 2a6bc3e Convert all of the WebContentsDelegate to use WebContents instead of TabContents, and update all the dependent code. by [email protected] · 13 years ago
  78. 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
  79. 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
  80. 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
  81. 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
  82. a81343d23 Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabContents, as well as all the dependent code. by [email protected] · 13 years ago
  83. 768c547 Move most of the remaining users of WebContentsObserver::tab_contents() to use web_contents(). by [email protected] · 13 years ago
  84. 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
  85. 01d6517 Fix windows component build by [email protected] · 13 years ago
  86. d8c66043 Move TabContentsObserver to content/public, rename it to WebContentsObserver, and put it into the content namespace. by [email protected] · 13 years ago
  87. 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
  88. 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
  89. 627e051 Rename TabContents::browser_context() to GetBrowserContext and put it into the WebContents interface. by [email protected] · 13 years ago
  90. 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
  91. 10b833e Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests by [email protected] · 13 years ago
  92. d487beefe Rename TabContents::view() to GetView() and put it in the WebContents interface. by [email protected] · 13 years ago
  93. 69cda65 Rename TabContents::controller() to GetController and put it into the WebContents namespace. by [email protected] · 13 years ago
  94. 674bc59 Move TabContentsDelegate to content/public/browser and put it in the content namespace. by [email protected] · 13 years ago
  95. 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 13 years ago
  96. 58f5d56 Rename content::WebPage to content::WebContents by [email protected] · 13 years ago
  97. e582fdd Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public/browser, and also put them into the content namespace. by [email protected] · 13 years ago
  98. 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
  99. 74ce1ad Make page IDs be specific to a RenderView rather than global to its process. by [email protected] · 13 years ago
  100. 67810501 [Web Intents] Make IntentInjector adapt to the new content API by [email protected] · 13 years ago