summaryrefslogtreecommitdiffstats
path: root/net/base/escape.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Escape search terms correctly in the path portion of a custom search engine.pkasting@chromium.org2012-05-311-22/+11
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-33/+33
* net: Move the last two Escape() functions into the net namespace.tfarina@chromium.org2011-11-091-13/+13
* net: Move more three Escape() functions into net namespace.tfarina@chromium.org2011-11-061-13/+13
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-4/+4
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-2/+2
* net: Move more functions into net namespace.tfarina@chromium.org2011-09-251-2/+2
* net: Put more functions from escape.h into net namespace.tfarina@chromium.org2011-09-221-2/+2
* net: Start wrapping escape.h into namespace net.tfarina@chromium.org2011-09-201-0/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-21/+24
* Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...thestig@chromium.org2011-06-141-2/+4
* Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...ericu@google.com2011-06-091-4/+2
* Escaping file names correctly. Also fixed a crush in chromeos debug build whi...serya@chromium.org2011-06-091-2/+4
* net: Add NET_API to net/baservargas@google.com2011-05-181-21/+24
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-3/+2
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-6/+25
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-25/+6
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-6/+25
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-3/+3
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-3/+3
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-3/+3
* Remove obsolete TODOs. The referred bug has been closed for a while.jeanluc@google.com2010-10-071-6/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Adding some more escaping method.jcampan@chromium.org2010-01-211-0/+6
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-6/+5
* Implement "Email Link To Page" menu command.snej@chromium.org2009-12-031-0/+2
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-9/+10
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-12/+12
* 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-1/+6
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-9/+13
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Adds import/export of bookmarks to bookmarks.html file.sky@google.com2008-11-071-0/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-9/+12
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-12/+9
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-291-9/+12
* Add net to the repository.initial.commit2008-07-261-0/+141