summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Pull spellchecker dictionaries.hbono@chromium.org2012-06-041-0/+10
* bump hunspell dictionary version numbers for en-RR localesestade@chromium.org2012-05-301-43/+48
* Use grammar markers for contextually-misspelled words.hbono@chromium.org2012-05-284-59/+128
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-181-0/+4
* Disable retrieving suggestions in the background.hbono@chromium.org2012-05-181-4/+1
* chrome: Instead of doing a conversion just use string16().tfarina@chromium.org2012-05-061-2/+1
* Cancel unnecessary spellcheck requests.hbono@chromium.org2012-04-234-16/+55
* This patch implements asynchronous spellchecker on Windows and Linux.shinyak@chromium.org2012-04-195-42/+382
* Send spellcheck requests only when we need.hbono@chromium.org2012-04-123-26/+170
* Removed WebTextCheckingResult legacy API use.morrita@chromium.org2012-02-176-47/+90
* Fix a leak in SpellCheckProviderTest.hbono@chromium.org2012-02-081-1/+7
* Use the Spelling service when we paste text.hbono@chromium.org2012-02-063-7/+66
* In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...shinyak@chromium.org2012-01-265-9/+203
* Attempt at a fix for crasher with SpellChecker and purge memory.jcivelli@chromium.org2012-01-052-19/+22
* Remove Hunspell on OS X - step 5jeremy@chromium.org2011-12-224-20/+3
* Remove Hunspell on OS X - step 4jeremy@chromium.org2011-12-214-46/+121
* Do not crash if SpellcheckWordIterator fails to initialize.nileshagrawal@chromium.org2011-12-201-4/+14
* Update includes to new header locations.abarth@chromium.org2011-12-032-3/+3
* 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-212-3/+3
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-161-2/+2
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-102-12/+12
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-6/+6
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-032-7/+9
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-032-3/+3
* A speculative fix for Bug 92364.hbono@chromium.org2011-09-165-30/+70
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-083-6/+7
* Added more spellcheck related UMA histogramsmorrita@chromium.org2011-06-201-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Added UMA histgrams for spellchecking.morrita@chromium.org2011-05-161-0/+5
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-3/+3
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-10/+17
* Get rid of the command state changed code that was only used for spellcheckin...jam@chromium.org2011-05-031-13/+6
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-163-7/+28
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-145-49/+70
* Chrome side needed for WebKit change to move the little remaining spellcheck ...jam@chromium.org2011-04-122-4/+25
* Update the code to have the SpellCheckProvider implement WebSpellCheckClient,...jam@chromium.org2011-03-292-13/+153
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-292-3/+3
* Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-292-3/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-292-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move spellcheck messages into their own file, and dispatch them all in SpellC...jam@chromium.org2011-03-254-20/+20
* Adds a unit test for the Serbian (Latin) dictionary.hbono@chromium.org2011-03-241-4/+7
* Update code to always use a struct for WebTextCheckingResult.jam@chromium.org2011-03-231-3/+1
* Don't forward declare WebKit::WebTextCheckingResult temporarily in order to c...jam@chromium.org2011-03-221-1/+3
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Use new en-US and en-CA dictionaries.estade@chromium.org2011-03-101-0/+5
* Integrating Mac OS Grammar checker into Chromium.morrita@chromium.org2011-02-224-0/+324
* retry r72606:estade@chromium.org2011-01-281-4/+2