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
*
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
*
A speculative fix for Bug 92364.
hbono@chromium.org
2011-09-16
5
-30
/
+70
*
Forward handling of low-mem message to the content renderer client. Add APIs ...
gbillock@chromium.org
2011-08-08
3
-6
/
+7
*
Added more spellcheck related UMA histograms
morrita@chromium.org
2011-06-20
1
-1
/
+1
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
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
[next]