1. 3109fbb7 Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host). by [email protected] · 11 years ago
  2. 0e584b5f Followup to r242655 to address comments. by [email protected] · 11 years ago
  3. 5dcaf8e Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in InterceptNavigationResourceThrottle. by [email protected] · 11 years ago
  4. d60f370 Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in ResourceDispatcherHostImpl. by [email protected] · 11 years ago
  5. 6ff9c8f Add base:: to string16 in content/. by [email protected] · 11 years ago
  6. b765deb Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead of RenderView. by [email protected] · 11 years ago
  7. a86c0e96 Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver by [email protected] · 11 years ago
  8. edc3af8 Move form validation message bubble into content/, wire up to Android WebView. by [email protected] · 11 years ago
  9. b849847b Make the renderer-side prerendering code use RenderFrames instead of RenderViews. by [email protected] · 11 years ago
  10. 5291380 Move out DidStartProvisionalLoad from WebContentsImpl into Navigator. by [email protected] · 11 years ago
  11. 155c7f2 Add support for java versions of WebContents and NavigationController. by [email protected] · 11 years ago
  12. f114fa4 Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes: by [email protected] · 11 years ago
  13. 6ea6bdf Make Navigator an interface. by [email protected] · 11 years ago
  14. c80725d5 Revert 239112 "Send IPCs from RenderFrameHost to WebContents to ..." by [email protected] · 11 years ago
  15. 2f03e83 Send IPCs from RenderFrameHost to WebContents to match what we do with RenderViewHost. This has two purposes: by [email protected] · 11 years ago
  16. 60eca4eb Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. by [email protected] · 12 years ago
  17. 271ff579 Switch plugin creation to use RenderFrame instead of RenderView by [email protected] · 12 years ago
  18. a850402 Prevent the browser process from creating duplicate RenderWidgetHosts by [email protected] · 12 years ago
  19. 92404c6 Add RenderFrameHostDelegate and plumb it through all the necessary classes. by [email protected] · 12 years ago
  20. 04cbd3d Prevent the browser process from creating duplicate RenderViewHosts. by [email protected] · 12 years ago
  21. fcf75d4 Convert string16 to base::string16 in content. by [email protected] · 12 years ago
  22. 8bc5ff0 Add support for color input datalist on Android by [email protected] · 12 years ago
  23. b0936d2 Rename RenderViewHostManager to RenderFrameHostManager. by [email protected] · 12 years ago
  24. fa944cb8 Move RenderViewHostManager from WebContents to FrameTreeNode. by [email protected] · 12 years ago
  25. e2225bf Fix bad docs; you cannot safely add the same observer more than once to WebContentsImpl. by [email protected] · 12 years ago
  26. e4abd3b4 Hide WebContentsImpl::AddCreatedCallback so that no more users leak in. by [email protected] · 12 years ago
  27. 190b8c5 Add Navigator and NavigatorDelegate objects. by [email protected] · 12 years ago
  28. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  29. 9f26807 Defer app window appearance until first paint. by [email protected] · 12 years ago
  30. d4a8ca48 Move navigation and frame tree classes to a new frame_host/ directory. by [email protected] · 12 years ago
  31. a794f3a Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore. by [email protected] · 12 years ago
  32. f887290 Preserve redirect chain and page transition on cross-process server redirects. by [email protected] · 12 years ago
  33. 947bb390 Move GetWebkitPrefs from WebContentsImpl to RenderViewHostImpl. by [email protected] · 12 years ago
  34. 561628ce Decouple InterstitialPageImpl and WebContentsImpl. by [email protected] · 12 years ago
  35. ec6c05f Decouple NavigationControllerImpl and WebContentsImpl. by [email protected] · 12 years ago
  36. 5cdc6a26 Delete didProgrammaticallyScroll plumbing. by [email protected] · 12 years ago
  37. 9162187 Remove notifications from TestNavigationObserver and clean it and its uses up. by [email protected] · 12 years ago
  38. 9b159a5 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by [email protected] · 12 years ago
  39. 7b712ee2 Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CHANGED. by [email protected] · 12 years ago
  40. af90590 Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
  41. 263cb08f This CL: by [email protected] · 12 years ago
  42. 4aebbca Embed Flash Fullscreen widget within browser window. by [email protected] · 12 years ago
  43. 688e2ee Revert "Plumb user_gesture up from Blink to the JavaScript dialog code..." by [email protected] · 12 years ago
  44. da7a718 Provide observer functions for NOTIFICATION_WEB_CONTENTS_CONNECTED, NOTIFICATION_WEB_CONTENTS_SWAPPED, NOTIFICATION_WEB_CONTENTS_DISCONNECTED by [email protected] · 12 years ago
  45. b0f724c Create WebContentsObserver callbacks for notifications, remove notifications from SSLManager. by [email protected] · 12 years ago
  46. 88b50b6 Report Javascript Runtime Errors to the Error Console by [email protected] · 12 years ago
  47. cfe43b2 Plumb user_gesture up from Blink to the JavaScript dialog code, and don't offer to suppress dialogs if they're initiated by a user gesture. by [email protected] · 12 years ago
  48. 64faeae Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..." by [email protected] · 12 years ago
  49. 18516cf9 Refactor MHTMLGenerator to allow getting sending the data to a file descriptor. by [email protected] · 12 years ago
  50. 5f45b5c0 Plumb user_gesture up from Blink to the JavaScript dialog code, and don't offer to suppress dialogs if they're initiated by a user gesture. by [email protected] · 12 years ago
  51. dc0fd43 fix flashing bottom gray bar when navigating away from NTP w/ unpinned bookmark bar by [email protected] · 12 years ago
  52. 7d244f1 Start renderer in ContentViewCoreImpl::EvaluateJavaScript. by [email protected] · 12 years ago
  53. fd8eb74 Pipe detailed information (including stack trace) about runtime JS errors caused by extensions from the WebKit side over to the Chrome side. by [email protected] · 12 years ago
  54. 1ac10dca Initialize RenderWidget(Host)(View)s with correct visibility state by [email protected] · 12 years ago
  55. 2e9d79f Don't close tabs at shutdown until all beforeunload handlers have run. by [email protected] · 12 years ago
  56. 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
  57. cc920043 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
  58. fa20e00 Update include paths in content/browser for base/process changes. by [email protected] · 12 years ago
  59. d0fcff7 reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  60. 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
  61. 866fa2cc Use WebDataSource::replacesCurrentHistoryItem() instead of isClientRedirect() by [email protected] · 12 years ago
  62. a093ce0 Rename GetActiveURL to GetVisibleURL. by [email protected] · 12 years ago
  63. 34404b6 Revert 212927 "Move webkitplatformsupport_impl and related from ..." by [email protected] · 12 years ago
  64. 756fbde6 Move webkitplatformsupport_impl and related from glue to child by [email protected] · 12 years ago
  65. f2bd4081 Prerender: Do not swap in prerendered page if current WebContents is being captured. by [email protected] · 12 years ago
  66. fdac6ade Revert "Fix SessionStorage confusion between RenderViewHostImpl and NavigationController." by [email protected] · 12 years ago
  67. 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
  68. 76bfc7f5 Fix SessionStorage confusion between RenderViewHostImpl and NavigationController. by [email protected] · 12 years ago
  69. 13305952 Revert 212022 "The previous implementation is not correct, it de..." by [email protected] · 12 years ago
  70. 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
  71. e7f2e7c Track user gesture state when opening an URL via the browser process. by [email protected] · 12 years ago
  72. 58d5cfe Rename RenderViewGone IPC/methods to better reflect reality. by [email protected] · 12 years ago
  73. 738f57a Decouple GuestView creation from attachment. by [email protected] · 12 years ago
  74. 6d65a46 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  75. ed1bb720 Revert Fast tab closure and dependent CL by [email protected] · 12 years ago
  76. 2f7b3c5a Add chrome-native:// scheme. by [email protected] · 12 years ago
  77. 836db30 Resizing huge favicons when retrieving those. by [email protected] · 12 years ago
  78. ec8e8b0 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  79. 8ee4c890 Revert 207120 "Move histograms and supporting code that don't be..." by [email protected] · 12 years ago
  80. a5c06d8 Move histograms and supporting code that don't belong in content out. by [email protected] · 12 years ago
  81. f56c787 Context menu on a webpage should be positioned differently when invoked from by [email protected] · 12 years ago
  82. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  83. 1ae93fb1 Add UMA stats for predicted process counts with out-of-process iframes. by [email protected] · 12 years ago
  84. c7654a23 Replace ENABLE_JAVA_BRIDGE with OS_ANDROID. by [email protected] · 12 years ago
  85. b0e0583 Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
  86. 14db2bb Move FrameTreeNode to content/browser/web_contents, since it's part of WebContents. by [email protected] · 12 years ago
  87. 132f98c Revert r203922, "Quickly close tabs/window with long-running unload handlers." by [email protected] · 12 years ago
  88. cbb1ef59 content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content by [email protected] · 12 years ago
  89. a9ff7bb Changes to closing contents with beforeunload/unload handlers: by [email protected] · 12 years ago
  90. 59167c2 Allow showing pending URL for new tab navigations, but only if safe. by [email protected] · 12 years ago
  91. 227692c5 Create RenderFrame/RenderFrameHost for the main frame of a page. by [email protected] · 12 years ago
  92. 691aa2f Introduce content::PageState (again). by [email protected] · 12 years ago
  93. e0185f9f Revert 202188 "Introduce content::PageState." by [email protected] · 12 years ago
  94. f66375e Introduce content::PageState. by [email protected] · 12 years ago
  95. cb80545 Support color chooser inside extesions, apps, chrome frame, dev tool by [email protected] · 12 years ago
  96. 7fff43e content: Remove usage of NOTIFICATION_WEB_CONTENTS_DESTROYED from content by [email protected] · 12 years ago
  97. c854a7e Add GetActiveURL and GetLastCommittedURL to WebContents. by [email protected] · 12 years ago
  98. 9b00348 Hide location bar on Javascript-initiated scroll. by [email protected] · 12 years ago
  99. 32deec6 Make renderer aware of browser plugin position. by [email protected] · 12 years ago
  100. 749fadd Don't request missing favicon on every page request. by [email protected] · 12 years ago