summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-211-0/+5
* posix: ~ should be considered a path character in the omniboxevan@chromium.org2009-10-213-1/+58
* revert r29588.estade@chromium.org2009-10-213-65/+32
* SQL cookie store: Safely post to DB thread from IO thread.estade@chromium.org2009-10-203-32/+65
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-6/+6
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-151-3/+3
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-151-22/+2
* Use FilePath in URLRequestMocks.evan@chromium.org2009-10-145-20/+23
* More style nits.erg@google.com2009-10-143-3/+3
* Add a browser test for extensions autoupdate.asargent@chromium.org2009-10-142-3/+18
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-1/+1
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-0/+14
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-081-2/+1
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-073-163/+0
* Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...rafaelw@chromium.org2009-10-071-1/+2
* Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.rafaelw@chromium.org2009-10-071-2/+1
* This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.rafaelw@chromium.org2009-10-071-1/+2
* HTML Pack Extension Dialog. This removes the views implementation of the Exte...rafaelw@chromium.org2009-10-071-2/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-0/+51
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+1
* Add UMA histograms for sqlite errorscpu@chromium.org2009-10-021-0/+23
* Ensure ChromeURLRequestContext finds out first about extension loading.rafaelw@chromium.org2009-10-012-33/+15
* Use a helper to facilitate reading a file on a background thread.darin@chromium.org2009-09-293-0/+163
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-1/+1
* Add a very basic test for FTP directory listing, browser side.phajdan.jr@chromium.org2009-09-231-0/+23
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-222-21/+44
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-09-213-0/+65
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-154-5/+505
* Do not send or store cookies for extensions autoupdate http requests.asargent@chromium.org2009-09-122-0/+7
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-051-2/+2
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-052-20/+12
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-012-0/+12
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-312-0/+82
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-1/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-282-5/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-282-1/+5
* Revert r24606-24607. The tree didn't like them. :(phajdan.jr@chromium.org2009-08-273-65/+0
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-08-273-0/+65
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-241-1/+13
* Revert cl 24015rvargas@google.com2009-08-211-13/+1
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-211-1/+13
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-214-49/+14
* Load extensions that have their manifest in the Prefs on the UI thread.mpcomplete@chromium.org2009-08-211-9/+6
* Send notice for blackisted non-visual resourcesidanan@chromium.org2009-08-211-1/+12
* Revert "Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test...phajdan.jr@chromium.org2009-08-203-65/+0
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-08-203-0/+65
* Check for NULL Profile::GetDefaultRequestContext().ericroman@google.com2009-08-202-10/+29
* Make new FTP the default on Windows. Use the --wininet-ftpwtc@chromium.org2009-08-201-8/+7
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-195-1/+269