| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable BackupSocketConnect unittest. | cbentzel@chromium.org | 2010-07-07 | 1 | -1/+2 |
* | Arm build fix. | pfeldman@chromium.org | 2010-07-06 | 1 | -1/+1 |
* | DevTools: add stub for HTTP-based remote debugger interface. | pfeldman@chromium.org | 2010-07-06 | 1 | -4/+4 |
* | Fix integer underflow in ParseHandshakeHeader in websocket_handshake_handler.cc | ukai@chromium.org | 2010-07-06 | 3 | -9/+44 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 13 | -21/+471 |
* | White space changes for grd revert | vandebo@chromium.org | 2010-07-03 | 1 | -1/+1 |
* | Revert 51572 - Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -1/+1 |
* | Fix regression where we didn't ever start watching for network address change... | pkasting@chromium.org | 2010-07-02 | 1 | -0/+1 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -1/+1 |
* | Revert 51544 - I think the chances are noticeably above zero that this | rdsmith@google.com | 2010-07-02 | 3 | -169/+9 |
* | Remove the last hex frames from the SPDY unit tests... | mlloyd@chromium.org | 2010-07-02 | 3 | -85/+99 |
* | Store blocked and accessed cookies in the tab contents. | jochen@chromium.org | 2010-07-02 | 4 | -23/+51 |
* | Fix bug in DeleteAllForURL; deletes entire store instead of just | rdsmith@google.com | 2010-07-02 | 3 | -9/+169 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-02 | 1 | -24/+58 |
* | Revert "net: Change how we detect OCSP vs CRL requests from NSS." | agl@chromium.org | 2010-07-02 | 1 | -57/+24 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-02 | 1 | -24/+57 |
* | SPDY: Handle incorrect number of headers when parsing frame headers. | cbentzel@chromium.org | 2010-07-02 | 2 | -8/+55 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 2 | -20/+3 |
* | Re-enable use of external string resources in ProxyResolverV8. | eroman@chromium.org | 2010-07-02 | 1 | -2/+7 |
* | Revert 51480 - [Linux]When cancelling a composition, only focus out/in the IM... | kinuko@chromium.org | 2010-07-02 | 1 | -53/+24 |
* | [Linux]When cancelling a composition, only focus out/in the IM context when i... | suzhe@chromium.org | 2010-07-02 | 1 | -24/+53 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 19 | -1473/+218 |
* | Disable use of ExternalStringResource by ProxyResolverV8. | eroman@chromium.org | 2010-07-02 | 1 | -1/+2 |
* | Log readable versions of OS X keygen errors | davidben@chromium.org | 2010-07-01 | 1 | -16/+43 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 19 | -218/+1473 |
* | Adding the extensions datatype to the python sync server. | rsimha@chromium.org | 2010-07-01 | 1 | -10/+21 |
* | SPDY: Add support for WINDOW_UPDATE frame. | cbentzel@chromium.org | 2010-07-01 | 4 | -1/+96 |
* | Remove more hex frames from the SPDY unit tests. | mlloyd@chromium.org | 2010-07-01 | 4 | -272/+247 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 22 | -198/+304 |
* | Revert "net: Change how we detect OCSP vs CRL requests from NSS." | agl@chromium.org | 2010-07-01 | 1 | -53/+24 |
* | net: Change how we detect OCSP vs CRL requests from NSS. | agl@chromium.org | 2010-07-01 | 1 | -24/+53 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 20 | -497/+301 |
* | Add histograms for HTTP authentication token generation times. | cbentzel@chromium.org | 2010-07-01 | 2 | -1/+32 |
* | Cancel proxy request when context is about to change in SocketStream. | ukai@chromium.org | 2010-07-01 | 1 | -0/+6 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 19 | -1453/+213 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 19 | -213/+1453 |
* | Remove gmail.com from the list of strict servers. | akalin@chromium.org | 2010-06-30 | 1 | -1/+4 |
* | Make KeygenHandlerTest.ConcurrencyTest flaky on mac. | erikkay@chromium.org | 2010-06-30 | 1 | -1/+8 |
* | More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes... | mlloyd@chromium.org | 2010-06-30 | 4 | -186/+226 |
* | Add histograms for the duration of OCSP and CRL fetches. | agl@chromium.org | 2010-06-30 | 1 | -0/+12 |
* | Require renegotiation info from a whitelist of servers. | agl@chromium.org | 2010-06-30 | 5 | -15/+59 |
* | Handle the zero-length name or value case when parsing frame headers. | cbentzel@chromium.org | 2010-06-30 | 2 | -0/+30 |
* | Re-enable ConcurrencyTest | davidben@chromium.org | 2010-06-30 | 2 | -3/+2 |
* | Don't run ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit under TSa... | timurrrr@chromium.org | 2010-06-29 | 1 | -0/+3 |
* | Add Spdy support in WebSocketHandshake*Handler | ukai@chromium.org | 2010-06-29 | 3 | -14/+259 |
* | Ignore OnConnected event if the job state is already CLOSED. | ukai@chromium.org | 2010-06-29 | 1 | -0/+2 |
* | Cleanup svn:executable prop from r51049. | thestig@chromium.org | 2010-06-29 | 1 | -0/+0 |
* | We basically don't do late socket binding when a connect has already | mbelshe@chromium.org | 2010-06-29 | 4 | -309/+389 |
* | Refactors SPDY frame construction methods out of | mlloyd@chromium.org | 2010-06-28 | 5 | -504/+602 |
* | Revert "Streams send a Rst frame upon being closed by client. Some minor edit... | oshima@chromium.org | 2010-06-28 | 8 | -267/+42 |