summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* NO CODE CHANGEdeanm@chromium.org2009-03-107-7/+0
* NO CODE CHANGE.maruel@google.com2009-03-052-11/+20
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-052-3/+3
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-052-1/+21
* Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...ericroman@google.com2009-03-031-6/+24
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-022-0/+60
* Add file that got missing from main checkin.ericroman@google.com2009-03-021-0/+2
* Reverting 10456.hbono@chromium.org2009-02-262-21/+1
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-262-1/+21
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-261-3/+6
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-242-11/+10
* Fix a crash when dns prefetching was being shut down without being started.phajdan.jr@chromium.org2009-02-232-5/+6
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-1/+2
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-10/+1
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-1910-778/+392
* Update test expectation.ericroman@google.com2009-02-191-3/+3
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-192-4/+4
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-1/+10
* Protect dictionary fetch operation in shutdown scenario.jar@chromium.org2009-02-191-1/+10
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-10/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-186-105/+139
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-177-15/+380
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-1/+10
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-10/+1
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-112-5/+7
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-069-360/+745
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-069-745/+360
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-013-14/+18
* Remove DNS pre-resolution model of OS cachejar@chromium.org2009-01-312-14/+13
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-313-0/+542
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-7/+7
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-292-4/+9
* Porting profiles to the Mac.avi@chromium.org2009-01-282-6/+8
* Unit test addition, cleanup for render_process/thread.jrg@chromium.org2009-01-281-7/+0
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-272-4/+11
* render_* work.jrg@chromium.org2009-01-271-1/+6
* Reverting 8627,8625.maruel@chromium.org2009-01-269-312/+724
* Fix MSVC warning.phajdan.jr@chromium.org2009-01-261-1/+3
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-01-269-724/+310
* Add user script support to extensions.aa@chromium.org2009-01-251-6/+9
* Two things:ben@chromium.org2009-01-241-0/+1
* revert r8603rvargas@google.com2009-01-242-9/+4
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-242-4/+9
* Change histogram for eviction to get details of long tailjar@google.com2009-01-231-1/+1
* Fix strings in url_fixer_upper.estade@chromium.org2009-01-233-217/+281
* Handle race between deleting a low use referrer acruing valuejar@chromium.org2009-01-232-14/+21
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-7/+8
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-6/+6
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-2/+2
* Move url_* to net subdirben@chromium.org2009-01-169-1/+2026