summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host
Commit message (Expand)AuthorAgeFilesLines
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-071-3/+3
* Pass user gesture bit when chrome handles an intent fired by itselfqinmin2015-08-073-0/+18
* Get rid of FrameAccessibility using AXTreeIDsdmazzoni2015-08-074-492/+162
* Refactor CreateOpenerProxies to support updates to frame openers.alexmos2015-08-063-10/+274
* Fix invalid cast to FrameMsg_CommitNavigation.krasin2015-08-051-6/+4
* Templatize some ui/accessibility code to enable subclassing AXNodeData.dmazzoni2015-08-042-6/+7
* Fix NavController buffer overflow found by IPC fuzzer.creis2015-08-041-2/+4
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-041-3/+3
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-031-3/+3
* PlzNavigate: disable RenderFrameHostManagerTest::PageDoesBackAndReload.carlosk2015-08-031-0/+15
* Change GURL::DomainIs to take a StringPiece.qyearsley2015-08-031-2/+2
* Subframes in inner WebContents should not create proxies in process of outer ...lazyboy2015-08-014-15/+20
* Fix NavigatorTestWithBrowserSideNavigation.BeginNavigation with site-per-processjbauman2015-07-311-1/+1
* Avoid destroying webview Surface too earlyjbauman2015-07-311-2/+4
* Add a NavigationHandle class to content/public/browserclamy2015-07-3112-30/+387
* Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...shuchen2015-07-314-19/+13
* CFI: Add a new debug URL, chrome://badcastcrash.pcc2015-07-311-1/+2
* Move the IsSwappedOutStateForbidden methods to SiteIsolationPolicy.nick2015-07-316-47/+35
* Remove GetPendingSiteInstance from NavigationControllerDelegate.fdegans2015-07-303-23/+9
* PlzNavigate: add speculative RF deletion observer to tests.carlosk2015-07-301-0/+6
* Make unit tests *not* depend on browser_test_utils.carlosk2015-07-292-2/+2
* Avoid connecting to the renderer's ImageDownloader Mojo service if the servic...amistry2015-07-291-1/+1
* Keep track of the "current" NavigationEntry for each RenderViewHost, use that...avi2015-07-291-0/+7
* Get CapabilityFilters to work with ContentHandlers.ben2015-07-281-1/+5
* Move existing kSitePerProcess checks to a policy-oracle objectnick2015-07-2714-180/+128
* Clean up around NavigationEntryScreenshotManager a bit.avi2015-07-274-31/+13
* PlzNavigate: support for should_replace_current_entryclamy2015-07-272-8/+8
* Ignore javascript send to not yet navigated framesjochen2015-07-271-0/+1
* Stop showing warning UI when SharedWorker crashestoyoshim2015-07-271-3/+0
* Drop usage of DeprecatedSerializedOrigin from Frame* objects.mkwst2015-07-275-23/+22
* Ensure frames have the necessary proxies to be discoverable by name.alexmos2015-07-253-0/+39
* Allow trusted brokers to restrict connections for spawned applications to whi...ben2015-07-242-3/+5
* Reland "Add ExecuteJavaScriptForTest and make all tests use it"Jochen Eisinger2015-07-242-0/+47
* Revert of Add ExecuteJavaScriptForTest and make all tests use it (patchset #1...sigbjornf2015-07-242-47/+0
* Add ExecuteJavaScriptForTest and make all tests use itjochen2015-07-242-0/+47
* Create FrameNavigationEntries for the initial blank page in subframes.creis2015-07-238-54/+127
* PlzNavigate: fix RFHMT::CancelPendingProperlyDeletesOrSwaps.carlosk2015-07-231-4/+2
* OOPIF: willSendRequest in A-B-A nested case.creis2015-07-231-3/+66
* Reland: Reset RendererAccessibility state when enabling tree only accessibili...dtseng2015-07-222-0/+8
* Switch RenderFrameHostManager to use RenderProcessHostObserver, remove NOTIFI...avi2015-07-212-134/+192
* Give automation API access to browser plugin objects.dmazzoni2015-07-211-6/+8
* Cleanup: Remove dead ViewMsgs and comments that refer to them.thestig2015-07-211-1/+1
* Remove a comment that was based on a misunderstanding.avi2015-07-181-3/+2
* Remove code handling a page transition mismatch with NEW_SUBFRAME.avi2015-07-171-21/+2
* Don't clear the forward history when replacing entries.creis2015-07-172-6/+38
* Fix accessibility with out-of-process iframes.lfg2015-07-162-45/+16
* OOPIF: Fix window.open to work from frames with remote parent.alexmos2015-07-153-20/+13
* Fix race when reloading original URL.lfg2015-07-1511-38/+135
* Kill renderer on failure to deserialize security info in most casesestark2015-07-142-1/+50
* Rename: Use "Register" Mojo Service/App in content client API.xhwang2015-07-131-1/+1