summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 36888 - Refactored code to allow associating workers with multiple ren...pkasting@chromium.org2010-01-231-7/+2
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-221-2/+7
* Remove support for filtering by MIME-type.jochen@chromium.org2010-01-201-11/+0
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-201-11/+2
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-1/+3
* Also match against the query string if present.jochen@chromium.org2010-01-121-1/+1
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-111-0/+2
* Implement delaying resource requests until privacy blacklists are ready.phajdan.jr@chromium.org2010-01-051-83/+32
* Tommi, please review everything. jam please review changes to resource_dispat...ananta@chromium.org2009-12-161-1/+2
* Fix WebSocket crash bug.ukai@chromium.org2009-12-141-0/+1
* Implement ResourceQueue, an object that makes it easy to delay startingphajdan.jr@chromium.org2009-12-101-12/+11
* WebSocket in Worker: renderer_host changeukai@chromium.org2009-12-071-2/+6
* Kill holdback for Http Prioritization experiment. Turn on to 100%.willchan@chromium.org2009-12-021-20/+16
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-4/+13
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-301-2/+2
* RESUBMIT of http://codereview.chromium.org/404025/showchase@chromium.org2009-11-251-0/+1
* Revert "RESUBMIT of http://codereview.chromium.org/404025/show"chase@chromium.org2009-11-251-1/+0
* RESUBMIT of http://codereview.chromium.org/404025/showjorlow@chromium.org2009-11-251-0/+1
* Assorted cleanup.estade@chromium.org2009-11-231-8/+1
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-1/+4
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-5/+11
* Added lifecycle management and sharing support for SharedWorkers. SharedWorkersatwilson@chromium.org2009-11-131-2/+2
* Fix issue 5982xiyuan@chromium.org2009-11-091-1/+1
* Amit, please review everything.ananta@chromium.org2009-11-071-3/+10
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-5/+3
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-031-3/+3
* Fourth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-021-22/+27
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-1/+1
* First of several patches to get rid of MessageLoop caching now that we have C...jam@chromium.org2009-10-281-2/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-3/+0
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+6
* Fix crash bug when attempting to download a url with unsupported scheme,tony@chromium.org2009-10-201-3/+4
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-191-2/+16
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-1/+1
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-151-0/+9
* Privacy Blacklist Unblockidanan@google.com2009-10-011-10/+18
* Remove old way of handling mixed content now that we have the new mixed contentabarth@chromium.org2009-09-291-6/+0
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-251-12/+46
* Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering upbrettw@chromium.org2009-09-021-181/+191
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-011-2/+13
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-116/+116
* Re-try r24372 - Delay request loading until all user scripts that requestmpcomplete@chromium.org2009-08-261-0/+10
* Revert 24372 - Delay request loading until all user scripts that request depe...nick@chromium.org2009-08-261-10/+0
* Delay request loading until all user scripts that request depends on are ready.mpcomplete@chromium.org2009-08-251-0/+10
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-2/+3
* Fix the crash if a download starts before we have the plugin list. The fix i...jam@chromium.org2009-08-191-11/+27
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-51/+3
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-3/+51
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-51/+3
* Implement http auth login dialog for OS X.thakis@chromium.org2009-08-131-3/+1