summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/web_contents_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* mojo: Rename skia.Bitmap to skia.mojom.Bitmapjamescook2016-03-251-1/+1
* Make EnableViewSourceMode a FrameMsgclamy2016-03-241-7/+10
* Remove [SG]etParentNativeViewAccessiblepiman2016-03-231-19/+0
* Make page popups work under OOPIFkenrb2016-03-201-2/+4
* Media Session API: use MediaMetadata in the browser process.mlamouri2016-03-171-1/+2
* Remove swapped out state from RenderFrameHost.nasko2016-03-171-1/+0
* Remove unused method WebContents::CreateSwappedOutRenderView.nasko2016-03-141-7/+0
* Make MediaSession a runtime-enabled feature on Desktop.mlamouri2016-03-121-8/+4
* Remove SiteIsolationPolicy::IsSwappedOutStateForbidden().nasko2016-03-121-16/+6
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-111-2/+1
* Migrate ProcessesEventRouter to the new task managerafakhry2016-03-111-0/+7
* Don't focus the location bar in a phishy situation.palmer2016-03-041-2/+21
* Propagate window coordinates to out-of-process iframes renderers.lfg2016-03-041-0/+13
* Avoid hang in save-page-as when one of renderers is dead.lukasza2016-03-021-0/+3
* Implement touch events for site-isolation.wjmaclean2016-03-021-0/+4
* Mac: Make calling WebContents::WasShown/WasHidden the responsibility of the c...tapted2016-03-011-0/+24
* Propagate window and view rects from parent to child RenderWidgetHostView.lfg2016-03-011-1/+4
* Remove WebContentsObserver::DidGetUserGesture.dominickn2016-02-271-10/+12
* Simplify image_downloader.mojom definition.leon.han2016-02-261-24/+13
* Disable DCHECK in UpdateTitle until nav entry IDs can be used for it.creis2016-02-261-3/+3
* Re-allow JavaScript dialogs with user navigation.avi2016-02-251-0/+10
* Add mojom module suffix for image_downloader.mojom.leon.han2016-02-251-6/+6
* Blimp: Add support for multiple render widget compositors on the client.khushalsagar2016-02-231-4/+1
* Replicating WebFrame::uniqueName across renderers.lukasza2016-02-221-1/+5
* Reland #2 Remove the is_loading_ field from WebContentsImplclamy2016-02-221-60/+85
* Don't call WebContents::DownloadImage() callback if the WebContents were deletedpkotwicz2016-02-161-22/+25
* Revert of Reland #1 Remove the is_loading_ field from WebContentsImpl (patchs...lazyboy2016-02-131-37/+18
* Reland #1 Remove the is_loading_ field from WebContentsImplclamy2016-02-121-18/+37
* Fixing WebViewVisibilityTests for OOPIF-<webview>.ekaramad2016-02-111-0/+7
* Associate RenderWidgetHostView for new widget with correct processkenrb2016-02-101-4/+3
* Revert of Remove the is_loading_ field from WebContentsImpl (patchset #24 id:...waffles2016-02-101-39/+20
* Remove the is_loading_ field from WebContentsImplclamy2016-02-101-20/+39
* Reland of Check that the source and destination WebContents are different bef...lfg2016-02-091-1/+1
* Revert of Check that the source and destination WebContents are different bef...iclelland2016-02-091-1/+1
* Check that the source and destination WebContents are different beforelfg2016-02-091-1/+1
* Reland #1 "Merge DidRedirectNavigation and WillRedirectNavigation in Navigati...clamy2016-02-081-8/+0
* Reload Lo-Fi images inline instead of reloading the whole pagemegjablon2016-02-041-0/+4
* Enable range-based for loops to loop over a WebContents' frame hosts.dcheng2016-02-041-25/+25
* Refactored blocked_loaders_map_ to key by render frame route idcsharrison2016-02-031-1/+5
* PlzNavigate: do not always reset navigation state when NavigationRequest resetsclamy2016-02-021-1/+2
* Fix scroll restoration when exiting fullscreen mode.bokan2016-01-281-18/+26
* Revert of Aura on Android: content/browser (patchset #9 id:160001 of https://...mfomitchev2016-01-281-9/+6
* Fix sandbox flags inheritance for cross-process popups.alexmos2016-01-211-1/+19
* This patch moves find-in-page code from RenderView to RenderFrame. This works...paulmeyer2016-01-211-4/+6
* Merge cleanup loop across FrameTreeNodes in ~WebContentsImpl.dcheng2016-01-211-5/+4
* Use range-based for loops to iterate over FrameTreeNodes (reland)dcheng2016-01-211-48/+26
* Add metrics regarding concurrent audible tabs in Chromium.mlamouri2016-01-201-2/+1
* Revert of Use range-based for loops to iterate over FrameTreeNodes. (patchset...dcheng2016-01-201-26/+48
* Use range-based for loops to iterate over FrameTreeNodes.dcheng2016-01-201-48/+26
* Refactor ContentVideoView to have a native client interfacewatk2016-01-191-1/+1