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_provider.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in chrome/.
avi
2015-12-26
1
-1
/
+5
*
[Spellcheck] Remove autocorrect
groby
2015-12-01
1
-2
/
+0
*
Rename spellchecker preprocessor flag
dylanking
2015-08-04
1
-2
/
+2
*
Preserve the apostrophe type on Mac with spelling service
klemen.forstneric
2015-07-14
1
-0
/
+1
*
Added a preprocessor flag for platform spellcheck.
dylanking
2015-07-09
1
-2
/
+2
*
Update {virtual,override} to follow C++11 style in chrome.
nick
2015-04-24
1
-7
/
+7
*
Standardize usage of virtual/override/final in chrome/renderer/
dcheng
2014-10-21
1
-3
/
+3
*
Replacing the OVERRIDE with override and in chrome/renderer
mohan.reddy
2014-10-10
1
-9
/
+9
*
Use base namespace for string16 in chrome/renderer.
brettw@chromium.org
2013-12-04
1
-5
/
+5
*
Rename WebKit namespace to blink (part 4)
abarth@chromium.org
2013-11-07
1
-20
/
+20
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-1
/
+1
*
Collect spelling service feedback on Mac
rouslan@chromium.org
2013-05-30
1
-1
/
+1
*
Reduce usage of WebString::data (Chromium side)
abarth@chromium.org
2013-05-29
1
-3
/
+3
*
Store feedback for spellcheck results from spelling service
rouslan@chromium.org
2013-05-24
1
-1
/
+3
*
Update Blink-Spellcheck API
rouslan@chromium.org
2013-05-06
1
-9
/
+2
*
Use unsigned integers to denote spelling marker offsets
rouslan@chromium.org
2013-04-30
1
-1
/
+1
*
Enable receiving a list of markers in text with spellcheck requests
rouslan@chromium.org
2013-04-26
1
-1
/
+12
*
[Spellcheck] Remove unnneeded IPC parameters.
groby@chromium.org
2013-04-11
1
-1
/
+0
*
[Spellcheck] Bring platform codepaths closer.
groby@chromium.org
2013-02-06
1
-5
/
+2
*
[Spellcheck] Make sure context menu and actual spellcheck state are in sync.
groby@chromium.org
2012-12-11
1
-1
/
+3
*
Move handling of document tags to browser side.
groby@chromium.org
2012-11-07
1
-18
/
+0
*
Update shared spellcheck data, with no upward dependency.
groby@chromium.org
2012-11-07
1
-10
/
+12
*
Factored out code as per TODO
groby@chromium.org
2012-10-27
1
-0
/
+8
*
[Spellcheck] Consolidate Document Tag handling somewhat
groby@chromium.org
2012-10-24
1
-11
/
+15
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Revert 142671 - Use WebFrame::replaceMisspelledRange() to replace a misspelle...
rsesek@chromium.org
2012-06-18
1
-5
/
+0
*
Use WebFrame::replaceMisspelledRange() to replace a misspelled range with text.
hbono@chromium.org
2012-06-18
1
-0
/
+5
*
Implement a request cache and disble retrieving a sub-region.
hbono@chromium.org
2012-06-12
1
-10
/
+7
*
This patch implements asynchronous spellchecker on Windows and Linux.
shinyak@chromium.org
2012-04-19
1
-0
/
+2
*
Send spellcheck requests only when we need.
hbono@chromium.org
2012-04-12
1
-3
/
+17
*
Removed WebTextCheckingResult legacy API use.
morrita@chromium.org
2012-02-17
1
-2
/
+3
*
Use the Spelling service when we paste text.
hbono@chromium.org
2012-02-06
1
-0
/
+10
*
In http://trac.webkit.org/changeset/105491, WebKit introduced an interface W...
shinyak@chromium.org
2012-01-26
1
-6
/
+10
*
Attempt at a fix for crasher with SpellChecker and purge memory.
jcivelli@chromium.org
2012-01-05
1
-7
/
+10
*
Remove Hunspell on OS X - step 5
jeremy@chromium.org
2011-12-22
1
-4
/
+0
*
Add OVERRIDE to chrome/renderer.
avi@chromium.org
2011-11-21
1
-2
/
+2
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-1
/
+1
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
1
-2
/
+2
*
Forward handling of low-mem message to the content renderer client. Add APIs ...
gbillock@chromium.org
2011-08-08
1
-0
/
+2
*
Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...
jam@chromium.org
2011-04-16
1
-0
/
+1
*
Move a bunch of Chrome specific code out of RenderThread, in preparation of m...
jam@chromium.org
2011-04-14
1
-7
/
+0
*
Chrome side needed for WebKit change to move the little remaining spellcheck ...
jam@chromium.org
2011-04-12
1
-0
/
+9
*
Update the code to have the SpellCheckProvider implement WebSpellCheckClient,...
jam@chromium.org
2011-03-29
1
-2
/
+36
*
Move spellcheck messages into their own file, and dispatch them all in SpellC...
jam@chromium.org
2011-03-25
1
-2
/
+2
*
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
*
Integrating Mac OS Grammar checker into Chromium.
morrita@chromium.org
2011-02-22
1
-0
/
+66