summaryrefslogtreecommitdiffstats
path: root/net/base/escape_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Escape search terms correctly in the path portion of a custom search engine.pkasting@chromium.org2012-05-311-20/+3
* net: Start wrapping escape.h into namespace net.tfarina@chromium.org2011-09-201-6/+8
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-141-1/+6
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-091-6/+1
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-091-1/+6
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-24/+27
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-0/+39
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-39/+0
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-0/+39
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-7/+7
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-7/+7
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-7/+7
* Don't unescape characters that can change the meaning of a URL. I removed the...brettw@google.com2010-12-021-27/+27
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-1/+2
* Pull latest googleurl to get it to stop unescaping at signs in paths.brettw@chromium.org2010-04-051-0/+4
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Adding some more escaping method.jcampan@chromium.org2010-01-211-2/+92
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-4/+19
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-5/+7
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-45/+80
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-2/+3
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-011-2/+2
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-011-0/+15
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-0/+2
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-10/+18
* Fix an out of band read when parsing a URL component of just "%". The calcul...deanm@google.com2008-09-031-0/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Run a couple more tests in net, and get rid of a couple more warningsmmentovai@google.com2008-08-201-3/+3
* Add more files to the net module compile list. Had to make some small change...tc@google.com2008-08-201-31/+37
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-9/+22
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-22/+9
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-291-9/+22
* Add net to the repository.initial.commit2008-07-261-0/+229