summaryrefslogtreecommitdiffstats
path: root/net/base/escape.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: Remove all 40 static initializers from escape.cc.thakis@chromium.org2011-12-091-21/+17
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-2/+2
* net: Move more three Escape() functions into net namespace.tfarina@chromium.org2011-11-061-18/+17
* net: Fix ASAN build my moving AppendEscapedCharForHTMLImpl above into unnamed...tfarina@chromium.org2011-10-131-25/+25
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-12/+12
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-11/+10
* net: Move more functions into net namespace.tfarina@chromium.org2011-09-251-36/+36
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-4/+4
* net: Start wrapping escape.h into namespace net.tfarina@chromium.org2011-09-201-10/+18
* FormatURL used to escape characters in the query string thatmmenke@chromium.org2011-08-171-4/+8
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-141-2/+3
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-091-3/+2
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-091-2/+3
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-051-1/+2
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-34/+16
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-32/+85
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-85/+32
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-32/+85
* Refactor the ICU dependency in escape.cc into escape_icu.cc.abarth@chromium.org2011-04-061-16/+2
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-4/+4
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-4/+4
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-4/+4
* Don't unescape backslashes in URLs, since these will be converted to slashesbrettw@chromium.org2010-12-031-2/+3
* Don't unescape characters that can change the meaning of a URL. I removed the...brettw@google.com2010-12-021-3/+10
* 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