summaryrefslogtreecommitdiffstats
path: root/webkit/glue/weburlloader_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Enabled encoded data length support in DevTools for synchronous requestsvsevik@chromium.org2011-04-151-0/+1
* Pass null timing to webkit when no such data is available.vsevik@chromium.org2011-04-141-15/+17
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-5/+5
* Suppress login prompting for favicons.asanka@chromium.org2011-04-131-0/+2
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-081-7/+12
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-071-2/+1
* Fixed network data for data url resourcesvsevik@chromium.org2011-04-061-0/+1
* Revert "Fixed network data for data uri resources"vsevik@chromium.org2011-04-061-17/+15
* Fixed network data for data url resourcesvsevik@chromium.org2011-04-061-15/+17
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-311-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-041-6/+3
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+3
* Fix Task Manager to correctly display network usage of plug-in processes.ajwong@chromium.org2011-02-051-7/+4
* This reverts commit r73836.ajwong@chromium.org2011-02-051-4/+7
* Fix Task Manager to correctly display network usage of plug-in processes.ajwong@chromium.org2011-02-051-7/+4
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-2/+2
* Honor User-Agent header added by WebCorecaseq@google.com2011-01-211-4/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-9/+9
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-15/+17
* Modify the "dangerous download" algorithm as follows. Original patch by Pier...pkasting@chromium.org2010-12-061-0/+1
* Allow data URLs to trigger downloads, as they do in Firefox.darin@chromium.org2010-12-031-1/+27
* DevTools: provide response code and status text as a part of raw headers data.pfeldman@chromium.org2010-11-191-7/+11
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-031-1/+2
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-231-6/+1
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-9/+9
* Added support for raw headers.caseq@google.com2010-10-061-1/+25
* When handling a redirect, set the downloadToFile attribute of the newRequest ...michaeln@chromium.org2010-10-021-0/+1
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-281-2/+5
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-241-5/+2
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-2/+5
* Change all callers of WebFileInfo::appendFileRange() to use the newdumi@chromium.org2010-09-171-1/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-4/+7
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+3
* Implement prefetching in chromegavinp@google.com2010-07-311-0/+2
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-2/+10
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-161-1/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-141-0/+23
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-261-0/+2
* Fix a crash when the content type of a multipart requesttony@chromium.org2010-06-241-1/+2
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+1
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-211-0/+1
* Glue for sending/receiving cacheable metadata.tonyg@chromium.org2010-05-171-0/+8
* Cleaning up after a webkit roll.michaeln@chromium.org2010-05-051-7/+5
* Site isolation metrics: Sniff the actual type of cross origin text/html japhet@chromium.org2010-05-041-0/+12
* Ground work for making appcaches work in workers.michaeln@chromium.org2010-04-261-1/+7
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-1/+10