summaryrefslogtreecommitdiffstats
path: root/components/navigation_interception
Commit message (Expand)AuthorAgeFilesLines
* favor DCHECK_CURRENTLY_ON for better logs in components/ (part 2)mostynb2015-04-231-4/+4
* Add user gesture carryover bitjaekyun2015-03-315-9/+77
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-252-3/+3
* Remove prerender cookie store, part 4.davidben2015-03-231-2/+1
* Sort GN files under componentssatorux2015-02-161-2/+2
* Add RedirectInfo as a redirect parameter to ResourceThrottles.mmenke2015-02-113-20/+18
* Sanitize referrers before we create themjochen2015-02-091-1/+3
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-1/+1
* Add is_external_protocol to NavigationParamsjaekyun2015-01-285-26/+35
* Remove mkosiba from OWNERS files.mkosiba2015-01-271-1/+1
* gn format //componentsscottmg2014-12-031-1/+0
* Allow URL requests for object/embed tags to be intercepted as streams.raymes2014-11-211-0/+1
* Add is_main_frame and parent_is_main_frame to ResourceRequestInfo::AllocateFo...gab2014-11-131-1/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-4/+2
* Standardize usage of virtual/override/final in components/dcheng2014-10-212-14/+8
* Make chrome_shell_apk buildcjhopman2014-10-132-2/+13
* Fix reinterpret_cast issuesdtrainor2014-10-081-1/+1
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-062-9/+9
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-252-2/+2
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-198-11/+11
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-9/+10
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-151-0/+2
* content: ResourceType cleanup.tfarina@chromium.org2014-07-311-1/+1
* Add more components to the GN build.brettw@chromium.org2014-07-161-0/+48
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-051-0/+1
* Rename jni_helper.h to jni_weak_ref.h.newt@chromium.org2014-04-231-1/+1
* Renable org.chromium.chrome.browser.infobar.InfoBarTest#testInfoBarForPopUp w...jam@chromium.org2013-12-281-2/+4
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int...jam@chromium.org2013-12-284-34/+36
* Make resource throttles and AsyncResourceHandler add events to NetLogmmenke@chromium.org2013-12-042-0/+5
* Update OWNERS filesjoth@chromium.org2013-12-021-1/+0
* [Net] Add a priority parameter to URLRequest's constructorakalin@chromium.org2013-10-311-1/+5
* Cleanup bits of components/navigation_interception.thestig@chromium.org2013-10-152-11/+7
* Add header to defer redirects until prerenders become visible.davidben@chromium.org2013-10-011-21/+22
* Correctly integrate StoragePartition into TestingProfile.ajwong@chromium.org2013-07-231-2/+5
* Expose the method used for the next URLRequest redirect.mkosiba@chromium.org2013-07-173-6/+81
* components: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-052-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in components/.dcheng@chromium.org2013-06-131-4/+5
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-36/+19
* components: Move navigation_interception into navigation_interception namespace.tfarina@chromium.org2013-05-2211-29/+26
* Removes jknotten from OWNERS.bulach@chromium.org2013-05-071-1/+0
* components: Use base::MessageLoop.xhwang@chromium.org2013-05-061-1/+1
* components: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition.rsleevi@chromium.org2013-02-071-4/+4
* Move navigation_interception Java code to match package.yfriedman@chromium.org2013-02-052-0/+0
* Use a struct to pass parameters in the navigation interception callback.mkosiba@chromium.org2013-01-3111-90/+223
* [android] Add param struct to navigation interception Java code.mkosiba@chromium.org2013-01-301-0/+36
* Add SERVER_REDIRECT bit in ShouldIgnoreNavigation's transition_type parameter.michaelbai@chromium.org2013-01-252-5/+10
* Move content/components/navigation_interception to src/componentskaiwang@chromium.org2013-01-2310-0/+875