summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Move handling of document tags to browser side.groby@chromium.org2012-11-074-96/+17
* Update shared spellcheck data, with no upward dependency.groby@chromium.org2012-11-072-27/+26
* retry r165562: Bump English spellcheck dictionary versions and add testsestade@chromium.org2012-11-031-0/+53
* Revert 165562 - Bump English spellcheck dictionary versions and add testskaiwang@chromium.org2012-11-021-53/+0
* Bump English spellcheck dictionary versions and add testsestade@chromium.org2012-11-021-0/+53
* [Spellcheck] Cleanup for async posting of spellcheck requests.groby@chromium.org2012-11-013-100/+51
* Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp...groby@chromium.org2012-10-307-232/+345
* Factored out code as per TODOgroby@chromium.org2012-10-272-45/+71
* [Spellcheck] Consolidate Document Tag handling somewhatgroby@chromium.org2012-10-242-45/+65
* [Spellcheck] Factored out common testing code.groby@chromium.org2012-10-244-144/+156
* Factored out OSX spelling into a separate subclass.groby@chromium.org2012-10-242-32/+108
* Cleaning up the command line flags for spellcheck.rlp@chromium.org2012-10-231-1/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Treats ASCII numbers as word characters only on LTR languages.hbono@chromium.org2012-09-042-1/+72
* Adding rlp and groby to the owners files for spellcheck.rlp@chromium.org2012-08-301-0/+2
* Reset word iterators when changing the spellchecker language.hbono@chromium.org2012-08-294-4/+55
* Treat non-English words as words.hbono@chromium.org2012-08-272-1/+10
* Add more OWNERS inside chrome/renderer.thestig@chromium.org2012-08-221-0/+1
* Reapply Justin's spellchecker patch.hbono@chromium.org2012-07-271-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Treat numbers as word characters used by our spellchecker.hbono@chromium.org2012-07-033-5/+24
* Rename SpellCheckCommon namespace to chrome.tfarina@chromium.org2012-06-202-7/+10
* Revert 142671 - Use WebFrame::replaceMisspelledRange() to replace a misspelle...rsesek@chromium.org2012-06-182-12/+0
* Use WebFrame::replaceMisspelledRange() to replace a misspelled range with text.hbono@chromium.org2012-06-182-0/+12
* Implement a request cache and disble retrieving a sub-region.hbono@chromium.org2012-06-123-70/+76
* 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