summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
Commit message (Expand)AuthorAgeFilesLines
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-282-44/+24
* Load message catalogs on demand when chrome.i18n.getMessage needs them.cira@chromium.org2009-12-172-10/+54
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-5/+4
* Exclude chrome:// requests from showing up on the about:net-internals page.eroman@chromium.org2009-12-122-0/+12
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-112-8/+8
* Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma...eroman@chromium.org2009-12-084-218/+198
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-062-35/+46
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-042-3/+14
* Delay DNS subresource resolution until navigational resolution is completejar@chromium.org2009-12-041-2/+6
* Remove the deprecated version of FixupURL and fix the callers.thakis@chromium.org2009-12-032-7/+0
* Hold a reference to object returned by GetGlobalHostResolver().eroman@chromium.org2009-12-011-11/+16
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-303-1/+2
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-303-2/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-303-1/+2
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-302-16/+23
* Throttle websocket live experimentukai@chromium.org2009-11-261-0/+8
* Remove the temporary instrumentation added to track down a crash in URLFetcher.eroman@chromium.org2009-11-251-10/+2
* Reduce DLOG in websocket codeukai@chromium.org2009-11-242-31/+1
* Some small comment fixes for HostResolver and DnsMaster.eroman@chromium.org2009-11-231-1/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-6/+7
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-5/+8
* 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