| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 2 of repairing regressions to my old clang check plugins so Nico can | erg@google.com | 2011-01-28 | 2 | -1/+7 |
* | .c Feature to disable field trials in old versions of Chromium. Field trials | rtenneti@chromium.org | 2011-01-19 | 1 | -4/+5 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 2 | -3/+3 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - chrome/browser/net/. | pkasting@chromium.org | 2010-10-22 | 2 | -28/+28 |
* | disable websocket live experiment by default | ukai@chromium.org | 2010-10-19 | 1 | -0/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 3 | -5/+9 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 2 | -2/+2 |
* | Rename ChromeThread to BrowserThread Part8: | tfarina@chromium.org | 2010-10-09 | 2 | -8/+8 |
* | Try to fix crash in WebSocketExperimentRunner::DoLoop | ukai@chromium.org | 2010-09-02 | 1 | -2/+2 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 2 | -0/+2 |
* | Have MakeName prepend the underscore to the field trial group name, | mlloyd@chromium.org | 2010-08-05 | 1 | -1/+1 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | Refactored Histogram::FactoryGet() to be style-compliant | ziadh@chromium.org | 2010-06-02 | 1 | -1/+1 |
* | Run WebSocket experiment if reporting is active. | ukai@chromium.org | 2010-05-20 | 1 | -0/+9 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 2 | -2/+2 |
* | Run websocket experiment for new protocol | ukai@chromium.org | 2010-04-07 | 3 | -41/+112 |
* | Update new WebSocket API. | ukai@chromium.org | 2010-04-05 | 2 | -7/+19 |
* | Add --websocket-live-experiment-host flag to debug websocket live experiment. | ukai@chromium.org | 2010-04-02 | 2 | -15/+45 |
* | Refactor WebSocket Live experiment code. | ukai@chromium.org | 2010-04-01 | 3 | -150/+202 |
* | Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76 | ukai@chromium.org | 2010-03-26 | 1 | -0/+1 |
* | Use net::LOAD_IGNORE_CERT_AUTHORITY_INVALID for websocket experiment | ukai@chromium.org | 2010-02-18 | 1 | -1/+2 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -40/+21 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -31/+41 |
* | Throttle websocket live experiment | ukai@chromium.org | 2009-11-26 | 1 | -0/+8 |
* | Reduce DLOG in websocket code | ukai@chromium.org | 2009-11-24 | 2 | -31/+1 |
* | Hold histograms in static variables instead of allocating heap. | ukai@chromium.org | 2009-11-18 | 2 | -112/+94 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+2 |
* | Fix DCHECK in WebSocketExperimentTask. | ukai@chromium.org | 2009-11-12 | 1 | -4/+23 |
* | WebSocket Live Experiment | ukai@chromium.org | 2009-11-11 | 4 | -37/+505 |
* | WIP: websocket live experiment | ukai@chromium.org | 2009-10-28 | 2 | -0/+551 |