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
/
renderer_host
/
resource_dispatcher_host_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the need for ResourceDispatcherHostTest to call PauseRequest.
darin@chromium.org
2012-05-23
1
-59
/
+36
*
Add defer out params to ResourceHandler's OnResponseStarted
darin@chromium.org
2012-05-21
1
-1
/
+2
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-0
/
+3
*
Prepending view-source: does not load the source of the userscript. Instead,
hebert.christopherj@chromium.org
2012-05-04
1
-0
/
+1
*
RefCounted types should not have public destructors, content/browser part 1
rsleevi@chromium.org
2012-04-27
1
-1
/
+8
*
Have content cancel requests for ResourceContexts when they shutdown, instead...
jam@chromium.org
2012-03-26
1
-0
/
+3
*
Add content/public/browser/resource_dispatcher_host.h
darin@chromium.org
2012-03-12
1
-16
/
+16
*
Add ResourceRequestInfo.
darin@chromium.org
2012-03-07
1
-3
/
+0
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-7
/
+7
*
Move MockResourceContext to content/test.
tfarina@chromium.org
2012-03-05
1
-1
/
+1
*
Get rid of the MockResourceContext singleton. It's just simpler to have each ...
jam@chromium.org
2012-02-21
1
-1
/
+1
*
Remove getters for HTML5 related objects from the ResourceContext interface. ...
jam@chromium.org
2012-02-21
1
-14
/
+26
*
Eliminate ResourceDispatcherHostDelegate::ShouldDeferStart in favor of Resour...
darin@chromium.org
2012-02-17
1
-5
/
+10
*
Add extra data to BrowserContext so that content layer and other embedders ca...
jam@chromium.org
2012-02-15
1
-3
/
+3
*
Make content::ResourceContext be a real interface like the rest of the Conten...
jam@chromium.org
2012-02-09
1
-5
/
+5
*
Create a content public browser API around the ChildProcessSecurityPolicy cla...
ananta@chromium.org
2012-02-09
1
-5
/
+5
*
Introduce ResourceThrottle as a replacement for chrome's usage of ResourceHan...
darin@chromium.org
2012-02-06
1
-35
/
+24
*
Get rid of DownloadIdFactory and instead get the next id from DownloadManager...
jam@chromium.org
2012-01-27
1
-16
/
+0
*
Clean up uses of static data around singletons.
rsesek@chromium.org
2012-01-19
1
-6
/
+4
*
Make CancelRequest trigger the destruction of URLRequest objects asynchronously
darin@chromium.org
2012-01-18
1
-0
/
+96
*
Remove unused code from UploadData and URLRequest.
satorux@chromium.org
2012-01-12
1
-4
/
+0
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
1
-3
/
+1
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
1
-1
/
+3
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
1
-3
/
+1
*
Return a specific error code for unknown URL schemes.
mkosiba@chromium.org
2012-01-10
1
-0
/
+33
*
Fix deletion of entries from ResourceDispatcherHost::transferred_navigations_
battre@chromium.org
2012-01-03
1
-1
/
+44
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-1
/
+2
*
In order to resume a download some more information needs to be gathered.
ahendrickson@chromium.org
2011-12-22
1
-0
/
+4
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-0
/
+1
*
Make the transfer request code path use full referrers
jochen@chromium.org
2011-12-05
1
-0
/
+1
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
1
-2
/
+3
*
Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...
jam@chromium.org
2011-12-02
1
-1
/
+2
*
Move the ProcessType enum out to its own file. This is in preparation for get...
jam@chromium.org
2011-12-01
1
-1
/
+1
*
Revert 110287 - Return a specific error code for unknown URL schemes.
rvargas@google.com
2011-11-28
1
-33
/
+0
*
Move ResourceResponse struct into the Content API, since it's used in Chrome....
jam@chromium.org
2011-11-24
1
-6
/
+6
*
Return a specific error code for unknown URL schemes.
mkosiba@chromium.org
2011-11-16
1
-0
/
+33
*
Added parentFrameId to webRequest API calls
battre@chromium.org
2011-11-04
1
-0
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Switch content tests to use BrowserThreadImpl directly.
joi@chromium.org
2011-10-31
1
-3
/
+5
*
Fix history importing by delaying DownloadManager creation. Replace GetNextId...
benjhayden@chromium.org
2011-10-29
1
-4
/
+9
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-3
/
+3
*
Revert "Return a specific error code for unknown URL schemes."
podivilov@chromium.org
2011-10-13
1
-33
/
+0
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Return a specific error code for unknown URL schemes.
mkosiba@chromium.org
2011-10-10
1
-0
/
+33
*
Retry r100017. This time, prevent a potential shutdown race by moving the cal...
benjhayden@chromium.org
2011-09-21
1
-0
/
+12
*
Revert 101812 - Hold until DownloadBuffer lifetime issues are resolved.
asanka@chromium.org
2011-09-20
1
-33
/
+31
*
Revert 101858 - Broke content_unittests
asanka@chromium.org
2011-09-19
1
-2
/
+0
*
Add a file thread to ResourceDispatcherHostTest.
asanka@chromium.org
2011-09-19
1
-0
/
+2
*
Use the correct client_id when calling RDH::GetOutstandingRequestsMemoryCost(...
asanka@chromium.org
2011-09-19
1
-31
/
+33
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-2
/
+2
[next]