1. a26d1509 Associate RenderWidgetHostView for new widget with correct process by kenrb · 9 years ago
  2. 1c12bf40 Revert of Remove the is_loading_ field from WebContentsImpl (patchset #24 id:460001 of https://codereview.chromium.org/1545973002/ ) by waffles · 9 years ago
  3. db73eb6c Remove the is_loading_ field from WebContentsImpl by clamy · 9 years ago
  4. 812874d Reland of Check that the source and destination WebContents are different before (patchset #1 id:1 of https://codereview.chromium.org/1685683002/ ) by lfg · 9 years ago
  5. a6aefb7 Revert of Check that the source and destination WebContents are different before (patchset #1 id:1 of https://codereview.chromium.org/1671293003/ ) by iclelland · 9 years ago
  6. ee16176 Check that the source and destination WebContents are different before by lfg · 9 years ago
  7. 68414735 Reland #1 "Merge DidRedirectNavigation and WillRedirectNavigation in NavigationHandle"" by clamy · 9 years ago
  8. 3f594107 Reload Lo-Fi images inline instead of reloading the whole page by megjablon · 9 years ago
  9. afb53e2 Enable range-based for loops to loop over a WebContents' frame hosts. by dcheng · 9 years ago
  10. a2280cd Refactored blocked_loaders_map_ to key by render frame route id by csharrison · 9 years ago
  11. 82a2f4d PlzNavigate: do not always reset navigation state when NavigationRequest resets by clamy · 9 years ago
  12. ece34a8 Fix scroll restoration when exiting fullscreen mode. by bokan · 9 years ago
  13. 2b8b066a Revert of Aura on Android: content/browser (patchset #9 id:160001 of https://codereview.chromium.org/1411503005/ ) by mfomitchev · 9 years ago
  14. aedfc6f Fix sandbox flags inheritance for cross-process popups. by alexmos · 9 years ago
  15. 5d0a5f0 This patch moves find-in-page code from RenderView to RenderFrame. This works towards the deprecation of RenderView, and is also the first step towards implementing multi-process find-in-page (for OOPIFs). by paulmeyer · 9 years ago
  16. 72be33c Merge cleanup loop across FrameTreeNodes in ~WebContentsImpl. by dcheng · 9 years ago
  17. 57e39e2 Use range-based for loops to iterate over FrameTreeNodes (reland) by dcheng · 9 years ago
  18. 44e4ef4 Add metrics regarding concurrent audible tabs in Chromium. by mlamouri · 9 years ago
  19. 05c9bbdf Revert of Use range-based for loops to iterate over FrameTreeNodes. (patchset #8 id:140001 of https://codereview.chromium.org/1605763002/ ) by dcheng · 9 years ago
  20. 0500638 Use range-based for loops to iterate over FrameTreeNodes. by dcheng · 9 years ago
  21. 9829229 Refactor ContentVideoView to have a native client interface by watk · 9 years ago
  22. cbdf52e Making SendToAllFrames return the number of messages it has sent. by lukasza · 9 years ago
  23. c85ed63 Detangle android functionality from MediaWebContentsObserver. by dalecurtis · 9 years ago
  24. 1ca070f Remove some obsolete RFH routing and child IDs by rob · 9 years ago
  25. 2f797c78 Plumb audio muting state to guest web-contents. by wjmaclean · 9 years ago
  26. 3e2a073 Use FrameTreeNode ID as frameId in extension APIs by rob · 9 years ago
  27. 49bcd39 Made page zoom handling work with smooth scroll devices by w.shackleton · 9 years ago
  28. c13951a PlzNavigate: add initial traces for new TBM benchmarks. by carlosk · 9 years ago
  29. 36b6aec9 Convert Pass()→std::move() in //content/browser by dcheng · 9 years ago
  30. b734894 Switch to standard integer types in content/browser/. by avi · 9 years ago
  31. 68c2b2e2 ResourceDispatcherHostImpl callers should only use render view route ids by csharrison · 9 years ago
  32. 85a4cef Separate RenderViewHost from RenderWidgetHost, part 10: shutdown. by avi · 9 years ago
  33. 2482a2d kFrameTreeNodeInvalidID -> kFrameTreeNodeInvalidId by nick · 9 years ago
  34. bd8f043 Revert "Merge DidRedirectNavigation and WillRedirectNavigation in NavigationHandle" by clamy · 9 years ago
  35. 34696991 Make WebContentsImpl::UpdateState navigation enties DCHECK conditional by nasko · 9 years ago
  36. d80262f5 PlzNavigate: Add helper method for checking if PlzNavigate is enabled. by carlosk · 9 years ago
  37. 2946027 Shortcut cross-process transfers to avoid relying on OpenURLFromTab. by creis · 9 years ago
  38. 9bdddece Revert of Track where WebContents are created in order to better understand issue. (patchset #2 id:20001 of https://codereview.chromium.org/1488883002/ ) by hcarmona · 9 years ago
  39. 314c15b4 Merge DidRedirectNavigation and WillRedirectNavigation in NavigationHandle by clamy · 9 years ago
  40. e31234f Route touch-events for WebViewGuest directly to guest renderer. by wjmaclean · 9 years ago
  41. 9725074 s/FrameTreeNodeID/FrameTreeNodeId/ by rob · 9 years ago
  42. 910b457 Reland of Downgrade lock icon for broken-HTTPS subresources (patchset #2 id:300001 of https://codereview.chromium.org/1497423002/ ) by estark · 9 years ago
  43. adb003360 mustash: WebContentsViewMus no longer uses a WebContentsViewAura by fsamuel · 9 years ago
  44. 88c24007 Refactor media out of WebContentsImpl to MediaWebContentsObserver. by dalecurtis · 9 years ago
  45. 732ca3a Null-check GetView before using it in GetFocusedRenderWidgetHost. by alexmos · 9 years ago
  46. a97dd34e Track where WebContents are created in order to better understand issue. by hcarmona · 9 years ago
  47. b46f86a Fix crashes from out-of-process iframes creating popup widgets by kenrb · 9 years ago
  48. 51ea371 Revert of Downgrade lock icon for broken-HTTPS subresources (patchset #11 id:200001 of https://codereview.chromium.org/1415923015/ ) by estark · 9 years ago
  49. 35f35af Reland #2 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
  50. 8bfb78c Downgrade lock icon for broken-HTTPS subresources by estark · 10 years ago
  51. 6c6da023 mustash: Enable connections to mus from the Chrome renderer [take 2] by fsamuel · 10 years ago
  52. 0d32d6d Add a WebContents getter callback in ResourceRequestInfo by clamy · 10 years ago
  53. 63f5b31 Make WebContentsImpl aware of all of its RWHs. by lazyboy · 10 years ago
  54. c4cbacb Don't route a non-frame widget's keyboard event to main frame widget. by alexmos · 10 years ago
  55. 4b8f013 Revert of Reland #1 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (patchset #12 id:260001 of https://codereview.chromium.org/1426403006/ ) by grt · 10 years ago
  56. 113503a Reland #1 of: Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
  57. 9cf7bdf mus: Implement skeleton RenderWidgetHostViewMus and WebContentsViewMus by fsamuel · 10 years ago
  58. 01e634a Reset renderer accessibility when enabling tree only accessibility for all modes. by dtseng · 10 years ago
  59. 5ef644e Add IPC messages to transfer compositor protos by dtrainor · 10 years ago
  60. 0f1bbc971 Separate RenderViewHost from RenderWidgetHost, part 8: extend the RenderWidgetHostOwnerDelegate. by avi · 10 years ago
  61. 6057a6b2 Prevent guest views from issuing a search for empty text. by thestig · 10 years ago
  62. d06a942 Inherit nav_entry_id in subframes and fix check in UpdateStateForFrame. by creis · 10 years ago
  63. 3e4b851 Separate RenderViewHost from RenderWidgetHost, part 7: move more calls to the RenderWidgetHostDelegate. by avi · 10 years ago
  64. bf58fa0c Separate RenderViewHost from RenderWidgetHost, part 6: move more calls to the RenderWidgetHostDelegate. by avi · 10 years ago
  65. c3aa842 Separate RenderViewHost from RenderWidgetHost, part 5: move calls to the RenderWidgetHostDelegate. by avi · 10 years ago
  66. 432e47d Propagate pageScaleFactor to GuestViews. by mcnee · 10 years ago
  67. 841f818 Aura on Android: content/browser by mfomitchev · 10 years ago
  68. d63f6c4a Revert of Gather more debug info for the switch away from page id for titles and state. (patchset #4 id:60001 of https://codereview.chromium.org/1410543014/ ) by creis · 10 years ago
  69. 795f1b2 Revert of Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. (patchset #37 id:900001 of https://codereview.chromium.org/1352813006/ ) by carlosk · 10 years ago
  70. 67e5a31 Remove comment from WebContentsImpl::RenderFrameCreated by rob · 10 years ago
  71. a67bd94 Gather more debug info for the switch away from page id for titles and state. by creis · 10 years ago
  72. c4d183e Reland of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #1 id:1 of https://codereview.chromium.org/1407173005/ ) by alexmos · 10 years ago
  73. e5c678bf Move WebUI ownership from the RenderFrameHostManager to the RenderFrameHost. by carlosk · 10 years ago
  74. 8eb8ef2 OOPIF: Stop using HistoryController and refactor UpdateState. by creis · 10 years ago
  75. 03b4800 Move nav_entry_id from RenderViewHost to RenderFrameHost. by creis · 10 years ago
  76. b2545f7 Several Site Details / Memory metrics fixes by nick · 10 years ago
  77. f50445a Reland of Wake Lock API implementation (Chromium part) by alogvinov · 10 years ago
  78. 8d3be00 Revert of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #11 id:200001 of https://codereview.chromium.org/1405293002/ ) by perkj · 10 years ago
  79. e2a1799 OOPIF: Route keyboard events to focused frame in the browser process. by alexmos · 10 years ago
  80. 2dd142dd Notify WebContentsObservers of user interactions. by dominickn · 10 years ago
  81. df38c95 Separate RenderViewHost from RenderWidgetHost, part 4: delegate by avi · 10 years ago
  82. 3ce04b6 Give the main frame a RenderWidget. by dcheng · 10 years ago
  83. 3fcd0ca OOPIF: Send page-level focus messages to all processes rendering a page. by alexmos · 10 years ago
  84. 3b520166 Remove lots of old blur plumbing. by esprehn · 10 years ago
  85. 3627ecac Separate RenderViewHost from RenderWidgetHost, part 2: public implementation. by avi · 10 years ago
  86. f9ab5d94 Separate RenderViewHost from RenderWidgetHost, part 1: public interface. by avi · 10 years ago
  87. 6919ce3 Implement WebContents::HasManifest. by dominickn · 10 years ago
  88. 3723dfcf Remove AboutToNavigateRenderFrame, issue custom notification for DevTools. by dgozman · 10 years ago
  89. 0757fc7 Don't set displayed_insecure_content_ when running insecure content by estark · 10 years ago
  90. 072b61f Don't rely on |entry| being null in initial title logic. by creis · 10 years ago
  91. 8e16ddfd Fix WebSpeech API for OOPIF based <webview>. by lazyboy · 10 years ago
  92. 5d36dae Remove surface_id from RenderWidget/RenderWidgetHost and friends by piman · 10 years ago
  93. b876f0a7 Remove WebContentsObserver::DidCommitNavigation by clamy · 10 years ago
  94. 40f03cb Expose PageImportanceSignals via WebContents by kouhei · 10 years ago
  95. 60bd490 Remove DomOperationNotificationDetails. by avi · 10 years ago
  96. efca29e PlzNavigate: fix timing issue in app window creation by clamy · 10 years ago
  97. 37dfd9de Add SiteIsolation.IsolateExtensions metrics and tests. by nick · 10 years ago
  98. dd12ef7 Revert of Wake Lock API implementation (Chromium part) (patchset #12 id:220001 of https://codereview.chromium.org/1107333002/ ) by rdevlin.cronin · 10 years ago
  99. 334a5a782 Wake Lock API implementation (Chromium part) by alogvinov · 10 years ago
  100. bede639 Avoid creating a RenderWidgetHostView for proxies. by lfg · 10 years ago