1. 5f358e5 Remove deprecated navigation callbacks on WebContentsObserver that are now unused. by jam · 8 years ago
  2. 777ff45 Rename JavaScript "messages" to "dialogs". by avi · 8 years ago
  3. 552e9de [ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl. by leon.han · 8 years ago
  4. e4db177a [ScreenOrientation] Merge ScreenOrientation into ScreenOrientationProvider. by leon.han · 8 years ago
  5. e56a5203 Remove noisy SSL.DisplayedInsecureContent. We don't suggest using actions unless timing information is required. by rkaplow · 8 years ago
  6. 6004a36 Track the original opener of a webcontents so we can rely on it for popups by jochen · 8 years ago
  7. 8a440b84 Add IPC to query capabilities of video input devices. by guidou · 8 years ago
  8. ce0ef357 Remove old session history logic. by creis · 8 years ago
  9. 6879fcf Clean up unneeded JavaScript dialog parameter. by avi · 8 years ago
  10. c2ff1ef Implement WebContentsViewChildFrame::TakeFocus. by avallee · 8 years ago
  11. 76ac066 ShowCreatedWindow: some speculative fixes for 680876. by nick · 8 years ago
  12. d7178e4 content: Remove blimp compositing dependencies. by khushalsagar · 8 years ago
  13. d6d88b91 Remove ScopedVector from ContentBrowserClient. by avi · 8 years ago
  14. 3dab3b9 Remove ScopedVector from webui. by weisert · 8 years ago
  15. 5ae4d2d Make window.open() IPCs be frame-based. by nick · 8 years ago
  16. 79df88a Move |GetCanonicalEncodingNameByAliasName| to base/i18n by jinsukkim · 8 years ago
  17. f0cd46e Implement pointer lock across outer/inner WebContents. by lfg · 8 years ago
  18. ba12142 Include-what-you-use for WrapUnique/MakeUnique. by fdoray · 8 years ago
  19. a110f64 Support tracking focused node element for OOPIFs. by ekaramad · 8 years ago
  20. e0a9f158 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  21. 6142d96f NavigationController: Reload methods migration by toyoshim · 8 years ago
  22. 52a39e34 Removes WebContentsViewMus/RenderWidgetHostViewMus by sky · 8 years ago
  23. a0ac838 Plumb RenderFrameHostImpl* or RenderViewHostImpl* to every message by nick · 8 years ago
  24. dd3d51a7 Add more fine-grained accessibility modes. by dmazzoni · 8 years ago
  25. 9431efd Destroy the old RenderWidgetHostView when swapping out a main frame. by lfg · 8 years ago
  26. 6d1d727a Generalize WebContentsObserver::SecurityStyleChanged. by cjgrant · 8 years ago
  27. db7c3b1 PlzNavigate: fix flaky TabManagerTest.TabManagerBasics browser test. by yzshen · 8 years ago
  28. 52a56e3 service worker: Respect --allow-insecure-localhost switch when registering by falken · 8 years ago
  29. 7b6f4f0 Route Pepper MediaSession messages to frames by zqzhang · 8 years ago
  30. d87a308d Pass RapporService to content/browser/ by nzolghadr · 8 years ago
  31. ee7f43b Remove about:srcdoc url conversion. by arthursonzogni · 8 years ago
  32. f8a3104 Avoid enabling accessibility for WebContents that are never shown by dmazzoni · 9 years ago
  33. 540e74c Revert of Remove about:srcdoc url conversion. (patchset #13 id:560001 of https://codereview.chromium.org/2494633004/ ) by battre · 9 years ago
  34. 041956a Remove about:srcdoc url conversion. by arthursonzogni · 9 years ago
  35. 996be11 Remove WebContents::GetRoutingID(). by davidsac · 9 years ago
  36. f5e618c Fix WebContentsDelegate::ShouldCreateWebContents implementations. by nick · 9 years ago
  37. 9f43b01 <webview> Fix crash when closing chrome://chrome-signin by avallee · 9 years ago
  38. d4a2cc8 Mojo-ify implementation of screen orientation locking/unlocking. by lunalu · 9 years ago
  39. 4b46108 Convert enable_plugins to a buildflag header. by brettw · 9 years ago
  40. 8e88159 <webview> Add missing null check in FocusOwningWebContents. by avallee · 9 years ago
  41. 0c58c371 Drag-and-drop: Target drag messages (the sequel). by Paul Meyer · 9 years ago
  42. ec87fd1f Communicate audio state to renderer process on Android. by altimin · 9 years ago
  43. 9993fca <webview>: Correctly shift focus between WebContents. by avallee · 9 years ago
  44. 21c005d Add further VR metrics. by billorr · 9 years ago
  45. c82b174 Drag-and-drop: Target drag messages to specific RenderWidgets. by paulmeyer · 9 years ago
  46. 8fc8ea9 Drag-and-drop: Move dragSourceEndedAt and dragSourceSystemDragEnded out by paulmeyer · 9 years ago
  47. 7f6f1d4f Drag-and-drop: Move updateDragCursor to RenderWidgetHost. by paulmeyer · 9 years ago
  48. a90ae4e Rename RenderFrameHostDelegate::AddMessageToConsole to DidAddMessageToConsole to be more accurate. by avi · 9 years ago
  49. 95e3953 Propagate view background color when changing visible web contents. by chrishtr · 9 years ago
  50. aeb3c5c TextInputClientObsever should skip commands from fullscreen RenderWidgetHosts by ekaramad · 9 years ago
  51. baaab3a Fix navigation requests starting too early and not getting associated with the <webview>. by jam · 9 years ago
  52. d8bd26c [scheduler] Teach scheduler about audio state by altimin · 9 years ago
  53. fae6b587 Notify SSLManager when all password fields on a page are gone by estark · 9 years ago
  54. 1adf3cb Decouple MediaSession messages from WebContents by zqzhang · 9 years ago
  55. 6c58ed0 Reland of Trigger Dangerous indicator for unsafe subresources (patchset #1 id:1 of https://codereview.chromium.org/2461093002/ ) by dalecurtis · 9 years ago
  56. 201e61b Revert of Trigger Dangerous indicator for unsafe subresources (patchset #4 id:60001 of https://codereview.chromium.org/2444383007/ ) by tommycli · 9 years ago
  57. 8bb1812 Trigger Dangerous indicator for unsafe subresources by estark · 9 years ago
  58. 276753cf Remove usage of HostZoomMap from c/b/loader via ReadyToCommitNavigation by scottmg · 9 years ago
  59. e865b1d Clean up ownership in WebUI creation. by avi · 9 years ago
  60. 72e8bd0 Disable download for overlay panel content by qinmin · 9 years ago
  61. ff8dfc8d Fix crash where a pending pointer lock would trigger a CHECK. by lfg · 9 years ago
  62. c4f226a Bug fix: Use the last hidden time for purge + suspend by hajimehoshi · 9 years ago
  63. a3bd0b3 Avoid unnecessary URL parsing for GURL comparisons in //content by csharrison · 9 years ago
  64. f00c4f7 [DevTools] Implement Target.setDiscoverTargets method. by dgozman · 9 years ago
  65. de38634 Reduce FOR_EACH_OBSERVER usage in content/browser/renderer_host by ericwilligers · 9 years ago
  66. e99ec6e5 Add crash keys in the browser to determine cause of hung renderer. by dtapuska · 9 years ago
  67. 400ea35b Rename shell namespace to service_manager by rockot · 9 years ago
  68. 734fb66 Move services/shell to services/service_manager by rockot · 9 years ago
  69. b8cfa3b Don't abort the MimeHandlerStreamManager stream if we receive a RenderProcessHostChanged notification for a null old host. by ananta · 9 years ago
  70. f9a94c7e Kill page id. by avi · 9 years ago
  71. 1edc855 Remove page id from title and state updating. by avi · 9 years ago
  72. a2d442c2 Remove usage of base::ObserverList<T>::Iter::GetNext() in //content. by dcheng · 9 years ago
  73. dea6962 Split MediaSessionStateChanged() and MediaSessionMetadataChanged() by zqzhang · 9 years ago
  74. c227350 Manage insecure content flags in SSLManager, not WebContentsImpl by estark · 9 years ago
  75. 5d3b869 Simplify the JavaScriptDialogManager. by avi · 9 years ago
  76. 47ba9c7d Remove SSLStatus::security_style member and content::SecurityStyle by estark · 9 years ago
  77. ab94f97 Revert "[scheduler] Teach scheduler about audio state" by erikchen · 9 years ago
  78. 703f1b4 Add (some) password detection for HTTP-bad by estark · 9 years ago
  79. 85ee836 Don't wait to close tabs waiting for JavaScript dialogs. by avi · 9 years ago
  80. 4c77f96 Remove grow box rect support, browser part. by thakis · 9 years ago
  81. d46e883 Content Modularization Project: Move Wake Lock to //device by blundell · 9 years ago
  82. d32292b Rename a bunch of Mojo Application stuff to reference Services. by ben · 9 years ago
  83. a7a651d [scheduler] Teach scheduler about audio state by altimin · 9 years ago
  84. f83ac12 Collapse SSLPolicy/SSLPolicyBackend into SSLManager by estark · 9 years ago
  85. 03e1338d Remove incorrect DCHECK in WebContentsImpl::UpdateTitle. by creis · 9 years ago
  86. b6acafa Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId by fsamuel · 9 years ago
  87. e2df1d7 Pass the RenderProcessHost id on retargeting. by nasko · 9 years ago
  88. ebd7517 Decouple WakeLock from direct //content dependencies by blundell · 9 years ago
  89. 1e5574e PlzNavigate: support the WebRequest API by clamy · 9 years ago
  90. 5a139ba Move registration of Java mojo interfaces to the new InterfaceRegistrar. by sammc · 9 years ago
  91. 5c478a7 Move ViewHostMsg_CreateWindow to mojom by rockot · 9 years ago
  92. 1d02573 Block navigations in extensions via ShouldTransferNavigation (not via OpenURL). by lukasza · 9 years ago
  93. 0978dbef Revert of Move registration of Java mojo interfaces to the new InterfaceRegistrar. (patchset #5 id:300001 of https://codereview.chromium.org/2214383002/ ) by dtrainor · 9 years ago
  94. 58dcb20 Move registration of Java mojo interfaces to the new InterfaceRegistrar. by sammc · 9 years ago
  95. 20d7fec Revert of Allow top-level navigation in extension pop-ups if it only triggers a download. (patchset #12 id:220001 of https://codereview.chromium.org/2352083003/ ) by lukasza · 9 years ago
  96. 953f8c7 Block navigations in extensions via ShouldTransferNavigation (not via OpenURL). by lukasza · 9 years ago
  97. cbf524d4 Create NavigationHandles for interstitials if needed by clamy · 9 years ago
  98. 1beabecc Force MimeHandlerView to always use BrowserPlugin by ekaramad · 9 years ago
  99. 4b7467a5 PlzNavigate: Get StreamPrivate API to work. by ananta · 9 years ago
  100. f5f1b0f Add global and per-WebContents java InterfaceRegistries. by sammc · 9 years ago