| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gcc >= 4.3 fixes | mdm@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. | jshin@chromium.org | 2009-07-29 | 1 | -36/+41 |
* | Make IDN check faster by caching the exemplar sets | jshin@chromium.org | 2009-07-14 | 1 | -24/+68 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 1 | -4/+10 |
* | Merge WebKit r42737, which added port 3659 | wtc@chromium.org | 2009-06-24 | 1 | -6/+8 |
* | Original patch by pmarks@google.com (see http://codereview.chromium.org/113944) | ericroman@google.com | 2009-06-23 | 1 | -28/+19 |
* | To show IDN in view-source URLs, add special handling for view-source scheme in | brettw@chromium.org | 2009-06-04 | 1 | -0/+54 |
* | Local text file with spaces in filename is urlencoded in tab title | mhm@chromium.org | 2009-06-03 | 1 | -16/+23 |
* | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 1 | -0/+144 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -8/+23 |
* | Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht... | erikkay@google.com | 2009-05-20 | 1 | -6/+5 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -17/+21 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -12/+0 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -3/+2 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Unfork the code path for loading net resources on mac, ie-put it back inline | thomasvl@chromium.org | 2009-03-11 | 1 | -14/+1 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -2/+4 |
* | Implement the PAC js-binding for "myIpAddress()". | ericroman@google.com | 2009-03-03 | 1 | -3/+18 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -0/+25 |
* | Change the string_escape functions to use string16 rather than wstring. | dsh@google.com | 2009-02-25 | 1 | -3/+4 |
* | Add IPv6 support to net::GetHostAndPort. | ericroman@google.com | 2009-02-23 | 1 | -25/+32 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -1/+1 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -0/+46 |
* | generate test_shell.pak and hook up loading net resources from | tc@google.com | 2009-01-20 | 1 | -3/+3 |
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 1 | -1/+4 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -12/+16 |