summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker/spellcheck.h
Commit message (Expand)AuthorAgeFilesLines
* Remove PlatformFile from spell checkerrvargas@chromium.org2014-03-251-2/+2
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-5/+5
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-4/+4
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-301-1/+1
* Add HasWord(string) method to SpellcheckCustomDictionaryrouslan@chromium.org2013-05-291-2/+2
* Periodically request a list of spellcheck markers in all renderers for feedbackrouslan@chromium.org2013-05-021-1/+1
* [Spellcheck] Remove unnneeded IPC parameters.groby@chromium.org2013-04-111-1/+0
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-4/+0
* Ignore custom spellcheck dictionary words when using server-side spellcheckrouslan@chromium.org2013-02-201-1/+4
* [Spellcheck] Factor out language-specific code to support multilingual checking.groby@chromium.org2013-01-231-54/+27
* Sync user's custom spellcheck dictionaryrouslan@chromium.org2013-01-231-3/+4
* Update some #includes in chrome/renderer/spellchecker for headers in the new ...pilgrim@chromium.org2013-01-101-1/+1
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-1/+1
* [Spellcheck] Make sure context menu and actual spellcheck state are in sync.groby@chromium.org2012-12-111-0/+6
* [Spellcheck] Cleanup. Resubmit, againgroby@chromium.org2012-12-041-0/+7
* Enable users to alter their custom dictionary from an overlay on chrome://set...rouslan@chromium.org2012-11-201-0/+1
* Revert 168052 - [Spellcheck] Removing cruft.hbono@chromium.org2012-11-161-7/+0
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-151-0/+7
* Revert 167563 - [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-6/+0
* [Spellcheck] Removing cruft.groby@chromium.org2012-11-141-0/+6
* [Spellcheck] Cleanup for async posting of spellcheck requests.groby@chromium.org2012-11-011-19/+11
* Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp...groby@chromium.org2012-10-301-29/+3
* Factored out OSX spelling into a separate subclass.groby@chromium.org2012-10-241-0/+5
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use grammar markers for contextually-misspelled words.hbono@chromium.org2012-05-281-15/+13
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-191-6/+56
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-171-5/+2
* In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...shinyak@chromium.org2012-01-261-1/+14
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-1/+1
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-211-1/+1
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-031-2/+2
* A speculative fix for Bug 92364.hbono@chromium.org2011-09-161-0/+8
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-10/+17
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-291-1/+1
* Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-291-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-291-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Integrating Mac OS Grammar checker into Chromium.morrita@chromium.org2011-02-221-0/+8
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-2/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-0/+3
* reland 31875. Revert was:estade@chromium.org2009-11-161-7/+3
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-3/+7
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-3/+3
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-7/+3