summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/websocket_experiment
Commit message (Expand)AuthorAgeFilesLines
* 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