| Commit message (Expand) | Author | Age | Files | Lines |
* | Add extra data to BrowserContext so that content layer and other embedders ca... | jam@chromium.org | 2012-02-15 | 3 | -38/+7 |
* | Remove WebSocketFrameHandler. | yutak@chromium.org | 2012-02-15 | 6 | -424/+49 |
* | Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST... | rsleevi@chromium.org | 2012-02-15 | 4 | -92/+30 |
* | Properly parse UTF8Strings in certificates on Windows. | rsleevi@chromium.org | 2012-02-15 | 5 | -127/+163 |
* | Revert 121887 - Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky. | rsleevi@chromium.org | 2012-02-15 | 1 | -2/+1 |
* | test_server: include errno in failed poll() | evan@chromium.org | 2012-02-15 | 1 | -2/+2 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 8 | -50/+139 |
* | SPDY - pass stream_id instread contol frame to | rtenneti@chromium.org | 2012-02-15 | 10 | -37/+49 |
* | Fix bug in HasMetadata: Updates argument even if it fails. | palmer@chromium.org | 2012-02-15 | 3 | -24/+47 |
* | Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp... | satorux@chromium.org | 2012-02-15 | 3 | -16/+33 |
* | Retry r121912 downloads.onChanged | benjhayden@chromium.org | 2012-02-14 | 1 | -5/+25 |
* | SPDY - trun off spdy/2.1 by default. It could be enabled | rtenneti@chromium.org | 2012-02-14 | 4 | -16/+17 |
* | SPDY - updated comments and used int32 for window size | rtenneti@chromium.org | 2012-02-14 | 5 | -39/+47 |
* | dbus: add ObjectPath type | keybuk@google.com | 2012-02-14 | 2 | -5/+7 |
* | Revert 121920 - dbus: add ObjectPath type | dpapad@chromium.org | 2012-02-14 | 2 | -7/+5 |
* | dbus: add ObjectPath type | keybuk@chromium.org | 2012-02-14 | 2 | -5/+7 |
* | Revert 121912 - Implement chrome.experimental.downloads.onChanged | vollick@google.com | 2012-02-14 | 1 | -25/+5 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 3 | -8/+7 |
* | Implement chrome.experimental.downloads.onChanged | benjhayden@chromium.org | 2012-02-14 | 1 | -5/+25 |
* | Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky. | joi@chromium.org | 2012-02-14 | 1 | -1/+2 |
* | Add some instrumentation to track down a crash. | eroman@chromium.org | 2012-02-14 | 4 | -0/+83 |
* | Disable CREDENTIALS frames when using spdy/2.1 or earlier. | rch@chromium.org | 2012-02-14 | 4 | -0/+6 |
* | Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerations | rvargas@google.com | 2012-02-14 | 1 | -2/+1 |
* | Flakiness cleanup: disable flaky tests under net/ | evan@chromium.org | 2012-02-14 | 3 | -12/+14 |
* | Add client for background testing of HTTP pipelining. | simonjam@chromium.org | 2012-02-13 | 2 | -5/+19 |
* | Do not cache Strict-Transport-Security and Public-Key-Pins headers. | palmer@chromium.org | 2012-02-13 | 5 | -4/+114 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-02-13 | 1 | -1/+2 |
* | Removing support for EKS_DISCARD_RECENT_AND_PURGE_DOMAIN | mmaxfield@google.com | 2012-02-11 | 3 | -191/+63 |
* | Revert 121572 - Add client for background testing of HTTP pipelining. | simonjam@chromium.org | 2012-02-11 | 2 | -19/+5 |
* | Ignore ServiceUnknown DBus errors in NetworkChangeNotifierLinux. | adamk@chromium.org | 2012-02-11 | 2 | -6/+7 |
* | Strip brackets from IPv6 host literals before passing down to PAC script. | eroman@chromium.org | 2012-02-11 | 3 | -2/+34 |
* | [net/dns] Fixes to DnsConfigServiceWin | szym@chromium.org | 2012-02-11 | 6 | -11/+59 |
* | Add client for background testing of HTTP pipelining. | simonjam@chromium.org | 2012-02-11 | 2 | -5/+19 |
* | Re-enable full HSTS for groups for M19. | cevans@chromium.org | 2012-02-10 | 2 | -2/+2 |
* | Revert 121525 - M18 branched so put groups back on full HSTS as agreed for M19. | cevans@chromium.org | 2012-02-10 | 1 | -1/+1 |
* | Remove (now) incorrect comment that got missed. | agl@chromium.org | 2012-02-10 | 1 | -1/+0 |
* | M18 branched so put groups back on full HSTS as agreed for M19. | cevans@chromium.org | 2012-02-10 | 1 | -1/+1 |
* | Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ... | tsepez@chromium.org | 2012-02-10 | 3 | -193/+11 |
* | net: SSL blacklisting for Nordea Bank | agl@chromium.org | 2012-02-10 | 2 | -0/+7 |
* | net: Make UploadData::GetContentLength() asynchronous. | satorux@chromium.org | 2012-02-10 | 7 | -59/+219 |
* | net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete(). | satorux@chromium.org | 2012-02-10 | 3 | -33/+16 |
* | Http Cache: Doom cache entries when there is any error reading from the | rvargas@google.com | 2012-02-09 | 6 | -15/+56 |
* | Create a message loop if needed in CookieStore unittests. | droger@chromium.org | 2012-02-09 | 1 | -5/+12 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 10 | -57/+62 |
* | [net] Fixes NetLog event HOST_RESOLVER_IMPL_ATTEMPT_FINISHED parameter attemp... | szym@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 10 | -62/+57 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 10 | -57/+62 |
* | net: Allow IO when UpdateData closes its FileStream. | marja@chromium.org | 2012-02-08 | 1 | -1/+6 |
* | Remove last traces of DNS certificate provenance checking. | agl@chromium.org | 2012-02-08 | 2 | -22/+6 |
* | Fix a compilation issue in cookie_store_unittest.h | droger@chromium.org | 2012-02-08 | 1 | -1/+3 |