| Commit message (Expand) | Author | Age | Files | Lines |
* | Added UMA histgrams for spellchecking. | morrita@chromium.org | 2011-05-16 | 1 | -0/+5 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -3/+3 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -10/+17 |
* | Get rid of the command state changed code that was only used for spellcheckin... | jam@chromium.org | 2011-05-03 | 1 | -13/+6 |
* | Clear RenderThread of any Chrome specific code, and move a bunch of stuff out... | jam@chromium.org | 2011-04-16 | 3 | -7/+28 |
* | Move RenderThread to content\renderer. | jam@chromium.org | 2011-04-14 | 1 | -1/+1 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 5 | -49/+70 |
* | Chrome side needed for WebKit change to move the little remaining spellcheck ... | jam@chromium.org | 2011-04-12 | 2 | -4/+25 |
* | Update the code to have the SpellCheckProvider implement WebSpellCheckClient,... | jam@chromium.org | 2011-03-29 | 2 | -13/+153 |
* | Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 2 | -3/+3 |
* | Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 2 | -3/+3 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-03-29 | 2 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move spellcheck messages into their own file, and dispatch them all in SpellC... | jam@chromium.org | 2011-03-25 | 4 | -20/+20 |
* | Adds a unit test for the Serbian (Latin) dictionary. | hbono@chromium.org | 2011-03-24 | 1 | -4/+7 |
* | Update code to always use a struct for WebTextCheckingResult. | jam@chromium.org | 2011-03-23 | 1 | -3/+1 |
* | Don't forward declare WebKit::WebTextCheckingResult temporarily in order to c... | jam@chromium.org | 2011-03-22 | 1 | -1/+3 |
* | Move a bunch of remaining files from chrome\renderer to content\renderer. | jam@chromium.org | 2011-03-19 | 1 | -1/+1 |
* | Use new en-US and en-CA dictionaries. | estade@chromium.org | 2011-03-10 | 1 | -0/+5 |
* | Integrating Mac OS Grammar checker into Chromium. | morrita@chromium.org | 2011-02-22 | 4 | -0/+324 |
* | retry r72606: | estade@chromium.org | 2011-01-28 | 1 | -4/+2 |
* | Revert r72606, except for the DEPS roll. It's redding the tree. | estade@chromium.org | 2011-01-26 | 1 | -2/+4 |
* | Pull down new GB/AU dictionaries. | estade@chromium.org | 2011-01-26 | 1 | -4/+2 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 1 | -1/+1 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | clang/mac: Fix most easy problems in chrome.xcodeproj (all targets) | thakis@chromium.org | 2010-10-02 | 1 | -5/+0 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | Bump ICU to 57283 | jshin@chromium.org | 2010-08-25 | 1 | -1/+3 |
* | Customize Hebrew spellcheck word break iterator | jshin@chromium.org | 2010-08-24 | 2 | -12/+36 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -0/+1 |
* | Include ICU headers in a way that will also work with use_system_icu=1 | phajdan.jr@chromium.org | 2010-08-17 | 2 | -6/+8 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 2 | -3/+1 |
* | A fix for Issue 46278. | hbono@chromium.org | 2010-08-12 | 2 | -9/+31 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 2 | -2/+3 |
* | Adds unit tests for Serbian and Ukranian dictionaries. | hbono@chromium.org | 2010-07-28 | 1 | -0/+28 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | C++ readability for hbono. | hbono@chromium.org | 2010-06-16 | 3 | -113/+120 |
* | Pulls the hunspell dictionaries to "third_party/hunspell_dictionaries". | hbono@chromium.org | 2010-06-03 | 1 | -2/+1 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Add Bulgarian spellchecker. Hunspell change will be committed separately. | jshin@chromium.org | 2010-05-03 | 1 | -0/+15 |
* | Uses the new spellchecker dictionaries on Chromium. | hbono@chromium.org | 2010-03-15 | 1 | -5/+11 |
* | chrome 6: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 2 | -1/+3 |
* | chrome 1: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+1 |
* | Adds a regression test for Issue 36523. | hbono@chromium.org | 2010-03-01 | 1 | -0/+2 |
* | Re-implement SpellcheckWordIterator with ICU. | hbono@chromium.org | 2010-02-16 | 3 | -291/+495 |
* | Win: Fix an invalid handle initialization in the spellchecker. | estade@chromium.org | 2009-12-18 | 1 | -7/+19 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 3 | -15/+680 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 2 | -13/+11 |