summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/websocket_experiment
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-282-1/+7
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-4/+5
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-062-3/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome/browser/net/.pkasting@chromium.org2010-10-222-28/+28
* disable websocket live experiment by defaultukai@chromium.org2010-10-191-0/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-143-5/+9
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-122-2/+2
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-092-8/+8
* Try to fix crash in WebSocketExperimentRunner::DoLoopukai@chromium.org2010-09-021-2/+2
* FBTF: A giant cleanup to net/erg@google.com2010-08-312-0/+2
* Have MakeName prepend the underscore to the field trial group name,mlloyd@chromium.org2010-08-051-1/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-021-1/+1
* Run WebSocket experiment if reporting is active.ukai@chromium.org2010-05-201-0/+9
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-072-2/+2
* Run websocket experiment for new protocolukai@chromium.org2010-04-073-41/+112
* Update new WebSocket API.ukai@chromium.org2010-04-052-7/+19
* Add --websocket-live-experiment-host flag to debug websocket live experiment.ukai@chromium.org2010-04-022-15/+45
* Refactor WebSocket Live experiment code.ukai@chromium.org2010-04-013-150/+202
* Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76ukai@chromium.org2010-03-261-0/+1
* Use net::LOAD_IGNORE_CERT_AUTHORITY_INVALID for websocket experimentukai@chromium.org2010-02-181-1/+2
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-40/+21
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-31/+41
* Throttle websocket live experimentukai@chromium.org2009-11-261-0/+8
* Reduce DLOG in websocket codeukai@chromium.org2009-11-242-31/+1
* Hold histograms in static variables instead of allocating heap.ukai@chromium.org2009-11-182-112/+94
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+2
* Fix DCHECK in WebSocketExperimentTask.ukai@chromium.org2009-11-121-4/+23
* WebSocket Live Experimentukai@chromium.org2009-11-114-37/+505
* WIP: websocket live experimentukai@chromium.org2009-10-282-0/+551