summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host
Commit message (Expand)AuthorAgeFilesLines
* Perform navigation policy check on UI thread for --site-per-process.nasko@chromium.org2014-04-256-1/+23
* Mark touchcancel events as uncancelablerbyers@chromium.org2014-04-241-2/+7
* Add a navigation redirect-chain to Sync sessions proto for offline analysis.donnd@chromium.org2014-04-235-18/+50
* Simulate beforeunload for subframes.nasko@chromium.org2014-04-231-5/+7
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-227-41/+110
* Convert notifications to use RenderFrame instead of RenderView.jam@chromium.org2014-04-222-2/+133
* Revert 265044 "Don't leave aborted URLs in the omnibox unless we..."rockot@chromium.org2014-04-217-110/+41
* Don't leave aborted URLs in the omnibox unless we're on the NTP.creis@chromium.org2014-04-217-41/+110
* Clear failed browser-initiated navigations if blank tab is modified.creis@chromium.org2014-04-191-0/+53
* FrameTreeNode: Make it safe for WebContentsObservers to look atnick@chromium.org2014-04-192-26/+123
* Preserve Page::openedByDOM state across process swaps.davidben@chromium.org2014-04-162-4/+6
* Set the original url correctly if the frame is loaded via loadDatahush@chromium.org2014-04-161-0/+34
* Remove browser side of legacy 2D path.jbauman@chromium.org2014-04-162-7/+0
* Introduce RenderFrameProxyHost object and use it in RFHM.nasko@chromium.org2014-04-145-140/+340
* Revert 263352 "Introduce RenderFrameProxyHost object and use it ..."viettrungluu@chromium.org2014-04-115-333/+136
* Introduce RenderFrameProxyHost object and use it in RFHM.nasko@chromium.org2014-04-115-136/+333
* Don't check for DiscardPendingEntry within Navigate if we are in shutdown.creis@chromium.org2014-04-112-2/+5
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-112-15/+0
* Simplify some Win Aura ifdefs.jam@chromium.org2014-04-114-21/+21
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-102-19/+0
* Use SharedBitmapManager to allocate software frames.jbauman@chromium.org2014-04-091-7/+10
* Move DispatchBeforeUnload from RenderFrameHost to WebContents. This is after ...jam@chromium.org2014-04-082-44/+48
* Move modal dialogs from WebViewClient to WebFrameClient, part 1/3.avi@chromium.org2014-04-084-7/+105
* WebContents could be blocked after pending cross-site navigation is canceled.mmaliszkiewicz@opera.com2014-04-082-2/+50
* Fixing an off by one error in screenshot manager code.mfomitchev@chromium.org2014-04-082-2/+2
* Move InsertCSS from RenderFrameHost to WebContents.jam@chromium.org2014-04-082-5/+0
* Move edit commands from RenderFrameHost to WebContents.jam@chromium.org2014-04-082-89/+0
* Migrate addMessageToConsole API to RenderFrame.mkosiba@chromium.org2014-04-036-4/+53
* Ensure fullscreen mode is exited for same-site navigations.miu@chromium.org2014-04-022-8/+18
* Move SwapOut methods to RenderFrameHost.creis@chromium.org2014-03-286-91/+68
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-285-7/+13
* Call setEditableSelectionOffsets, setCompositionFromExistingText and extendSe...jam@chromium.org2014-03-272-0/+9
* Move ContentBrowserTest class to content/public, since it's used by component...jam@chromium.org2014-03-272-4/+4
* Disable the tests that crash under ThreadSanitizer after the recent Clang roll:glider@chromium.org2014-03-271-4/+19
* Add test for filtering of IPC messages when RenderFrameHost is swapped out.nasko@chromium.org2014-03-263-77/+233
* Enable ExternalPopupMenu-related code only on Mac and Android.tkent@chromium.org2014-03-251-0/+4
* Update DidNavigateFrame and calls to GetSiteInstance in RFHM.creis@chromium.org2014-03-244-40/+34
* Mac: ExternalPopupMenu::close should hide a showing popup menu.tkent@chromium.org2014-03-241-0/+5
* Move selection related code to RenderFrame. Also finish moving the rest of th...jam@chromium.org2014-03-212-0/+63
* Remove is_main_frame and some of the navigation hacks for --site-per-process.creis@chromium.org2014-03-217-68/+19
* Add filtering of IPC messages when RenderFrameHost is swapped out.nasko@chromium.org2014-03-211-0/+21
* Consistently null-check NavigatorImpl::delegate_.creis@chromium.org2014-03-201-6/+11
* Move webcursors code from webkit/ to content.tfarina@chromium.org2014-03-201-1/+1
* Introduce frame-finding tools to browser_test_utils.avi@chromium.org2014-03-182-1/+5
* Chromium plumbing to use the selection root bounds.mlamouri@chromium.org2014-03-144-0/+27
* Query the preferred readback config in CopyFromBackingStoresiva.gunturi@samsung.com2014-03-135-2/+16
* Copy JavaScript execution to RenderFrame, switch easy cases to use it.avi@chromium.org2014-03-122-0/+51
* Move ShouldClose from RenderViewHost to RenderFrameHost.creis@chromium.org2014-03-116-87/+196
* Convert RFH pointers to scoped_ptr inside RFHM.nasko@chromium.org2014-03-112-28/+21
* Update several browser_tests / content_browsertests to set iframes' namech.dumez@samsung.com2014-03-081-1/+1