index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
spellchecker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore custom spellcheck dictionary words when using server-side spellcheck
rouslan@chromium.org
2013-02-20
11
-137
/
+137
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-6
/
+6
*
[Spellcheck] Bring platform codepaths closer.
groby@chromium.org
2013-02-06
3
-27
/
+26
*
[Spellcheck] Add metrics for a dead(?) code path.
groby@chromium.org
2013-01-25
1
-1
/
+1
*
[Spellcheck] Add unit test for basic word checking
groby@chromium.org
2013-01-25
2
-44
/
+53
*
[Spellcheck] Factor out language-specific code to support multilingual checking.
groby@chromium.org
2013-01-23
5
-154
/
+281
*
Sync user's custom spellcheck dictionary
rouslan@chromium.org
2013-01-23
7
-54
/
+80
*
[Spellcheck] Limit word length for hunspell.
groby@chromium.org
2013-01-17
1
-3
/
+20
*
Unit test for spellchecking 96- through 102-character words
rouslan@chromium.org
2013-01-11
1
-21
/
+57
*
Update some #includes in chrome/renderer/spellchecker for headers in the new ...
pilgrim@chromium.org
2013-01-10
5
-5
/
+5
*
Seems hbono left the project - updating spellcheck OWNERs/TODOs
groby@chromium.org
2013-01-09
2
-3
/
+2
*
Bump dictionary versions to 3-0
rouslan@chromium.org
2013-01-08
1
-38
/
+99
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
3
-8
/
+7
*
Cleanup: Fix a bunch of lint errors in chrome.
thestig@chromium.org
2013-01-04
2
-2
/
+2
*
[Spellcheck] Make sure context menu and actual spellcheck state are in sync.
groby@chromium.org
2012-12-11
4
-7
/
+63
*
Show suggestions for spellcheck.
rouslan@chromium.org
2012-12-06
1
-0
/
+1
*
[Spellcheck] Added UMA metrics for WebKit API usage
groby@chromium.org
2012-12-05
1
-4
/
+11
*
[Spellcheck] Cleanup. Resubmit, again
groby@chromium.org
2012-12-04
9
-90
/
+78
*
[Spellcheck] Don't initialize SpellcheckWordIterator with empty rulesets.
groby@chromium.org
2012-11-27
2
-0
/
+24
*
Enable users to alter their custom dictionary from an overlay on chrome://set...
rouslan@chromium.org
2012-11-20
7
-7
/
+41
*
chrome: Update the remaining calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-19
1
-8
/
+8
*
Unittest to go along with added no suggest flag. Currently tests no suggest f...
rlp@chromium.org
2012-11-17
1
-0
/
+61
*
Revert 168052 - [Spellcheck] Removing cruft.
hbono@chromium.org
2012-11-16
9
-78
/
+90
*
[Spellcheck] Removing cruft.
groby@chromium.org
2012-11-15
9
-90
/
+78
*
Check existence of spelling engine before dereferencing.
groby@chromium.org
2012-11-14
1
-8
/
+15
*
Revert 167563 - [Spellcheck] Removing cruft.
groby@chromium.org
2012-11-14
9
-71
/
+90
*
[Spellcheck] Removing cruft.
groby@chromium.org
2012-11-14
9
-90
/
+71
*
Move handling of document tags to browser side.
groby@chromium.org
2012-11-07
4
-96
/
+17
*
Update shared spellcheck data, with no upward dependency.
groby@chromium.org
2012-11-07
2
-27
/
+26
*
retry r165562: Bump English spellcheck dictionary versions and add tests
estade@chromium.org
2012-11-03
1
-0
/
+53
*
Revert 165562 - Bump English spellcheck dictionary versions and add tests
kaiwang@chromium.org
2012-11-02
1
-53
/
+0
*
Bump English spellcheck dictionary versions and add tests
estade@chromium.org
2012-11-02
1
-0
/
+53
*
[Spellcheck] Cleanup for async posting of spellcheck requests.
groby@chromium.org
2012-11-01
3
-100
/
+51
*
Remove hunspell-only code from spellcheck.cc, in preparation of a merge of sp...
groby@chromium.org
2012-10-30
7
-232
/
+345
*
Factored out code as per TODO
groby@chromium.org
2012-10-27
2
-45
/
+71
*
[Spellcheck] Consolidate Document Tag handling somewhat
groby@chromium.org
2012-10-24
2
-45
/
+65
*
[Spellcheck] Factored out common testing code.
groby@chromium.org
2012-10-24
4
-144
/
+156
*
Factored out OSX spelling into a separate subclass.
groby@chromium.org
2012-10-24
2
-32
/
+108
*
Cleaning up the command line flags for spellcheck.
rlp@chromium.org
2012-10-23
1
-1
/
+1
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Treats ASCII numbers as word characters only on LTR languages.
hbono@chromium.org
2012-09-04
2
-1
/
+72
*
Adding rlp and groby to the owners files for spellcheck.
rlp@chromium.org
2012-08-30
1
-0
/
+2
*
Reset word iterators when changing the spellchecker language.
hbono@chromium.org
2012-08-29
4
-4
/
+55
*
Treat non-English words as words.
hbono@chromium.org
2012-08-27
2
-1
/
+10
*
Add more OWNERS inside chrome/renderer.
thestig@chromium.org
2012-08-22
1
-0
/
+1
*
Reapply Justin's spellchecker patch.
hbono@chromium.org
2012-07-27
1
-2
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
3
-3
/
+0
*
Treat numbers as word characters used by our spellchecker.
hbono@chromium.org
2012-07-03
3
-5
/
+24
*
Rename SpellCheckCommon namespace to chrome.
tfarina@chromium.org
2012-06-20
2
-7
/
+10
*
Revert 142671 - Use WebFrame::replaceMisspelledRange() to replace a misspelle...
rsesek@chromium.org
2012-06-18
2
-12
/
+0
[next]