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
/
spellcheck.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert Pass()→std::move() in //chrome
dcheng
2015-12-27
1
-2
/
+2
*
Switch to standard integer types in chrome/.
avi
2015-12-26
1
-4
/
+8
*
Disable spellchecker on Android.
yfriedman
2015-12-10
1
-10
/
+1
*
[Spellcheck] Remove autocorrect
groby
2015-12-01
1
-66
/
+2
*
[Spellcheck] Fix crash in no-suggestions case.
groby
2015-09-16
1
-18
/
+23
*
Disable Clank spellchecking on Svelte devices
dylanking
2015-08-31
1
-0
/
+4
*
Enable spellchecking by default on Canary and Dev builds.
dylanking
2015-08-21
1
-2
/
+8
*
Offers suggestions for each language that marks a word misspelled.
juliusa
2015-08-21
1
-11
/
+51
*
Spellchecks multiple languages.
juliusa
2015-08-20
1
-10
/
+67
*
Rewrite SpellCheckWord to take an offset arg and return an enum.
juliusa
2015-08-15
1
-17
/
+31
*
Gate Android Spellchecker behind a chrome switch
dylanking
2015-08-12
1
-0
/
+12
*
Removed and replaced outdated mac-specific files and references
dylanking
2015-08-07
1
-7
/
+10
*
Initializes all SpellCheckLanguages and determines if they're enabled.
juliusa
2015-08-04
1
-2
/
+13
*
Loads multiple dictionaries into the spellcheck system.
juliusa
2015-07-23
1
-15
/
+21
*
Preserve the apostrophe type on Mac with spelling service
klemen.forstneric
2015-07-14
1
-23
/
+22
*
Converts some members in the spellcheck system to vectors.
juliusa
2015-07-13
1
-7
/
+8
*
Added a preprocessor flag for platform spellcheck.
dylanking
2015-07-09
1
-1
/
+1
*
Reland: Handle typographical apostrophe with spelling service client
rouslan
2015-06-24
1
-25
/
+69
*
Revert of Handle typographical apostrophe with spelling service client (patch...
rouslan
2015-06-21
1
-60
/
+26
*
Handle typographical apostrophe with spelling service client
rouslan
2015-06-19
1
-26
/
+60
*
chrome: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-10
1
-4
/
+5
*
Do not duplicate custom dictionary words on disk.
rouslan
2015-06-03
1
-12
/
+14
*
Revert "Remove spellcheck feedback."
rouslan
2015-03-25
1
-0
/
+32
*
Remove spellcheck feedback.
rouslan
2015-01-21
1
-32
/
+0
*
Standardize usage of virtual/override/final in chrome/renderer/
dcheng
2014-10-21
1
-5
/
+5
*
Replacing the OVERRIDE with override and in chrome/renderer
mohan.reddy
2014-10-10
1
-4
/
+4
*
Adding a word to dictionary should remove spelling markers
klemen.forstneric@gmail.com
2014-08-21
1
-0
/
+29
*
Remove PlatformFile from spell checker
rvargas@chromium.org
2014-03-25
1
-3
/
+3
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-4
/
+4
*
Use base namespace for string16 in chrome/renderer.
brettw@chromium.org
2013-12-04
1
-10
/
+11
*
Rename WebKit namespace to blink (part 4)
abarth@chromium.org
2013-11-07
1
-9
/
+9
*
[spell] Use TextDecoration instead of TextChecking for markers
rouslan@chromium.org
2013-10-10
1
-7
/
+7
*
Handle null char in the middle of text in custom spellcheck dictionary engine
rouslan@chromium.org
2013-07-11
1
-2
/
+3
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-3
/
+3
*
Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Add HasWord(string) method to SpellcheckCustomDictionary
rouslan@chromium.org
2013-05-29
1
-2
/
+2
*
Store feedback for spellcheck results from spelling service
rouslan@chromium.org
2013-05-24
1
-1
/
+2
*
chrome: Update the include paths of base/message_loop_proxy.h to its new loca...
tfarina@chromium.org
2013-05-10
1
-1
/
+1
*
Update Blink-Spellcheck API
rouslan@chromium.org
2013-05-06
1
-2
/
+1
*
Periodically request a list of spellcheck markers in all renderers for feedback
rouslan@chromium.org
2013-05-02
1
-0
/
+35
*
[Spellcheck] Remove unnneeded IPC parameters.
groby@chromium.org
2013-04-11
1
-6
/
+2
*
[spellcheck] turn on async spellchecking for OSX.
groby@chromium.org
2013-04-03
1
-0
/
+3
*
Ignore custom spellcheck dictionary words when using server-side spellcheck
rouslan@chromium.org
2013-02-20
1
-22
/
+27
*
[Spellcheck] Factor out language-specific code to support multilingual checking.
groby@chromium.org
2013-01-23
1
-98
/
+10
*
Sync user's custom spellcheck dictionary
rouslan@chromium.org
2013-01-23
1
-9
/
+7
*
[Spellcheck] Make sure context menu and actual spellcheck state are in sync.
groby@chromium.org
2012-12-11
1
-1
/
+49
*
[Spellcheck] Cleanup. Resubmit, again
groby@chromium.org
2012-12-04
1
-22
/
+7
*
Enable users to alter their custom dictionary from an overlay on chrome://set...
rouslan@chromium.org
2012-11-20
1
-2
/
+8
*
Revert 168052 - [Spellcheck] Removing cruft.
hbono@chromium.org
2012-11-16
1
-7
/
+22
*
[Spellcheck] Removing cruft.
groby@chromium.org
2012-11-15
1
-22
/
+7
[next]