summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in chrome/thestig2014-08-261-1/+1
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-7/+0
* Adding a word to dictionary should remove spelling markers klemen.forstneric@gmail.com2014-08-211-0/+29
* Cleanup: Remove obsolete references to webkit_glue namespace.tfarina@chromium.org2014-08-091-1/+1
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-081-1/+0
* Roll ICU to icu52jshin@chromium.org2014-07-181-2/+6
* Revert 277111 "Roll ICU to icu52"sorin@chromium.org2014-06-131-6/+2
* Roll ICU to icu52jshin@chromium.org2014-06-131-2/+6
* Refactor code to avoid direct dependency upon ICU: spellcheck_worditeratorandrewhayden@chromium.org2014-06-132-49/+37
* Add support for passing an arbitrary parameter to an IPC message handler. The...jam@chromium.org2014-05-132-38/+22
* Remove stray platform_file.h from chrome and componentsrvargas@chromium.org2014-05-131-1/+0
* Remove PlatformFile from spell checkerrvargas@chromium.org2014-03-2510-35/+34
* Use Tajik dictionary in Chromerouslan@chromium.org2014-03-191-2/+16
* Replace WebDocument::focusedNode to focusedElementmahesh.kk@samsung.com2014-02-271-3/+4
* Convert base::MemoryMappedFile to use File instead of PlatformFile.rvargas@chromium.org2014-01-031-1/+3
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-0/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-258-12/+12
* Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/s...avi@chromium.org2013-12-259-52/+56
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-0422-113/+124
* Cleanup: Remove unused includes of webkit/glue/webkit_glue.htfarina@chromium.org2013-11-121-2/+0
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-079-91/+91
* [spell] Stop using deprecated Blink API get/setDecoration()rouslan@chromium.org2013-10-122-5/+4
* [spell] Use TextDecoration instead of TextChecking for markersrouslan@chromium.org2013-10-104-21/+21
* [spell] Prepare for switch from TextChecking to TextDecorationrouslan@chromium.org2013-10-051-3/+8
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-182-6/+6
* Use a direct include of the message_loop header in chrome/app, chrome/common,...avi@chromium.org2013-07-171-1/+1
* Handle null char in the middle of text in custom spellcheck dictionary enginerouslan@chromium.org2013-07-114-12/+14
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Revert 211050 "Handle null char in the middle of text in custom ..."hashimoto@chromium.org2013-07-112-8/+7
* Handle null char in the middle of text in custom spellcheck dictionary enginerouslan@chromium.org2013-07-112-7/+8
* Use a direct include of time headers in chrome/common/, chrome/installer, chr...avi@chromium.org2013-06-281-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-175-13/+13
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-119-9/+9
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-078-10/+10
* Collect spelling service feedback on Macrouslan@chromium.org2013-05-303-3/+6
* Update refernces to Blink's Platform API (chrome)abarth@chromium.org2013-05-305-5/+5
* Reduce usage of WebString::data (Chromium side)abarth@chromium.org2013-05-292-8/+8
* Add HasWord(string) method to SpellcheckCustomDictionaryrouslan@chromium.org2013-05-296-13/+19
* Store feedback for spellcheck results from spelling servicerouslan@chromium.org2013-05-247-28/+70
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-101-9/+9
* Remove unused WebTextCheckingType enum references from chromeadamk@chromium.org2013-05-101-12/+0
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Update Blink-Spellcheck APIrouslan@chromium.org2013-05-063-20/+4
* Periodically request a list of spellcheck markers in all renderers for feedbackrouslan@chromium.org2013-05-022-1/+36
* Use unsigned integers to denote spelling marker offsetsrouslan@chromium.org2013-04-302-2/+2
* Enable receiving a list of markers in text with spellcheck requestsrouslan@chromium.org2013-04-262-1/+22
* Remove spelling markers when disabling spellcheckrouslan@chromium.org2013-04-191-0/+2
* [Spellcheck] Remove dead IPC messagegroby@chromium.org2013-04-121-3/+0
* [Spellcheck] Remove unnneeded IPC parameters.groby@chromium.org2013-04-118-32/+11
* [spellcheck] turn on async spellchecking for OSX.groby@chromium.org2013-04-032-4/+6