1. 1ac10dca Initialize RenderWidget(Host)(View)s with correct visibility state by [email protected] · 12 years ago
  2. 2e9d79f Don't close tabs at shutdown until all beforeunload handlers have run. by [email protected] · 12 years ago
  3. ea0309c Move broker creation out of PepperHelperImpl to PPB_Broker_Impl in the effort to eliminate PepperHelperImpl. This also simplifies things as we can eliminate the bookkeeping and race condition handling. by [email protected] · 12 years ago
  4. cc920043 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
  5. fa20e00 Update include paths in content/browser for base/process changes. by [email protected] · 12 years ago
  6. d0fcff7 reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  7. 3c71576ce Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implementation from webkit/plugins/ppapi to content/renderer. by [email protected] · 12 years ago
  8. 866fa2cc Use WebDataSource::replacesCurrentHistoryItem() instead of isClientRedirect() by [email protected] · 12 years ago
  9. a093ce0 Rename GetActiveURL to GetVisibleURL. by [email protected] · 12 years ago
  10. 34404b6 Revert 212927 "Move webkitplatformsupport_impl and related from ..." by [email protected] · 12 years ago
  11. 756fbde6 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  12. f2bd4081 Prerender: Do not swap in prerendered page if current WebContents is being captured. by [email protected] · 12 years ago
  13. fdac6ade Revert "Fix SessionStorage confusion between RenderViewHostImpl and NavigationController." by [email protected] · 12 years ago
  14. d9030b8 The previous implementation is not correct, it depended on the Fullscreen video class, but the PowerSaveBlocker could be used for embedding video or the use case which isn't related to the video at all. by [email protected] · 12 years ago
  15. 76bfc7f5 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
  16. 13305952 Revert 212022 "The previous implementation is not correct, it de..." by [email protected] · 12 years ago
  17. e8c3dc7 The previous implementation is not correct, it depended on the Fullscreen video class, but the PowerSaveBlocker could be used for embedding video or the use case which isn't related to the video at all. by [email protected] · 12 years ago
  18. e7f2e7c Track user gesture state when opening an URL via the browser process. by [email protected] · 12 years ago
  19. 58d5cfe Rename RenderViewGone IPC/methods to better reflect reality. by [email protected] · 12 years ago
  20. 738f57a Decouple GuestView creation from attachment. by [email protected] · 12 years ago
  21. 6d65a46 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  22. ed1bb720 Revert Fast tab closure and dependent CL by [email protected] · 12 years ago
  23. 2f7b3c5a Add chrome-native:// scheme. by [email protected] · 12 years ago
  24. 836db30 Resizing huge favicons when retrieving those. by [email protected] · 12 years ago
  25. ec8e8b0 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  26. 8ee4c890 Revert 207120 "Move histograms and supporting code that don't be..." by [email protected] · 12 years ago
  27. a5c06d8 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  28. f56c787 Context menu on a webpage should be positioned differently when invoked from by [email protected] · 12 years ago
  29. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  30. 1ae93fb1 Add UMA stats for predicted process counts with out-of-process iframes. by [email protected] · 12 years ago
  31. c7654a23 Replace ENABLE_JAVA_BRIDGE with OS_ANDROID. by [email protected] · 12 years ago
  32. b0e0583 Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
  33. 14db2bb Move FrameTreeNode to content/browser/web_contents, since it's part of WebContents. by [email protected] · 12 years ago
  34. 132f98c Revert r203922, "Quickly close tabs/window with long-running unload handlers." by [email protected] · 12 years ago
  35. cbb1ef59 content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content by [email protected] · 12 years ago
  36. a9ff7bb Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
  37. 59167c2 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  38. 227692c5 Create RenderFrame/RenderFrameHost for the main frame of a page. by [email protected] · 12 years ago
  39. 691aa2f Introduce content::PageState (again). by [email protected] · 12 years ago
  40. e0185f9f Revert 202188 "Introduce content::PageState." by [email protected] · 12 years ago
  41. f66375e Introduce content::PageState. by [email protected] · 12 years ago
  42. cb80545 Support color chooser inside extesions, apps, chrome frame, dev tool by [email protected] · 12 years ago
  43. 7fff43e content: Remove usage of NOTIFICATION_WEB_CONTENTS_DESTROYED from content by [email protected] · 12 years ago
  44. c854a7e Add GetActiveURL and GetLastCommittedURL to WebContents. by [email protected] · 12 years ago
  45. 9b00348 Hide location bar on Javascript-initiated scroll. by [email protected] · 12 years ago
  46. 32deec6 Make renderer aware of browser plugin position. by [email protected] · 12 years ago
  47. 749fadd Don't request missing favicon on every page request. by [email protected] · 12 years ago
  48. 5090445 Create a frame tree in WebContents on the browser side. by [email protected] · 12 years ago
  49. cf200a56 Fixed drag and drop into and out of Browser Plugin. by [email protected] · 12 years ago
  50. 108f6090 Revert 197717 "Create a frame tree in WebContents on the browser..." for DCHECK fail on mac browser_tests. by [email protected] · 12 years ago
  51. 0e54e79 Create a frame tree in WebContents on the browser side. by [email protected] · 12 years ago
  52. 3184f90b Move WebPreferences to root namespace by [email protected] · 12 years ago
  53. c73a228 Fix RenderWidgetHostViewAura's accessible parent harder. by [email protected] · 12 years ago
  54. 979a4bc Revert 195553 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
  55. bf4a231 Removing old style frame tree updates. by [email protected] · 12 years ago
  56. 241db35 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  57. ec6a7eb Rename RenderViewHostDelegate::RenderViewGone -> RenderViewTerminated by [email protected] · 12 years ago
  58. 656d099 Speculative Revert 195108 "Changes to closing contents with beforeunload/unl..." by [email protected] · 12 years ago
  59. df9416c8 Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
  60. 57fb61f Revert 194184 "push MouseMove through WebContents and back to de..." by [email protected] · 12 years ago
  61. d86dd76e push MouseMove through WebContents and back to delegate to fix status bubble avoid by [email protected] · 12 years ago
  62. c744f7d2 Remove some chrome-specific methods from content::WebUI. by [email protected] · 12 years ago
  63. 41225fe Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. by [email protected] · 12 years ago
  64. 5527ac82 Revert 191277 "Allow showing pending URL for new tab navigations..." by [email protected] · 12 years ago
  65. 4252a15 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  66. 50b3bfd2 Remove dead method WebContents::ShouldAcceptDragAndDrop by [email protected] · 12 years ago
  67. a7fe568 Remove stale logic for setting WebUI on opened windows. No longer necessary. by [email protected] · 12 years ago
  68. 433bd24b Fix Notifications Icon loading. by [email protected] · 12 years ago
  69. 6706b8da Browser Plugin: Cleanup opener parameters. by [email protected] · 12 years ago
  70. c453807 Browser Plugin: Implement window.open in guests by [email protected] · 12 years ago
  71. ceee8cd When a pending contents is created but deleted before it is shown, remove it from the list of pending contents by [email protected] · 12 years ago
  72. 8eb0456 Browser Plugin: Implement BrowserPluginGuestManager by [email protected] · 12 years ago
  73. 17e286e content: convert form repost warning notification to WebContentsObserver usage by [email protected] · 12 years ago
  74. 20ca038 content: convert interstitial notifications to observer usage by [email protected] · 12 years ago
  75. 4432769 Fix layering violation in content\browser\renderer_host. That directory shouldn't be including web_contents. by [email protected] · 12 years ago
  76. f3615f0 Remove WebContents methods that duplicate WebContentsView methods. by [email protected] · 12 years ago
  77. 60780f41 Move WebContentsView methods that are only called inside content over to WebContentsViewPort. by [email protected] · 12 years ago
  78. 45a22ad Avoid creating an extra RVH for a tab's opener when one is pending. by [email protected] · 12 years ago
  79. b371a565 Browser Plugin: BrowserPluginGuest manages its own lifetime by [email protected] · 12 years ago
  80. 93564f7 Browser Plugin: Reduce BrowserPluginEmbedder's responsibilities by [email protected] · 12 years ago
  81. e67ebf3 content: convert SSL notifications to observer usage (take 2) by [email protected] · 12 years ago
  82. fb3f066e Make zoom using ctrl+mouse wheel work in win aura. Windows non-aura had a hack that was a layering violation which sent a custom win32 message from RenderWidgetHostViewWin to WebContentsViewWin. Instead do this properly from RenderWidgetHostImpl to its delegate (WebContentsImpl), which works for both aura and non-aura windows builds. by [email protected] · 12 years ago
  83. aaa2a6c5 Revert "content: convert SSL notifications to observer usage" by [email protected] · 12 years ago
  84. 8427a062 Delete most web intents code. by [email protected] · 12 years ago
  85. ac0ed09 content: convert SSL notifications to observer usage by [email protected] · 12 years ago
  86. 1ff42797 Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that happens in the browser (on java using java libraries) by [email protected] · 12 years ago
  87. 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 12 years ago
  88. bfcfa69 <webview>: Store <webview> embedder info in ExtensionRendererState by [email protected] · 12 years ago
  89. 5459798 While screencasting a tab, do not disable rendering updates while hidden. by [email protected] · 12 years ago
  90. f849734 Browser plugin: Use WCViewGuest and RWHVGuest wrapping the platform views (behind flag --enable-browser-plugin-guest-view). by [email protected] · 12 years ago
  91. 71a88bb Rename JavaScriptDialogCreator to JavaScriptDialogManager. by [email protected] · 12 years ago
  92. 3a3e171 Make most code on mac compile with enable_web_intents=0 by [email protected] · 12 years ago
  93. 44470a2 Allow the chrome.tabCapture.* extension API to capture full screen flash widgets. by [email protected] · 12 years ago
  94. b479912c Browser Plugin: Allocate Instance IDs in BrowserPluginEmbedder instead of BrowserPluginManager by [email protected] · 12 years ago
  95. 4cc1ab5 [Android] Manage CVC's retained JS object set on the native side. by [email protected] · 12 years ago
  96. 8607c83 Stop tracking frames in the webNavigation API once they're detached. by [email protected] · 12 years ago
  97. 583418cc Split Date/Time picker values from IME processing since date/time related form values have been completly split from text related fields in WebKit and keyboard interaction is no longer needed for those elements. by [email protected] · 12 years ago
  98. cf4d6e74 Distinguish plugin disconnections from plugin crashes. by [email protected] · 12 years ago
  99. 8383aa96 Remove redundant |errored| member from IconHostMsg_DidDownloadFavicon by [email protected] · 12 years ago
  100. 03f6489 Removes some dead code from WebContentsImpl. by [email protected] · 12 years ago