| Commit message (Expand) | Author | Age | Files | Lines |
* | Update EscapeExternalHandlerValue to keep '#', '[', and ']' | jaekyun | 2014-10-24 | 1 | -6/+12 |
* | Unescape BiDi control chars while parsing data: urls | meacer | 2014-10-22 | 1 | -21/+53 |
* | Convert ARRAYSIZE_UNSAFE -> arraysize in net/. | viettrungluu | 2014-10-16 | 1 | -4/+4 |
* | Misc. cleanup, primarily removing unused locals. | pkasting | 2014-10-13 | 1 | -1/+1 |
* | Make FormatUrl Keep Track of Full Transformation | mpearson@chromium.org | 2014-04-18 | 1 | -76/+35 |
* | Don't unescape BiDi control characters in URL components | skanuj@chromium.org | 2014-02-28 | 1 | -29/+87 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -3/+5 |
* | net: Fix references to googleurl. | tfarina@chromium.org | 2013-07-20 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -2/+2 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -15/+17 |
* | Move utf_offset_string_conversions and utf_string_conversion_utils to strings. | brettw@chromium.org | 2013-02-07 | 1 | -5/+6 |
* | Cleanup: avoid foo ? true : false, part 2. | thestig@chromium.org | 2012-09-19 | 1 | -1/+1 |
* | Escape search terms correctly in the path portion of a custom search engine. | pkasting@chromium.org | 2012-05-31 | 1 | -11/+5 |
* | linux: Remove all 40 static initializers from escape.cc. | thakis@chromium.org | 2011-12-09 | 1 | -21/+17 |
* | net: Move UnescapeRule into the net namespace. | tfarina@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | net: Move the last two Escape() functions into the net namespace. | tfarina@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | net: Move more three Escape() functions into net namespace. | tfarina@chromium.org | 2011-11-06 | 1 | -18/+17 |
* | net: Fix ASAN build my moving AppendEscapedCharForHTMLImpl above into unnamed... | tfarina@chromium.org | 2011-10-13 | 1 | -25/+25 |
* | net: Move EscapeForHTML() functions into net namespace. | tfarina@chromium.org | 2011-10-13 | 1 | -12/+12 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -11/+10 |
* | net: Move more functions into net namespace. | tfarina@chromium.org | 2011-09-25 | 1 | -36/+36 |
* | net: Put more functions from escape.h into net namespace. | tfarina@chromium.org | 2011-09-22 | 1 | -4/+4 |
* | net: Start wrapping escape.h into namespace net. | tfarina@chromium.org | 2011-09-20 | 1 | -10/+18 |
* | FormatURL used to escape characters in the query string that | mmenke@chromium.org | 2011-08-17 | 1 | -4/+8 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -1/+1 |
* | Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru... | thestig@chromium.org | 2011-06-14 | 1 | -2/+3 |
* | Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ... | ericu@google.com | 2011-06-09 | 1 | -3/+2 |
* | Escaping file names correctly. Also fixed a crush in chromeos debug build whi... | serya@chromium.org | 2011-06-09 | 1 | -2/+3 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -1/+2 |
* | Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape.... | pkasting@chromium.org | 2011-05-03 | 1 | -34/+16 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -32/+85 |
* | Revert 81343 - Add multiple-offset versions of the various URL reformatting f... | mrossetti@chromium.org | 2011-04-13 | 1 | -85/+32 |
* | Add multiple-offset versions of the various URL reformatting functions. Fixed... | mrossetti@chromium.org | 2011-04-13 | 1 | -32/+85 |
* | Refactor the ICU dependency in escape.cc into escape_icu.cc. | abarth@chromium.org | 2011-04-06 | 1 | -16/+2 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 1 | -4/+4 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Don't unescape backslashes in URLs, since these will be converted to slashes | brettw@chromium.org | 2010-12-03 | 1 | -2/+3 |
* | Don't unescape characters that can change the meaning of a URL. I removed the... | brettw@google.com | 2010-12-02 | 1 | -3/+10 |
* | base: Add HexDigitToInt function to string_util.h | tfarina@chromium.org | 2010-07-31 | 1 | -14/+2 |
* | base: Add IsHexDigit function to string_util.h | tfarina@chromium.org | 2010-07-23 | 1 | -9/+3 |
* | Pull latest googleurl to get it to stop unescaping at signs in paths. | brettw@chromium.org | 2010-04-05 | 1 | -1/+1 |
* | Adding some more escaping method. | jcampan@chromium.org | 2010-01-21 | 1 | -8/+59 |
* | The search terms are escaped using + or %20 for space depending on whether re... | avayvod@google.com | 2010-01-15 | 1 | -8/+5 |
* | Implement "Email Link To Page" menu command. | snej@chromium.org | 2009-12-03 | 1 | -0/+4 |
* | Remove std::wstring from most of net/base/escape.h. | darin@chromium.org | 2009-11-30 | 1 | -16/+15 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 1 | -1/+3 |