| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Handle reading to the end of a sparse entry | hclam@chromium.org | 2009-10-01 | 3 | -1/+7 |
* | The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.... | ericu@google.com | 2009-10-01 | 2 | -0/+24 |
* | Two features: | mbelshe@google.com | 2009-10-01 | 4 | -14/+116 |
* | Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc... | brg@chromium.com | 2009-10-01 | 3 | -1/+31 |
* | Coverity: Remove a check for index < 0 because index is size_t and can never ... | jhawkins@chromium.org | 2009-09-30 | 1 | -2/+4 |
* | Remove the ClientSocketFactory from the HttpNetworkTransaction | mbelshe@google.com | 2009-09-30 | 6 | -139/+60 |
* | Adds a virtual dtor to BaseTestServer | cpu@chromium.org | 2009-09-30 | 1 | -0/+2 |
* | Relanding: | mbelshe@google.com | 2009-09-30 | 1 | -1/+39 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -6/+5 |
* | Disable the leak tracking of URLRequests. | eroman@chromium.org | 2009-09-30 | 1 | -2/+3 |
* | Enable ExtensionApiTest.Toolstrip and add additional debug output. | rafaelw@chromium.org | 2009-09-29 | 1 | -0/+1 |
* | Disk cache: End the experiment and use the new eviction | rvargas@google.com | 2009-09-29 | 5 | -96/+78 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 6 | -39/+36 |
* | Fix bug where we leaked the decompressor state. | mbelshe@google.com | 2009-09-28 | 1 | -0/+3 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -5/+6 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -6/+5 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 2 | -20/+18 |
* | Disable flaky FTPCacheURLCredentials test. | thestig@chromium.org | 2009-09-25 | 1 | -2/+1 |
* | Add an additional test for dnsDomainIs() to verify that it doesn't simply mat... | eroman@chromium.org | 2009-09-25 | 1 | -2/+3 |
* | Add an additional unit-test for when PAC script is missing newline. | eroman@chromium.org | 2009-09-25 | 2 | -4/+26 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 2 | -37/+11 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 2 | -11/+37 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 7 | -12/+445 |
* | Preliminary fixes to enable link dependent objects. | maruel@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | oldpath is wchar_t, so use arraysize, not sizeof. | mattm@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Don't add default Accept-Language and Accept-Charset headers if specific ones... | dimich@google.com | 2009-09-24 | 2 | -6/+72 |
* | Remove a redefined variable. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 12 | -93/+134 |
* | Set the mime-type on a test data file to binary. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Fix a bug where if a PAC script ended with a comment and no newline, it would... | eroman@chromium.org | 2009-09-24 | 3 | -16/+62 |
* | Effective TLD: sync with upstream | agl@chromium.org | 2009-09-23 | 2 | -77/+90 |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 3 | -240/+13 |
* | Because we use scoped_refptr<> to the HttpResponseInfo | mbelshe@google.com | 2009-09-22 | 1 | -3/+2 |
* | Linux: fix a data race in a proxy config service unit test. | mdm@chromium.org | 2009-09-22 | 3 | -34/+22 |
* | Fixup the flip buffer to use a regular IOBuffer | mbelshe@google.com | 2009-09-22 | 2 | -8/+4 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-22 | 6 | -91/+225 |
* | Apply compatibility fixes for FTP LIST parsing code. | phajdan.jr@chromium.org | 2009-09-22 | 2 | -2/+47 |
* | URLRequestContext needs to keep a reference to StrictTransportSecurityState | mattm@chromium.org | 2009-09-22 | 1 | -2/+3 |
* | Respect the charset specified in PAC file responses. | eroman@chromium.org | 2009-09-22 | 10 | -19/+89 |
* | Revert 25873. | eroman@chromium.org | 2009-09-22 | 3 | -89/+35 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 5 | -11/+74 |
* | Don't use NSS databases for non-essential purposes, such as remembering | wtc@chromium.org | 2009-09-21 | 2 | -10/+14 |
* | Unescape FTP URL paths, Firefox-compatible. | phajdan.jr@chromium.org | 2009-09-21 | 3 | -30/+55 |
* | Simplify a unittest by removing the helper thread. | eroman@chromium.org | 2009-09-18 | 1 | -163/+116 |
* | Make sure that the LoadLog does not get freed on the worker thread during req... | eroman@chromium.org | 2009-09-18 | 1 | -5/+8 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 9 | -59/+44 |
* | Various cleanups FTP-related. | phajdan.jr@chromium.org | 2009-09-18 | 4 | -38/+20 |
* | Addressing two comments from Darin. | tommi@chromium.org | 2009-09-18 | 1 | -2/+1 |
* | Moving two http utility functions to a separate source file due to dependency... | tommi@chromium.org | 2009-09-18 | 3 | -16/+33 |
* | Retry landing the flip changes. This time with DEPS! | mbelshe@google.com | 2009-09-18 | 17 | -0/+3770 |