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
/
browser
/
spellchecker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update French spellcheck dictionary to 1.4.
jungshik@google.com
2009-05-15
1
-1
/
+1
*
Add Automatic spell correction support in Chrome.
sidchat@google.com
2009-05-12
1
-0
/
+44
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Upadte version for the Lithuanian spell check dictionary.
mal@chromium.org
2009-04-30
1
-0
/
+1
*
Add Australian English spell check support.
sidchat@google.com
2009-04-22
1
-1
/
+4
*
Remove histogram connection to base classes in stats_counter
jar@chromium.org
2009-04-10
1
-0
/
+1
*
Switch some more ASCII locale code wstrings to strings.
estade@chromium.org
2009-03-24
1
-20
/
+12
*
Remove extra language under "Spell-checker options" context menu
sidchat@google.com
2009-03-19
1
-1
/
+8
*
Change SpellChecker::Language to be an ASCII string.
estade@chromium.org
2009-03-11
1
-57
/
+59
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-1
/
+2
*
Update version number for the upgraded French and Polish dictionaries.
sidchat@google.com
2009-02-27
1
-11
/
+8
*
Avoid race crash: Don't drop reference to URL fetcher until data is extracted
jar@chromium.org
2009-02-25
1
-4
/
+3
*
Ports SpellChecker to use FilePaths instead of wstring.
estade@chromium.org
2009-02-25
1
-33
/
+24
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-3
/
+3
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
1
-3
/
+0
*
Add UI support for the newly added Turkish and Estonian spellcheckers.
sidchat@google.com
2009-02-20
1
-1
/
+5
*
We will sort the encoding menu items according to current used UI language ex...
jnd@chromium.org
2009-02-20
1
-6
/
+7
*
Add locale_settings.grd to the build. This generates
tc@google.com
2009-02-18
1
-3
/
+2
*
Remember change in Spell Check language by putting it in the list of accept l...
sidchat@google.com
2009-02-03
1
-0
/
+13
*
Get rid of unnecessary region code from spellcheck language/locale codes. Fix...
sidchat@google.com
2009-01-28
1
-42
/
+65
*
Roll forward 8722,8721
jeremy@chromium.org
2009-01-27
1
-0
/
+3
*
Reverting 8722,8721.
maruel@chromium.org
2009-01-27
1
-3
/
+0
*
First step of porting VisitedLinkMaster to POSIX:
jeremy@chromium.org
2009-01-27
1
-0
/
+3
*
Reverting 8565.
brettw@chromium.org
2009-01-23
1
-54
/
+32
*
Get rid of unnecessary region code from spellcheck language/locale codes
sidchat@google.com
2009-01-23
1
-32
/
+54
*
Change spell check dictionary download URL to now include edgedl
sidchat@google.com
2009-01-22
1
-1
/
+1
*
Move url_* to net subdir
ben@chromium.org
2009-01-16
1
-1
/
+1
*
Part 3 of 'Add common words for each language, and remove forbidden words'
sidchat@google.com
2009-01-12
1
-7
/
+14
*
Enable Hebrew spell checker after Jeremy fixed the underlying Webkit bug.
xji@chromium.org
2008-12-30
1
-1
/
+1
*
fix build
estade@chromium.org
2008-12-16
1
-1
/
+1
*
Port the spell checker to posix.
estade@chromium.org
2008-12-16
1
-24
/
+22
*
revert r6938
estade@chromium.org
2008-12-12
1
-1
/
+1
*
Reverting 6935.
ojan@google.com
2008-12-12
1
-1
/
+1
*
Implement the memory mapped file class for posix.
estade@chromium.org
2008-12-12
1
-1
/
+1
*
Add a MemoryMappedFile class to file_util.
estade@chromium.org
2008-12-12
1
-50
/
+6
*
Try and make some spellcheck code more obvious by using typedefs.
pkasting@chromium.org
2008-12-11
1
-30
/
+27
*
Cleanup part 6.
pkasting@chromium.org
2008-12-10
1
-74
/
+58
*
Make the spellcheck-context-menu generation code more robust/future-proof (fi...
jungshik@google.com
2008-12-09
1
-10
/
+17
*
Add a new submenu in the context menu for a text box. This submenu displays s...
sidchat@google.com
2008-12-01
1
-0
/
+118
*
Add option to disable/enable Spell Check. In addition, remove additional code...
sidchat@google.com
2008-10-29
1
-6
/
+0
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Fix a potential crasher in SpellChecker Add to dictionary feature.
sidchat@google.com
2008-10-17
1
-1
/
+2
*
Update SpellChecker to download the latest version of the bdic dictionary files.
sidchat@google.com
2008-10-16
1
-3
/
+41
*
Cross-platform wrappers for fopen, _wfopen_s, etc.
mark@chromium.org
2008-10-01
1
-3
/
+2
*
Add support for "Add to dictionary" in the context menu.
sidchat@google.com
2008-09-17
1
-3
/
+81
*
Update URL for dictionary download.
sidchat@google.com
2008-09-11
1
-1
/
+1
*
Invoke a flag setting for 'dictionary download over' in the IO loop through a...
sidchat@google.com
2008-09-04
1
-33
/
+33
*
Chrome changes corresponding to my message_loop_type CL.
darin@google.com
2008-08-26
1
-2
/
+2
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Cleanup spell check file to stop using reference counted pointers without need.
jar@google.com
2008-08-14
1
-10
/
+5
[next]