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
*
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
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
Use a direct include of the message_loop header in content/, part 1.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of strings headers in content/browser/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Ignore spurious ResourceHostMsg_DataReceived_ACK IPC messages.
aedla@chromium.org
2013-06-11
1
-0
/
+54
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-5
/
+7
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-31
1
-0
/
+4
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Limit the number of pending requests to the max number of file descriptors.
simonjam@chromium.org
2013-05-09
1
-120
/
+89
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-16
/
+16
*
Warn on missing OVERRIDE/virtual everywhere, not just in header files.
rsleevi@chromium.org
2013-05-02
1
-1
/
+1
*
Fix memory leaks from http://codereview.chromium.org/12886022.
rdsmith@chromium.org
2013-04-26
1
-0
/
+16
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...
mef@chromium.org
2013-04-10
1
-1
/
+1
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-6
/
+4
[next]