|
Remove Hunspell on OS X - step 2
* Remove empty Linux & Win implementations of the class.
* Rename files and unit test to be Mac only.
* Rename namespace SpellCheckerPlatform -> SpellCheckerMac
* Surround usage in crossplatform files with #ifdef OS_MACOSX as a temporary measure (a future step will be to remove the calls entirely from these files).
BUG= 69944
TEST=Spelling correction feature should continue to work as expected on Mac/Win/Linux .
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113974
Total comments: 4
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -922 lines) |
Patch |
 |
M |
chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_host.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_host_impl.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_message_filter.cc
|
View
|
1
2
3
|
3 chunks |
+22 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/spellchecker/spellcheck_platform_mac.h
|
View
|
1
2
|
4 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/spellchecker/spellcheck_platform_mac.mm
|
View
|
1
2
3
|
4 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/spellchecker/spellchecker_linux.cc
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellchecker_mac.mm
|
View
|
1
2
|
1 chunk |
+0 lines, -300 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/spellchecker/spellchecker_platform_engine.h
|
View
|
|
1 chunk |
+0 lines, -98 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/spellchecker/spellchecker_platform_engine_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -334 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/spellchecker/spellchecker_win.cc
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/spellchecker_submenu_observer_mac.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/spelling_menu_observer.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|