summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Hold histograms in static variables instead of allocating heap.ukai@chromium.org2009-11-182-112/+94
* Add browser tests for the BLOCK_THIRD_PARTY_COOKIES policywtc@chromium.org2009-11-181-0/+87
* Spellchecker: Always destruct url request context getter on io thread.estade@chromium.org2009-11-171-2/+5
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Move NULLing of OCSP context from UI thread to IO thread, to avoid possible r...eroman@chromium.org2009-11-161-0/+7
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-1313-23/+24
* Fix DCHECK in WebSocketExperimentTask.ukai@chromium.org2009-11-121-4/+23
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-3/+3
* WebSocket Live Experimentukai@chromium.org2009-11-114-37/+505
* Add instrumentation to track down a crash.eroman@chromium.org2009-11-101-3/+12
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-073-32/+15
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-066-12/+27
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-059-7/+16
* Remove what appears to be an unused variable.eroman@chromium.org2009-11-052-8/+4
* Reorder the definitions in chrome_url_request_context.cc to match the declara...eroman@chromium.org2009-11-041-316/+343
* Remove the db_loop_ member variable which is a unused following r30163.eroman@chromium.org2009-11-032-6/+0
* Add a command line flag to force all network traffic through a particular ser...mbelshe@google.com2009-11-032-5/+16
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-025-57/+51
* Mailto links should not include mailto: when copying to the clipboard.finnur@chromium.org2009-10-291-1/+4
* WIP: websocket live experimentukai@chromium.org2009-10-282-0/+551
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-6/+2
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-2/+6
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-6/+2
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-271-1/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-277-82/+50
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-8/+9
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-261-2/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-239-183/+785
* 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