summaryrefslogtreecommitdiffstats
path: root/net/base/escape.cc
Commit message (Expand)AuthorAgeFilesLines
* Update EscapeExternalHandlerValue to keep '#', '[', and ']'jaekyun2014-10-241-6/+12
* Unescape BiDi control chars while parsing data: urlsmeacer2014-10-221-21/+53
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-4/+4
* Misc. cleanup, primarily removing unused locals.pkasting2014-10-131-1/+1
* Make FormatUrl Keep Track of Full Transformationmpearson@chromium.org2014-04-181-76/+35
* Don't unescape BiDi control characters in URL componentsskanuj@chromium.org2014-02-281-29/+87
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-3/+5
* net: Fix references to googleurl.tfarina@chromium.org2013-07-201-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-2/+2
* Use a direct include of strings headers in net/android/, net/base/, net/cert/...avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-15/+17
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-071-5/+6
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-1/+1
* Escape search terms correctly in the path portion of a custom search engine.pkasting@chromium.org2012-05-311-11/+5
* 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