| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor code to avoid direct dependency upon ICU: spellcheck_worditerator | andrewhayden@chromium.org | 2014-06-13 | 1 | -9/+9 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Use base namespace for string16 in chrome/renderer. | brettw@chromium.org | 2013-12-04 | 1 | -12/+12 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/renderer/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -3/+2 |
* | Reset word iterators when changing the spellchecker language. | hbono@chromium.org | 2012-08-29 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | A speculative fix for Bug 92364. | hbono@chromium.org | 2011-09-16 | 1 | -9/+16 |
* | Include ICU headers in a way that will also work with use_system_icu=1 | phajdan.jr@chromium.org | 2010-08-17 | 1 | -2/+3 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | C++ readability for hbono. | hbono@chromium.org | 2010-06-16 | 1 | -89/+70 |
* | Re-implement SpellcheckWordIterator with ICU. | hbono@chromium.org | 2010-02-16 | 1 | -94/+100 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+183 |