summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck_worditerator.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor code to avoid direct dependency upon ICU: spellcheck_worditeratorandrewhayden@chromium.org2014-06-131-9/+9
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-251-1/+1
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-12/+12
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-2/+2
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-3/+2
* Reset word iterators when changing the spellchecker language.hbono@chromium.org2012-08-291-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* A speculative fix for Bug 92364.hbono@chromium.org2011-09-161-9/+16
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-171-2/+3
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* C++ readability for hbono.hbono@chromium.org2010-06-161-89/+70
* Re-implement SpellcheckWordIterator with ICU.hbono@chromium.org2010-02-161-94/+100
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+183