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
/
browser
/
loader
/
resource_dispatcher_host_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
1
-2
/
+2
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-42
/
+35
*
Fix outstanding request stats for multiple transfer navigations.
creis
2014-10-15
1
-0
/
+82
*
Turn UploadDataStream into an abstract class, and split the implentation
mmenke
2014-10-09
1
-3
/
+3
*
Replace OVERRIDE and FINAL with override and final in content/browser/loader
anand.ratn
2014-10-07
1
-19
/
+19
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-1
/
+1
*
Remove storage-related redirect headers in webkit/common/, update #includes a...
pilgrim
2014-09-10
1
-1
/
+1
*
Change base/file_utils.h includes to base/files/file_utils.h in content/
thestig
2014-09-05
1
-1
/
+1
*
Remove implicit conversions from scoped_refptr to T* in content/browser/loader/
dcheng
2014-08-26
1
-7
/
+7
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
1
-1
/
+1
*
Remove child/route parameters from ShouldBeginRequest and RequestBeginning.
davidben@chromium.org
2014-08-21
1
-2
/
+0
*
Allow URLRequests from one context to have different NetworkDelegates.
mmenke@chromium.org
2014-08-21
1
-10
/
+13
*
content: ResourceType cleanup.
tfarina@chromium.org
2014-07-31
1
-60
/
+60
*
Rename ResourceThrottle::OnBeforeNetworkStart to WillStartUsingNetwork.
jkarlin@chromium.org
2014-07-30
1
-3
/
+3
*
Remove disable-embedded-shared-worker flag and shared worker process related ...
horo@chromium.org
2014-07-25
1
-3
/
+0
*
Move all remaining appcache-related code to content namespace
pilgrim@chromium.org
2014-06-25
1
-3
/
+3
*
Rename appcache constants in preparation for move to content namespace
pilgrim@chromium.org
2014-06-15
1
-1
/
+1
*
Cleanup and fix ResourceDispatcherHostTests.
mmenke@chromium.org
2014-06-03
1
-6
/
+9
*
Remove ProtocolFactory use from resource_dispatcher_host_unittest.cc
cbentzel@chromium.org
2014-05-28
1
-97
/
+113
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
1
-53
/
+26
*
Move first-party cookie URL logic to browser process.
davidben@chromium.org
2014-05-14
1
-6
/
+6
*
Fix HANDLE leak in ResourceDispatcherHost tests.
davidben@chromium.org
2014-04-29
1
-47
/
+83
*
Don't send two OnResponseCompleteds in ResourceLoader.
davidben@chromium.org
2014-04-14
1
-0
/
+2
*
Reland "Fix various issues in RedirectToFileResourceHandler."
davidben@chromium.org
2014-03-14
1
-49
/
+234
*
Revert 256688 "Fix various issues in RedirectToFileResourceHandler."
cpu@chromium.org
2014-03-13
1
-213
/
+19
*
Fix various issues in RedirectToFileResourceHandler.
davidben@chromium.org
2014-03-12
1
-19
/
+213
*
Add ServiceWorkerContext to ResourceMessageFilter and WorkerStoragePartition
kinuko@chromium.org
2014-03-12
1
-1
/
+1
*
Update resource requests to remove redundant frame ID.
creis@chromium.org
2014-03-03
1
-2
/
+1
*
Return ERR_INVALID_RESPONSE when we get a funky error page mime-type.
mmenke@chromium.org
2014-02-20
1
-2
/
+2
*
When cross-site navigations are cancelled, delete the
mmenke@chromium.org
2014-02-15
1
-0
/
+17
*
Make ResourceDispatcherHostImpl::CancelRequest() tear down the loader.
rdsmith@chromium.org
2014-01-15
1
-10
/
+25
*
Adds the new URLRequest::OnBeforeNetworkStart hook to the
jkarlin@chromium.org
2014-01-09
1
-1
/
+74
*
Remove unnecessary call to set_first_party_for_cookies.
creis@chromium.org
2013-12-18
1
-2
/
+1
*
Make resource throttles and AsyncResourceHandler add events to NetLog
mmenke@chromium.org
2013-12-04
1
-0
/
+4
*
Add ResourceType::PING and mark those requests as detachable.
davidben@chromium.org
2013-11-22
1
-18
/
+29
*
Allow prefetches to outlive their owning RenderViewHost.
davidben@chromium.org
2013-11-20
1
-145
/
+563
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
Experimental Revert of 231910 "Allows prefetch and other detachable requests ...
mmenke@chromium.org
2013-11-04
1
-458
/
+137
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
1
-1
/
+3
*
Allows prefetch and other detachable requests to live beyond the renderer by ...
jkarlin@google.com
2013-10-30
1
-137
/
+458
*
Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.
creis@chromium.org
2013-10-03
1
-54
/
+136
*
Revert 226284 "Move TransferNavigationResourceThrottle into Cros..."
creis@chromium.org
2013-10-01
1
-136
/
+54
*
Move TransferNavigationResourceThrottle into CrossSiteResourceHandler.
creis@chromium.org
2013-10-01
1
-54
/
+136
*
Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...
jam@chromium.org
2013-10-01
1
-4
/
+1
*
Make ResourceHandlers stateless with respect to child/routing/request IDs.
creis@chromium.org
2013-09-25
1
-1
/
+98
*
Modify ResourceMessageFilter so that it can support attaching to PluginProces...
jam@chromium.org
2013-09-09
1
-21
/
+15
*
Convert a bunch of resource IPCs to be control messages. They didn't need to ...
jam@chromium.org
2013-09-06
1
-8
/
+8
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
1
-25
/
+13
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-13
/
+25
*
When switching processes during redirects, update the cookie policy
jochen@chromium.org
2013-08-12
1
-1
/
+2
[next]