| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab... | dhollowa@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Add a delegate to CookieMonster and broadcast notifications about changes to ... | jochen@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -3/+3 |
* | Rename url_request_new_ftp_job -> url_request_ftp_job | phajdan.jr@chromium.org | 2010-03-16 | 3 | -39/+39 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 8 | -525/+31 |
* | Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies are | darin@chromium.org | 2010-03-12 | 2 | -9/+12 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 3 | -2/+3 |
* | Pulls the latest googleurl to get the fix for | brettw@chromium.org | 2010-03-06 | 1 | -8/+10 |
* | Refactor: Move the code that handles "chrome://net-internals/*" from the net ... | eroman@chromium.org | 2010-03-04 | 2 | -824/+0 |
* | Remove debug info used to diagnose bug 31723. | rvargas@google.com | 2010-03-03 | 1 | -12/+1 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -1/+1 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 6 | -1/+27 |
* | Make MappedHostResolver display its internals on the about:net-internals page... | eroman@chromium.org | 2010-02-19 | 1 | -3/+1 |
* | Use Extension method from FilePath API instead of the deprecated GetFileExten... | evan@chromium.org | 2010-02-15 | 1 | -6/+3 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 2 | -2/+14 |
* | Pass the file size infomration from the FTP network transaction | phajdan.jr@chromium.org | 2010-02-13 | 1 | -0/+6 |
* | Revert the revert... This has the cumulative effect of relanding 38694. | eroman@chromium.org | 2010-02-11 | 1 | -1/+1 |
* | Revert 38694 - For some reason this seems to be hanging chrome frame tests, e... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Add some tests to CookieMonster for overwriting persistent cookies, and check... | eroman@chromium.org | 2010-02-10 | 1 | -1/+1 |
* | Check-in a script to visualize the host resolver traces. | eroman@chromium.org | 2010-02-10 | 1 | -0/+5 |
* | Trigger the blocked cookie notification UI. | darin@chromium.org | 2010-02-09 | 4 | -8/+182 |
* | Implement backend support for forcing cookies to be saved as | darin@chromium.org | 2010-02-05 | 3 | -3/+40 |
* | Add debug info to track a crash when sleeping. | rvargas@google.com | 2010-02-04 | 1 | -1/+12 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -3/+4 |
* | Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky. | chase@chromium.org | 2010-02-04 | 1 | -1/+2 |
* | Revert 38001 and 38002. | darin@chromium.org | 2010-02-03 | 4 | -87/+461 |
* | Back out trunk r37998. | mark@chromium.org | 2010-02-03 | 4 | -461/+87 |
* | Modify CookiePolicy to work asynchronously | darin@chromium.org | 2010-02-03 | 4 | -87/+461 |
* | Add fine grain tracing to HostResolverImpl. | eroman@chromium.org | 2010-02-02 | 1 | -18/+78 |
* | If the URLRequestContext has no CookiePolicy, then we should | darin@chromium.org | 2010-01-30 | 3 | -12/+11 |
* | Disable 3 cookie tests that started failing. | nsylvain@chromium.org | 2010-01-30 | 1 | -3/+6 |
* | Changes to support new cookie policy. | darin@chromium.org | 2010-01-30 | 2 | -10/+11 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 2 | -11/+3 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 2 | -3/+11 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -16/+8 |
* | BSD port: USE_NSS and other macros instead of OS_LINUX where applicable | pvalchev@google.com | 2010-01-29 | 1 | -1/+1 |
* | Remove a bunch of 0 byte files. (due to git-svn misbehavior?) | thestig@chromium.org | 2010-01-26 | 4 | -0/+0 |
* | Add some extra request information to LoadLog: | eroman@chromium.org | 2010-01-21 | 1 | -0/+7 |
* | Remove support for filtering by MIME-type. | jochen@chromium.org | 2010-01-20 | 2 | -11/+12 |
* | Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|. | eroman@chromium.org | 2010-01-15 | 1 | -22/+25 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 1 | -1/+1 |
* | Add more functionality to about:net-internals: | eroman@chromium.org | 2010-01-13 | 1 | -2/+46 |
* | Another tweak to about:net-internals: do a redirect after processing the quer... | eroman@chromium.org | 2010-01-13 | 2 | -33/+46 |
* | Miscellaneous tweaks to the about:net-internals page. | eroman@chromium.org | 2010-01-13 | 1 | -59/+123 |
* | Enable JS detection of whether SPDY was used to load a web page. | mbelshe@google.com | 2010-01-11 | 1 | -0/+5 |
* | Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme... | ananta@chromium.org | 2010-01-11 | 1 | -41/+49 |
* | Net: Allow about:cache to show contents of urls with arguments. | rvargas@google.com | 2010-01-09 | 1 | -10/+10 |