1. 2db9bd7 TabContents -> WebContentsImpl, part 12. by [email protected] · 13 years ago
  2. 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
  3. 0458f1f Remove composite-to-texture flag and code by [email protected] · 13 years ago
  4. 93ddb3c TabContents -> WebContentsImpl, part 7. by [email protected] · 13 years ago[Renamed (99%) from content/browser/tab_contents/tab_contents.cc]
  5. 6eddfd44 TabContents -> WebContentsImpl, part 5. by [email protected] · 13 years ago
  6. 0c4e92e6 TabContents -> WebContentsImpl, part 4. by [email protected] · 13 years ago
  7. 9bf6ee9f Hook up TabContents::OnDidFailLoadWithError to IPC message. by [email protected] · 13 years ago
  8. f9e4dae TabContents -> WebContentsImpl, part 3. by [email protected] · 13 years ago
  9. b172aee TabContents -> WebContentsImpl, part 1. by [email protected] · 13 years ago
  10. 8dd709fb Browser side implementation of browser plugin by [email protected] · 13 years ago
  11. 68b5225 Adds a TabContentsViewAura. by [email protected] · 13 years ago
  12. 199bba6e Automated tests for full screen & mouse lock M16 features by [email protected] · 13 years ago
  13. 741a46a Revert 130442 - Adds a TabContentsViewAura. by [email protected] · 13 years ago
  14. 048ce498 Adds a TabContentsViewAura. by [email protected] · 13 years ago
  15. bc19958 Added the command line flag that enables CSS Shaders: "--enable-css-shaders". by [email protected] · 13 years ago
  16. d804ac0 Reverting due to memory (Valgrind) errors. by [email protected] · 13 years ago
  17. e837134 Automated tests for full screen & mouse lock M16 features by [email protected] · 13 years ago
  18. 1684454a Get more data to diagnose a crash. by [email protected] · 13 years ago
  19. 7d2e053 Enable threaded animation by default. by [email protected] · 13 years ago
  20. 72787e39 Add disable for threaded compositing to about:flags in preparation for turning it on on CrOS by [email protected] · 13 years ago
  21. 6b7cd8f Use about:blank as the failback URL if the filter denies a navigation. by [email protected] · 13 years ago
  22. 82114f5 Minor cleanup in content. by [email protected] · 13 years ago
  23. da854376 Implement input type=color UI by [email protected] · 13 years ago
  24. 4822759 Move ResourceRequestDetails to content/public/browser and put in the content namespace. by [email protected] · 13 years ago
  25. 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
  26. dd8678f Revert 126889 - Implement input type=color UI by [email protected] · 13 years ago
  27. 1075da5 Implement input type=color UI by [email protected] · 13 years ago
  28. dbd407f Fix chromeos build by [email protected] · 13 years ago
  29. 38b098f Move creation of content TabContentsViews to content so that we can hide these headers through DEPS and avoid any more includes until TabContentsViewsViews is removed. I also moved all the TCVXDelegate to be in one header, that way we can more conveniently ask the embedder for a delegate without a lot of ifdefs. by [email protected] · 13 years ago
  30. 29a5ffc8 Move download_types.h to content/public and rename it to match the one struct that's in it. Also move that struct to the content namespace. by [email protected] · 13 years ago
  31. 89e6aa7 Added callback to DownloadUrl() so we can find download failures where the download item isn't created at all. by [email protected] · 13 years ago
  32. 6ad0d24 Remove ProvisionalLoadDetails struct and notification, since WebContentsObserver provides the same notification. by [email protected] · 13 years ago
  33. ea11472 Add content/public/browser/resource_dispatcher_host.h by [email protected] · 13 years ago
  34. 09d31d5 Move LoadNotificationDetails to content/public/browser and put it in the content namespace. by [email protected] · 13 years ago
  35. a0358d7 Prerendered pages are swapped in at browser::Navigate time. by [email protected] · 13 years ago
  36. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  37. 2bb17188 Get rid of TitleUpdatedDetails and use std::pair directly. by [email protected] · 13 years ago
  38. b3c41c0b Move Render(Widget|View)HostImpl to files with _impl in filename. by [email protected] · 13 years ago
  39. 9f76c1e Extract minimal RenderViewHost interface for embedders, leaving by [email protected] · 13 years ago
  40. 2e21fe29 Don't suppress HW compositing on the new file manager (chrome://files). by [email protected] · 13 years ago
  41. 2ffd73d Don't trigger accelerated compositing for 3D CSS when using SwiftShader by [email protected] · 13 years ago
  42. 61e2b3cc Change panels to be able to turn off autoresize. by [email protected] · 13 years ago
  43. aa4f397 Hide MHTMLGenerationManager from chrome. by [email protected] · 13 years ago
  44. 43d9d78 Pass DefaultDeviceScaleFactor to webkit by [email protected] · 13 years ago
  45. 37ac2a8 Webkit now disables CSS3 regions at runtime by default. This change allows regions to be turned back on via a command line flag. by [email protected] · 13 years ago
  46. 55df909 Refine the dialog box to show a extension name when the dialog box is created by the extension. by [email protected] · 13 years ago
  47. 3b3301f6 Customize onbeforeunload dialog when it's a reload instead of an unload. by [email protected] · 13 years ago
  48. eb4c140 Add a switch for enabling threaded animation. 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. 5fe3713a Move creation and ownership of HostZoomMap to content instead of having every embedder do this. by [email protected] · 13 years ago
  51. 5626b089 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  52. 0553ad4 Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  53. 86b3b46 Move RenderWidgetHostView into content namespace. Fix include paths. by [email protected] · 13 years ago
  54. c30585c Introduce content::RenderWidgetHostViewPort (in content/port/browser). by [email protected] · 13 years ago
  55. 79078df Add a Content API around GpuDataManager and use that from chrome. I moved GpuPerformanceStats to chrome since it wasn't used in content. by [email protected] · 13 years ago
  56. 731809e Isolate initiation counts for downloads to their own histograms and improve by [email protected] · 13 years ago
  57. d56ecf92 Move GpuBlacklist out of content and into chrome. All content needs to know is which features are enabled. by [email protected] · 13 years ago
  58. 2f62bee Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
  59. 03d12f0c Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
  60. 8dfde66 Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHostViewBase by [email protected] · 13 years ago
  61. f1d34fd9 Disable accelerated compositing in component extensions by [email protected] · 13 years ago
  62. 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
  63. 330614de Remove ssl_manager.h dependency from chrome. by [email protected] · 13 years ago
  64. 35be7ec Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: by [email protected] · 13 years ago
  65. 59246c57 Session restore: save and restore HTTP body for POST requests. by [email protected] · 13 years ago
  66. e5cb53c Revert 121429 - Session restore: save and restore HTTP body for POST requests. by [email protected] · 13 years ago
  67. a93cde2 Session restore: save and restore HTTP body for POST requests. by [email protected] · 13 years ago
  68. b9769d8 Fix broken resize box appearance after download shelf open/close. by [email protected] · 13 years ago
  69. 73eb260 Ensure that navigations are not ignored due to incomplete unload requests. by [email protected] · 13 years ago
  70. b953542 Create a content public browser API around the ChildProcessSecurityPolicy class. The implementation of this by [email protected] · 13 years ago
  71. e30d68d Check if the main frame URL is valid when handling a SaveURL IPC. by [email protected] · 13 years ago
  72. cadaec5 Add an API around InterstitialPage that's used by chrome. by [email protected] · 13 years ago
  73. b049fbd4 fix regression where GPU was allowed on webui pages by [email protected] · 13 years ago
  74. e1f6bdd Adding command line switch --enable-deferred-2d-canvas by [email protected] · 13 years ago
  75. 434f69f Allow SiteInstance for about:blank in new tab to be reused. by [email protected] · 13 years ago
  76. 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
  77. 27678b2a "Save As" for content retrieved via POST works in most circumstances. by [email protected] · 13 years ago
  78. 6bf6a6b5 Add a source_frame_id member to OpenURLParams for passage to WebContentsDelegate::OpenURLFromTab. This is necessary in order for the browser to open the request in the correct frame. by [email protected] · 13 years ago
  79. a4f98e20 Revert 120282 - Fix broken resize box appearance after download shelf open/close. by [email protected] · 13 years ago
  80. 7fff329 Fix broken resize box appearance after download shelf open/close. by [email protected] · 13 years ago
  81. 91e6a43c Remove code that I missed in r119703. by [email protected] · 13 years ago
  82. 32f497b Move js_modal_dialogs.h to content\public\browser. by [email protected] · 13 years ago
  83. 51da7e3 Simplifying JS dialog interfaces. by [email protected] · 13 years ago
  84. 5c925087 Create Content API around HostZoomMap. by [email protected] · 13 years ago
  85. fedec01 Send replies to sync IPCs from swapped out renderers. by [email protected] · 13 years ago
  86. 0d4e30c Saving content will prefer to retrieve the data out of the HTTP cache for GETs. by [email protected] · 13 years ago
  87. 863f70a Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. by [email protected] · 13 years ago
  88. 3972344 Do not filter IPC messages until the new RVH commits, to avoid a race. by [email protected] · 13 years ago
  89. 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
  90. 52f89a4 Get rid of RenderViewHostDelegate::GetAsTabContents. by [email protected] · 13 years ago
  91. b7a756d4 Change grow box computation back to a method on BrowserWindow by [email protected] · 13 years ago
  92. 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
  93. d235345 Rename WebUI to WebUIImpl. by [email protected] · 13 years ago
  94. b0b67cfe Move RenderViewHostDelegate to content/public and content namespace. by [email protected] · 13 years ago
  95. 8643e6d Rename TabContentsView to WebContentsView and move to content/public. by [email protected] · 13 years ago
  96. 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
  97. 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
  98. bcd281560 Fix window zoom in a sane way, remove nasty casts. by [email protected] · 13 years ago
  99. 76518718 Get rid of RenderViewHostManager usage in chrome. by [email protected] · 13 years ago
  100. e550f5e Prevent infinite prompts when a script does an in-page navigation. by [email protected] · 13 years ago