index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
public
/
browser
/
resource_dispatcher_host_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an issue that external protocol in subframes are not handled on Android
qinmin
2015-05-06
1
-1
/
+5
*
Revert of Ensuring interception of stream get determined by plugin path befor...
deepak.m1
2015-04-13
1
-7
/
+4
*
Ensuring interception of stream get determined by plugin path before checking...
deepak.m1
2015-04-08
1
-4
/
+7
*
Split up streams logic to prepare for PlzNavigate RDH changes.
davidben
2014-10-15
1
-2
/
+2
*
Remove child/route parameters from ShouldBeginRequest and RequestBeginning.
davidben@chromium.org
2014-08-21
1
-5
/
+1
*
content: ResourceType cleanup.
tfarina@chromium.org
2014-07-31
1
-45
/
+39
*
Revert of Fix the handling of user gestures for external protocol handler dia...
meacer@chromium.org
2014-07-29
1
-4
/
+1
*
Move resource_type.* from webkit/ to content/.
tfarina@chromium.org
2014-07-05
1
-1
/
+1
*
Fix nits in content/browser/appcache/
pilgrim@chromium.org
2014-06-28
1
-12
/
+6
*
Move all remaining appcache-related code to content namespace
pilgrim@chromium.org
2014-06-25
1
-2
/
+2
*
Forward MIME types to BrowserPlugin when a viewer is specified.
zork@chromium.org
2014-06-12
1
-16
/
+12
*
Relanding user gesture fix for external protocol handlers after revert.
meacer@chromium.org
2014-04-03
1
-1
/
+4
*
Revert of Fix the handling of user gestures for external protocol handler dia...
rlarocque@chromium.org
2014-04-02
1
-4
/
+1
*
Fix the handling of user gestures for external protocol handler dialogs.
meacer@chromium.org
2014-04-02
1
-1
/
+4
*
Reports UMA data for bytes fetched over the network for used and
jkarlin@chromium.org
2014-02-14
1
-0
/
+3
*
Make PrerenderTracker's resource_throttle_io_thread_map_ use RenderFrame IDs ...
jam@chromium.org
2014-01-21
1
-9
/
+0
*
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...
jam@chromium.org
2014-01-06
1
-14
/
+0
*
Make ResourceHandlers stateless with respect to child/routing/request IDs.
creis@chromium.org
2013-09-25
1
-1
/
+9
*
Remove security_origin member from content::Stream.
tyoshino@chromium.org
2013-07-26
1
-10
/
+12
*
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...
scottmg@chromium.org
2013-07-23
1
-1
/
+1
*
Revert 212927 "Move webkitplatformsupport_impl and related from ..."
bryeung@chromium.org
2013-07-22
1
-1
/
+1
*
Move webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
1
-1
/
+1
*
Move configuration of URLRequest referrer to content/browser/loader.
darin@chromium.org
2013-06-25
1
-2
/
+1
*
Add expected content size to streamsPrivate.onExecuteMimeTypeHandler
zork@chromium.org
2013-05-21
1
-1
/
+2
*
Add Resource Handler for creating Streams to forward to extensions
zork@chromium.org
2013-03-20
1
-0
/
+26
*
Add file browser handler resource throttler for intercepting downloads.
tbarzic@chromium.org
2012-12-18
1
-5
/
+2
*
Get rid of ipc_sender.h include in ipc_message.h.
viettrungluu@chromium.org
2012-12-14
1
-1
/
+4
*
[Android] Use resource throttle instead of HandleExternalProtocol.
jknotten@chromium.org
2012-10-29
1
-2
/
+4
*
AppCache and StoragePartition'ing
michaeln@chromium.org
2012-09-15
1
-0
/
+5
*
Speculative resource prefetching - fixing missing navigations due to server s...
shishir@chromium.org
2012-08-02
1
-0
/
+1
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Speculative resource prefetching for URLs CL.
shishir@chromium.org
2012-06-25
1
-0
/
+2
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
1
-1
/
+1
*
Move TransferNavigationResourceThrottle to content since that's where it belo...
jam@chromium.org
2012-05-22
1
-4
/
+2
*
Add flag to specify if explicitly requested download is from web.
rdsmith@chromium.org
2012-05-15
1
-1
/
+1
*
Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...
darin@chromium.org
2012-02-17
1
-8
/
+0
*
Make content::ResourceContext be a real interface like the rest of the Conten...
jam@chromium.org
2012-02-09
1
-4
/
+4
*
Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...
darin@chromium.org
2012-02-06
1
-10
/
+11
*
Remove dependency on ResourceMessageFilter in Chrome.
jam@chromium.org
2012-01-26
1
-4
/
+3
*
Make CancelRequest trigger the destruction of URLRequest objects asynchronously
darin@chromium.org
2012-01-18
1
-14
/
+15
*
Move ResourceDispatcherHostLoginDelegate to content\public\browser where it b...
jam@chromium.org
2012-01-11
1
-1
/
+2
*
Remove unused 'in_complete' parameter.
darin@chromium.org
2012-01-03
1
-8
/
+7
*
Add support for content::Referrer to prerender
jochen@chromium.org
2011-12-06
1
-1
/
+2
*
Fix a bug where redirect chain gets lost on process swap.
mpcomplete@chromium.org
2011-12-03
1
-1
/
+2
*
Move ResourceResponse struct into the Content API, since it's used in Chrome....
jam@chromium.org
2011-11-24
1
-1
/
+1
*
Get rid of resource_messages.h include from chrome, since that's an internal ...
jam@chromium.org
2011-11-16
1
-3
/
+6
*
Cleanup: Delete some unneeded forward declarations.
thestig@chromium.org
2011-11-09
1
-3
/
+2
*
Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.
joi@chromium.org
2011-10-20
1
-0
/
+127