summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/spellchecker
Commit message (Expand)AuthorAgeFilesLines
* Do not duplicate custom dictionary words on disk.rouslan2015-06-035-45/+43
* Remove rlp from all OWNERS files.mgiuca2015-06-011-1/+0
* Move Tuple to base namespace.brettw2015-05-291-4/+4
* Rename third_party/hunspell_new back to third_party/hunspell.tfarina2015-05-181-1/+1
* Update Chromium to use hunspell from third_party/hunspell_new.tfarina2015-05-071-1/+1
* Update {virtual,override} to follow C++11 style in chrome.nick2015-04-243-14/+12
* Revert "Remove spellcheck feedback."rouslan2015-03-252-0/+33
* Bump en-us/ca spellcheck dictionaries used.rouslan2015-03-121-0/+3
* partial PageClickTracker migration to RenderFrameObserverestade2015-01-301-11/+9
* Remove spellcheck feedback.rouslan2015-01-212-33/+0
* replace COMPILE_ASSERT with static_assert in chrome/[r-z]*/mostynb2015-01-052-8/+10
* Make callers of CommandLine use it via the base:: namespace, and remove the g...avi2014-12-251-1/+2
* Update legacy Tuple-using code.Avi Drissman2014-12-221-4/+4
* Cleanup: Fix some chrome's includes that were not using qualified path.tfarina2014-12-091-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-282-3/+2
* Cleanup: Better constify some strings in chrome.thestig2014-10-221-2/+1
* Standardize usage of virtual/override/final in chrome/renderer/dcheng2014-10-216-25/+23
* Convert ARRAYSIZE_UNSAFE -> arraysize in chrome/, outside of chrome/browser/.viettrungluu2014-10-162-10/+10
* Replacing the OVERRIDE with override and in chrome/renderermohan.reddy2014-10-107-29/+29
* 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