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
/
chrome
/
browser
/
renderer_host
/
resource_dispatcher_host_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Remove typedef net::URLRequestTestJob URLRequestTestJob;
tfarina@chromium.org
2011-01-11
1
-80
/
+89
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
1
-119
/
+102
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-3
/
+3
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
1
-1
/
+1
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-9
/
+10
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-0
/
+1
*
Rename ChromeThread to BrowserThread Part6:
tfarina@chromium.org
2010-10-08
1
-4
/
+4
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+2
*
Fix unit tests for the ResourceDispatcherHost.
darin@chromium.org
2010-07-27
1
-1
/
+2
*
[Mac] more -Wextra support:
thomasvl@chromium.org
2010-06-17
1
-17
/
+17
*
Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...
pkasting@chromium.org
2010-05-18
1
-34
/
+14
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-4
/
+4
*
Fix a bug which caused a hang when loading a resource with
tonyg@chromium.org
2010-04-08
1
-9
/
+64
*
Make all of the methods of ResourceHandler pure virtual.
eroman@chromium.org
2010-03-02
1
-0
/
+11
*
Continue removing bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-02-27
1
-0
/
+97
*
Rework SafeBrowsingResourceHandler.
eroman@chromium.org
2010-02-27
1
-0
/
+3
*
Make sure that ResourceQueue is shut down before destruction.
phajdan.jr@chromium.org
2010-02-10
1
-0
/
+2
*
Implement ResourceQueue, an object that makes it easy to delay starting
phajdan.jr@chromium.org
2009-12-10
1
-0
/
+3
*
RESUBMIT of http://codereview.chromium.org/404025/show
chase@chromium.org
2009-11-25
1
-6
/
+3
*
Revert "RESUBMIT of http://codereview.chromium.org/404025/show"
chase@chromium.org
2009-11-25
1
-3
/
+6
*
RESUBMIT of http://codereview.chromium.org/404025/show
jorlow@chromium.org
2009-11-25
1
-6
/
+3
*
Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev...
ananta@chromium.org
2009-11-20
1
-8
/
+2
*
Disable another part of RDH test due to tsan race condition.
tim@chromium.org
2009-11-20
1
-1
/
+2
*
Disable two tests causing valgrind issues from revision 32608.
tim@chromium.org
2009-11-20
1
-2
/
+4
*
RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit...
jorlow@chromium.org
2009-11-20
1
-2
/
+8
*
Initialize the host_renderer_id and host_render_view_id in the resource dispa...
ananta@chromium.org
2009-11-14
1
-1
/
+3
*
Disable ResourceDispatcherHostTest.Cancel due to unitialized memory read caug...
scherkus@chromium.org
2009-11-13
1
-1
/
+1
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
1
-1
/
+1
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-1
/
+0
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-1
/
+5
*
Sniff 204 responses as text/plain to avoid creating unwanted downloads.
abarth@chromium.org
2009-10-16
1
-0
/
+27
*
RDH: Don't attempt to sniff the mime type of requests that
rvargas@google.com
2009-09-01
1
-3
/
+151
*
Linux 64-bit: Fix failing unit_tests and ignore non-working plugin/media tests.
mmoss@chromium.org
2009-08-31
1
-1
/
+1
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-95
/
+144
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-2
/
+2
*
Fix the unit tests that had multiple ResourceDispatcherHost objects instantia...
jam@chromium.org
2009-07-07
1
-24
/
+20
*
Reduce header dependencies in net/
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
1
-1
/
+1
*
Rename RendererSecurityPolicy and move it to browser\. No code change.
jam@chromium.org
2009-05-18
1
-4
/
+4
*
revert r16181 as it broke linux
estade@chromium.org
2009-05-15
1
-4
/
+4
*
Rename RendererSecurityPolicy and move it to browser\. No code change.
jam@chromium.org
2009-05-15
1
-4
/
+4
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-0
/
+2
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-1
/
+2
*
Fix single-process ui test failures from my previous change. The problem was...
jam@chromium.org
2009-03-18
1
-3
/
+5
*
CreateResourceRequest() in
hclam@chromium.org
2009-03-18
1
-0
/
+1
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-1
/
+2
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
1
-17
/
+42
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
1
-17
/
+20
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
[next]