| Commit message (Expand) | Author | Age | Files | Lines |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -0/+1 |
* | Makes FormatURL not strip http for view-source urls. | sky@chromium.org | 2010-04-27 | 1 | -0/+2 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -20/+71 |
* | Send content settings based on the URL to the renderer instead of just the host. | jochen@chromium.org | 2010-04-23 | 1 | -1/+6 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -72/+21 |
* | Changes FormatURL to not strip http if the host starts with ftp or https[!a-z... | sky@chromium.org | 2010-04-19 | 1 | -2/+15 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -21/+59 |
* | Don't do dynamic IPv6 probe on Windows | jar@chromium.org | 2010-04-09 | 1 | -2/+6 |
* | Pull latest googleurl to get it to stop unescaping at signs in paths. | brettw@chromium.org | 2010-04-05 | 1 | -1/+2 |
* | Update table of blocked ports according to upstream http://trac.webkit.org/ch... | dimich@chromium.org | 2010-03-26 | 1 | -0/+7 |
* | Add IPv6 probe support for Windows | jar@chromium.org | 2010-03-24 | 1 | -3/+39 |
* | Make various types of input work better with ctrl-enter. If we detected that... | pkasting@chromium.org | 2010-03-22 | 1 | -2/+4 |
* | Correct readability items from previous checkin | jar@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-03-16 | 1 | -16/+54 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Handle CreateFile() trimming trailing dots and spaces in downloads. | jschuh@google.com | 2010-03-03 | 1 | -0/+10 |
* | Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ... | jar@chromium.org | 2010-02-26 | 1 | -54/+16 |
* | Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has... | jar@chromium.org | 2010-02-26 | 1 | -16/+54 |
* | Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre... | jar@chromium.org | 2010-02-25 | 1 | -54/+16 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-02-25 | 1 | -16/+54 |
* | Add IPv6 probing support, and disable IPv6 resolution when it is useless | jar@chromium.org | 2010-02-08 | 1 | -0/+50 |
* | Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ... | jar@chromium.org | 2010-02-07 | 1 | -45/+0 |
* | Add IPv6 probing support, and disable IPv6 resolution when it is useless | jar@chromium.org | 2010-02-07 | 1 | -0/+45 |
* | Remove std::wstring from most of net/base/escape.h. | darin@chromium.org | 2009-11-30 | 1 | -4/+6 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -2/+2 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Get rid of unused function, UTF8ToFilePathString. | tony@chromium.org | 2009-11-10 | 1 | -12/+0 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -132/+223 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 1 | -27/+32 |
* | Allow trailing dots on hostnames. | pkasting@chromium.org | 2009-11-03 | 1 | -13/+8 |
* | Loosen RFC 1738 compliance check to allow underscores where we already allowe... | pkasting@chromium.org | 2009-10-27 | 1 | -6/+6 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -7/+7 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 1 | -24/+48 |
* | Moved patch from 297003 over to committer repository. | rolandsteiner@chromium.org | 2009-10-22 | 1 | -1/+14 |
* | Classify more types of input as queries. | pkasting@chromium.org | 2009-10-16 | 1 | -0/+48 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -4/+7 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -0/+1 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 1 | -20/+2 |
* | The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug.... | ericu@google.com | 2009-10-01 | 1 | -0/+18 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -0/+8 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -1/+2 |
* | Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show. | mirandac@chromium.org | 2009-09-09 | 1 | -0/+43 |
* | POSIX: Don't convert backslashes in filenames into forward slashes. | estade@chromium.org | 2009-08-26 | 1 | -0/+5 |
* | Prevent a crash that can occur when redirecting a file URL. | darin@chromium.org | 2009-08-21 | 1 | -4/+7 |
* | Add icu:: qualifiers to a couple of more files. They're missed in the previou... | jshin@chromium.org | 2009-08-19 | 1 | -2/+2 |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 1 | -15/+17 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 1 | -0/+9 |
* | Don't use an assignment as a truth value. | wtc@chromium.org | 2009-07-30 | 1 | -4/+3 |