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
*
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
*
Use WebFrame::replaceMisspelledRange() to replace a misspelled range with text.
hbono@chromium.org
2012-06-18
2
-0
/
+12
*
Implement a request cache and disble retrieving a sub-region.
hbono@chromium.org
2012-06-12
3
-70
/
+76
*
Pull spellchecker dictionaries.
hbono@chromium.org
2012-06-04
1
-0
/
+10
*
bump hunspell dictionary version numbers for en-RR locales
estade@chromium.org
2012-05-30
1
-43
/
+48
*
Use grammar markers for contextually-misspelled words.
hbono@chromium.org
2012-05-28
4
-59
/
+128
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-05-18
1
-0
/
+4
*
Disable retrieving suggestions in the background.
hbono@chromium.org
2012-05-18
1
-4
/
+1
*
chrome: Instead of doing a conversion just use string16().
tfarina@chromium.org
2012-05-06
1
-2
/
+1
*
Cancel unnecessary spellcheck requests.
hbono@chromium.org
2012-04-23
4
-16
/
+55
*
This patch implements asynchronous spellchecker on Windows and Linux.
shinyak@chromium.org
2012-04-19
5
-42
/
+382
*
Send spellcheck requests only when we need.
hbono@chromium.org
2012-04-12
3
-26
/
+170
*
Removed WebTextCheckingResult legacy API use.
morrita@chromium.org
2012-02-17
6
-47
/
+90
*
Fix a leak in SpellCheckProviderTest.
hbono@chromium.org
2012-02-08
1
-1
/
+7
*
Use the Spelling service when we paste text.
hbono@chromium.org
2012-02-06
3
-7
/
+66
*
In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...
shinyak@chromium.org
2012-01-26
5
-9
/
+203
*
Attempt at a fix for crasher with SpellChecker and purge memory.
jcivelli@chromium.org
2012-01-05
2
-19
/
+22
*
Remove Hunspell on OS X - step 5
jeremy@chromium.org
2011-12-22
4
-20
/
+3
*
Remove Hunspell on OS X - step 4
jeremy@chromium.org
2011-12-21
4
-46
/
+121
*
Do not crash if SpellcheckWordIterator fails to initialize.
nileshagrawal@chromium.org
2011-12-20
1
-4
/
+14
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
2
-3
/
+3
*
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
2
-3
/
+3
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
1
-2
/
+2
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
2
-12
/
+12
*
Create content::RenderThread interface and make code in chrome use that.
jam@chromium.org
2011-10-06
1
-6
/
+6
*
Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...
jam@chromium.org
2011-10-03
2
-7
/
+9
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
2
-3
/
+3
[next]