summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-1/+1
* Get rid of unused function, UTF8ToFilePathString.tony@chromium.org2009-11-101-12/+0
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-132/+223
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-27/+32
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-031-13/+8
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-271-6/+6
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-7/+7
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-24/+48
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-221-1/+14
* Classify more types of input as queries.pkasting@chromium.org2009-10-161-0/+48
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+7
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-0/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-20/+2
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-0/+18
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-0/+8
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+2
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-0/+43
* POSIX: Don't convert backslashes in filenames into forward slashes.estade@chromium.org2009-08-261-0/+5
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-4/+7
* Add icu:: qualifiers to a couple of more files. They're missed in the previou...jshin@chromium.org2009-08-191-2/+2
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-15/+17
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-0/+9
* Don't use an assignment as a truth value.wtc@chromium.org2009-07-301-4/+3
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-1/+1
* Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. jshin@chromium.org2009-07-291-36/+41
* Make IDN check faster by caching the exemplar setsjshin@chromium.org2009-07-141-24/+68
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-4/+10
* Merge WebKit r42737, which added port 3659wtc@chromium.org2009-06-241-6/+8
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-28/+19
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-041-0/+54
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-16/+23
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-0/+144
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-8/+23
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-201-6/+5
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-17/+21
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-12/+0
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-3/+2
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Unfork the code path for loading net resources on mac, ie-put it back inlinethomasvl@chromium.org2009-03-111-14/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+4
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-3/+18
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+25
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-251-3/+4
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-231-25/+32
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+46
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-201-3/+3
* Remove net_resources.rc and net_resources.h and replace ittc@google.com2009-01-081-1/+4
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-12/+16