summaryrefslogtreecommitdiffstats
path: root/net/base/escape.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-14/+2
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-231-9/+3
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-051-1/+1
* Adding some more escaping method.jcampan@chromium.org2010-01-211-8/+59
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-8/+5
* Implement "Email Link To Page" menu command.snej@chromium.org2009-12-031-0/+4
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-16/+15
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-1/+3
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-4/+4
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-9/+33
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+5
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-011-1/+1
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-011-0/+10
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-0/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fix an out of band read when parsing a URL component of just "%". The calcul...deanm@google.com2008-09-031-3/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Merge some changes in net/base from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-061-3/+3
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-3/+41
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-41/+3
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-291-3/+41
* Add net to the repository.initial.commit2008-07-261-0/+272