summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r72606, except for the DEPS roll. It's redding the tree.estade@chromium.org2011-01-261-2/+4
* Pull down new GB/AU dictionaries.estade@chromium.org2011-01-261-4/+2
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-2/+2
* clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)thakis@chromium.org2010-10-021-5/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+1
* Bump ICU to 57283jshin@chromium.org2010-08-251-1/+3
* Customize Hebrew spellcheck word break iteratorjshin@chromium.org2010-08-242-12/+36
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Include ICU headers in a way that will also work with use_system_icu=1phajdan.jr@chromium.org2010-08-172-6/+8
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-3/+1
* A fix for Issue 46278.hbono@chromium.org2010-08-122-9/+31
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-2/+3
* Adds unit tests for Serbian and Ukranian dictionaries.hbono@chromium.org2010-07-281-0/+28
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* C++ readability for hbono.hbono@chromium.org2010-06-163-113/+120
* Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries".hbono@chromium.org2010-06-031-2/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1