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
/
common
/
resource_dispatcher_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup named shmem segment after DeferredResourceLoadingTest.
shess@chromium.org
2010-11-12
1
-3
/
+5
*
Fix up SharedMemory implementation so that it is more equivalent on Windows v...
dmaclach@chromium.org
2010-10-27
1
-5
/
+3
*
Remove GetURLForDebugging().
pkasting@chromium.org
2010-10-23
1
-8
/
+0
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-4
/
+6
*
shared_memory: remove wstrings, fix callers.
evan@chromium.org
2010-09-29
1
-3
/
+3
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-2
/
+4
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+2
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-0
/
+1
*
Completely revert all my IPC work to see if this was what regressed the page ...
erg@google.com
2010-08-17
1
-1
/
+0
*
FBTF: Remove all the easy headers from *_messages.h.
erg@google.com
2010-08-12
1
-0
/
+1
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
1
-11
/
+17
*
Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...
pkasting@chromium.org
2010-05-18
1
-3
/
+1
*
More code cleanups found by -Wextra.
evan@chromium.org
2010-03-09
1
-1
/
+1
*
Make SharedMemory use uint32 instead of size_t. This removes the remaining s...
jam@chromium.org
2010-02-16
1
-1
/
+1
*
Very minor cleanup.
michaeln@chromium.org
2010-01-06
1
-2
/
+2
*
Add a CreateBridge method to the ChildThread.
jcampan@chromium.org
2009-12-19
1
-5
/
+15
*
Changed AudioRendererImplTest and DeferredResourceLoadingTest tests so they d...
apatrick@google.com
2009-11-30
1
-1
/
+8
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-2
/
+4
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-2
/
+6
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-1
/
+1
*
Make GetURLForDebugging return a const GURL.
tony@chromium.org
2009-10-28
1
-4
/
+4
*
Relanding this patch as the previous one broke valgrind tests and reliability...
ananta@chromium.org
2009-08-24
1
-6
/
+120
*
Reverting 24069.
dimich@google.com
2009-08-22
1
-119
/
+6
*
The ResourceDispatcher object does not honor the deferred load flag for a req...
ananta@chromium.org
2009-08-22
1
-6
/
+119
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-2
/
+2
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-4
/
+0
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-1
/
+4
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
1
-2
/
+2
*
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...
abarth@chromium.org
2009-04-08
1
-1
/
+1
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-1
/
+2
*
Build fix.
abarth@chromium.org
2009-03-28
1
-1
/
+1
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-2
/
+2
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Switch to using one ResourceDispatcher per render process, and move it to Chi...
jam@chromium.org
2009-03-12
1
-16
/
+13
*
WebKit resource requests now have a flag reportUploadProgress that tells us w...
jcampan@chromium.org
2009-03-12
1
-0
/
+3
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
NO CODE CHANGE.
maruel@google.com
2009-03-10
1
-1
/
+2
*
Landing again the CL that adds security info to canceled requests (last time ...
jcampan@chromium.org
2009-03-08
1
-1
/
+2
*
Revert change 11197 because it created 138 new layout tests
nsylvain@chromium.org
2009-03-07
1
-2
/
+1
*
Landing again the CL that adds security info to canceled requests (it was bre...
jcampan@chromium.org
2009-03-07
1
-1
/
+2
*
Reverting 11179.
jcampan@chromium.org
2009-03-07
1
-2
/
+1
*
This CL adds a way to specify the security info when canceling a URLRequest.
jcampan@chromium.org
2009-03-07
1
-1
/
+2
*
Finish taking out render_messages.h includes from headers.
jam@chromium.org
2009-02-05
1
-1
/
+2
*
Revert my change to get the tree green. Not sure why the tests became flaky....
jam@chromium.org
2009-02-04
1
-3
/
+3
*
Make it easier/less work/less error-prone to create new IPC channel types (i....
jam@chromium.org
2009-02-04
1
-3
/
+3
*
Add more tests to unit_tests on Linux, and some platform cleanups.
phajdan.jr@chromium.org
2009-01-12
1
-1
/
+3
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-2
/
+2
*
This CL adds new UI tests for the SSL UI.
jcampan@chromium.org
2008-09-24
1
-1
/
+2
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Add chrome to the repository.
initial.commit
2008-07-26
1
-0
/
+208