Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Issue 9169082: Asynchronous spellchecking on Win and Linux (Closed)

Created:
8 years, 11 months ago by shinyak
Modified:
8 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

This patch implements asynchronous spellchecker on Windows and Linux. Though Mac already has its own spellchecker, Linux and Windows don't have one. So we have implemented asynchronous spellchecker posting a task. BUG=6424, 111593 TEST=SpellCheckTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133029

Patch Set 1 #

Total comments: 12

Patch Set 2 : Patch #

Patch Set 3 : Patch #

Patch Set 4 : Patch #

Patch Set 5 : Patch #

Patch Set 6 : Patch #

Patch Set 7 : Rebased ToT. #

Patch Set 8 : Build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -45 lines) Patch
M chrome/browser/spellchecker/spellcheck_message_filter.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/spellcheck_messages.h View 1 2 3 4 5 6 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.h View 1 2 3 4 5 6 7 7 chunks +56 lines, -6 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 1 2 3 4 5 6 8 chunks +150 lines, -6 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.cc View 1 2 3 4 5 6 5 chunks +15 lines, -29 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_unittest.cc View 1 2 3 4 5 6 5 chunks +159 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
shinyak
Bono-san, Morita-san, I submit a patch to perform asynchronous spellchecker on Mac and Linux. Could ...
8 years, 11 months ago (2012-01-26 12:45:50 UTC) #1
Hironori Bono
Kawanaka-san, Thanks for your change. Unfortunately, this change still uses an old (and dangerous) way ...
8 years, 11 months ago (2012-01-27 06:17:41 UTC) #2
shinyak
Bono-san, Morita-san, Thank you for reviewing. I've updated the patch. So could you take a ...
8 years, 10 months ago (2012-01-30 06:53:05 UTC) #3
shinyak
Rebased ToT. 1) Added params in SpellCheckMsg_RespondSpellingService to check the RespondSpellingService is really used or ...
8 years, 8 months ago (2012-04-13 10:56:39 UTC) #4
Hironori Bono
Greetings Kawanaka-san, Thanks for updating this change. Unfortunately, it seems this change causes conflicts on ...
8 years, 8 months ago (2012-04-17 07:30:11 UTC) #5
shinyak
Hi, I've rebased the patch again.
8 years, 8 months ago (2012-04-18 01:17:11 UTC) #6
shinyak
Ah, the patch doesn't build.... Let me fix it soon.
8 years, 8 months ago (2012-04-18 16:43:20 UTC) #7
Hironori Bono
LGTM. Many thanks for your hard work. By the way, if you do not have ...
8 years, 8 months ago (2012-04-19 01:09:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shinyak@chromium.org/9169082/31001
8 years, 8 months ago (2012-04-19 16:34:27 UTC) #9
commit-bot: I haz the power
8 years, 8 months ago (2012-04-19 18:58:25 UTC) #10
Change committed as 133029

Powered by Google App Engine
This is Rietveld 408576698