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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the "dangerous download" algorithm as follows. Original patch by Pier...
pkasting@chromium.org
2010-12-06
1
-0
/
+1
*
Change ResourceDispatcher's behavior, so that clients can defer loading a URL
darin@chromium.org
2010-11-23
1
-3
/
+18
*
Convert LOG(INFO) to VLOG(1) - chrome/common/.
pkasting@chromium.org
2010-10-22
1
-47
/
+1
*
Fixed plumbing of raw headers for sync requests.
caseq@google.com
2010-10-14
1
-0
/
+1
*
FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .
erg@google.com
2010-10-08
1
-1
/
+2
*
Flesh out URLLoader's download_to_file function.
michaeln@chromium.org
2010-09-28
1
-75
/
+74
*
Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...
thakis@chromium.org
2010-09-24
1
-74
/
+75
*
Flesh out URLLoader's download_to_file function.
michaeln@chromium.org
2010-09-23
1
-75
/
+74
*
DevTools: provide load timing for sync resources.
pfeldman@chromium.org
2010-09-20
1
-0
/
+5
*
DevTools: report network stack-based finish time for resources.
pfeldman@chromium.org
2010-09-16
1
-2
/
+3
*
Support handling blob URL and resolve blob references in upload data.
jianli@chromium.org
2010-08-31
1
-0
/
+9
*
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
*
Fix building with LOG_RESOURCE_REQUESTS defined.
bryner@chromium.org
2010-08-10
1
-1
/
+1
*
Pepper stream-to-file plumbing.
darin@chromium.org
2010-07-22
1
-0
/
+1
*
Spelling correction: s/nonexistant/nonexistent. And trigger buildbots.
viettrungluu@chromium.org
2010-07-06
1
-7
/
+7
*
Remove the mostly-unused FilterPolicy class. Convert the only actually-used ...
pkasting@chromium.org
2010-05-18
1
-28
/
+11
*
Wire sending/receiving cacheable metadata from the renderer
tonyg@chromium.org
2010-05-18
1
-0
/
+21
*
When cancelling a pending request, release any outstanding SharedIOBuffer
mark@chromium.org
2010-04-29
1
-14
/
+18
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-4
/
+9
*
Make it clear what last_sync_timestamp actually tracks. Update
nick@chromium.org
2010-03-24
1
-1
/
+1
*
Synchronous XHR should only pump events if we are going to show a cookie
darin@chromium.org
2010-03-09
1
-1
/
+1
*
Modal loops of joy.
darin@chromium.org
2010-02-18
1
-2
/
+3
*
Replace __MSG_some_name__ template within extension css files with localized ...
cira@chromium.org
2010-02-11
1
-14
/
+28
*
Add a CreateBridge method to the ChildThread.
jcampan@chromium.org
2009-12-19
1
-63
/
+19
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-0
/
+3
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-2
/
+5
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-5
/
+26
*
Make GetURLForDebugging return a const GURL.
tony@chromium.org
2009-10-28
1
-5
/
+6
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-2
/
+2
*
One more deferred load fix. The ResourceDispatcher on receiving a message che...
ananta@chromium.org
2009-08-26
1
-1
/
+10
*
Relanding this patch as the previous one broke valgrind tests and reliability...
ananta@chromium.org
2009-08-24
1
-0
/
+12
*
Reverting 24069.
dimich@google.com
2009-08-22
1
-6
/
+0
*
The ResourceDispatcher object does not honor the deferred load flag for a req...
ananta@chromium.org
2009-08-22
1
-0
/
+6
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
1
-5
/
+5
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-13
/
+37
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
1
-25
/
+0
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
1
-5
/
+6
*
Fix a memory leak in ResourceDispatcher
hclam@chromium.org
2009-05-18
1
-0
/
+34
*
Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i...
abarth@chromium.org
2009-04-08
1
-5
/
+0
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-1
/
+7
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-2
/
+3
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
1
-0
/
+5
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
1
-4
/
+15
*
SSLPolicy Fix: Step 3.
abarth@chromium.org
2009-03-17
1
-15
/
+16
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
1
-3
/
+3
*
Implementation of ResourceDispatcher::OnDownloadProgress
hclam@chromium.org
2009-03-13
1
-4
/
+20
[next]