| Commit message (Expand) | Author | Age | Files | Lines |
* | [Spellcheck] Cleanup for async posting of spellcheck requests. | groby@chromium.org | 2012-11-01 | 1 | -19/+11 |
* | Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp... | groby@chromium.org | 2012-10-30 | 1 | -29/+3 |
* | Factored out OSX spelling into a separate subclass. | groby@chromium.org | 2012-10-24 | 1 | -0/+5 |
* | Cleanup: IWYU for base/time.h. Also fix misc lint errors. | thestig@chromium.org | 2012-10-10 | 1 | -1/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Use grammar markers for contextually-misspelled words. | hbono@chromium.org | 2012-05-28 | 1 | -15/+13 |
* | This patch implements asynchronous spellchecker on Windows and Linux. | shinyak@chromium.org | 2012-04-19 | 1 | -6/+56 |
* | Removed WebTextCheckingResult legacy API use. | morrita@chromium.org | 2012-02-17 | 1 | -5/+2 |
* | In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W... | shinyak@chromium.org | 2012-01-26 | 1 | -1/+14 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Add OVERRIDE to chrome/renderer. | avi@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a... | jam@chromium.org | 2011-10-03 | 1 | -2/+2 |
* | A speculative fix for Bug 92364. | hbono@chromium.org | 2011-09-16 | 1 | -0/+8 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Move a bunch of Chrome specific code out of RenderThread, in preparation of m... | jam@chromium.org | 2011-04-14 | 1 | -10/+17 |
* | Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Revert 79651 - Coverity: Pass parameters by reference. | dhollowa@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-03-29 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Integrating Mac OS Grammar checker into Chromium. | morrita@chromium.org | 2011-02-22 | 1 | -0/+8 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+1 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -0/+3 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 1 | -7/+3 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 1 | -3/+7 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -3/+3 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 1 | -7/+3 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+127 |