summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Factoring out a CancelRequestInternal() method whichtonyg@chromium.org2010-04-131-12/+23
* Fix silly DCHECK introduced by me in r44019.tonyg@chromium.org2010-04-091-3/+4
* Fix a bug which caused a hang when loading a resource withtonyg@chromium.org2010-04-081-23/+9
* Upgrade fonts to receive MEDIUM request priority like scripts andtonyg@chromium.org2010-04-021-19/+49
* Report unreadable files as size zero when uploading.vandebo@chromium.org2010-03-291-2/+2
* Move the cancellation of blocked requests code from ResourceDispatcherHost::~...eroman@chromium.org2010-03-251-17/+17
* Fix a crash due to UserScriptListener unregistering notifications on the wrongmpcomplete@chromium.org2010-03-191-0/+2
* Linux: implement Client SSL Certificate selection UImattm@chromium.org2010-03-041-9/+0
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-3/+19
* Rework SafeBrowsingResourceHandler.eroman@chromium.org2010-02-271-6/+52
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-111-0/+3
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-4/+7
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-101-7/+8
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-091-113/+46
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-3/+12
* 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