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

Issue 6392045: Integrating Mac OS Grammar checker into Chromium. (Closed)

Created:
9 years, 10 months ago by gmorrita
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Integrating Mac OS Grammar checker into Chromium. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75577

Patch Set 1 #

Patch Set 2 : Updated the patch to catch up WebKit side changes. #

Total comments: 37

Patch Set 3 : Addressed the feedback #

Patch Set 4 : I missed some points from the feedback so caught them up. #

Patch Set 5 : Caught up some more missings. I'm sorry for the distraction... #

Total comments: 31

Patch Set 6 : Adopted Carnitas approach, added tests. #

Total comments: 8

Patch Set 7 : Addressed the feedback from jam@. #

Total comments: 4

Patch Set 8 : Added some class comments, fixed license statements. #

Patch Set 9 : Updated to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+664 lines, -3 lines) Patch
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/spellcheck_message_filter.h View 1 2 3 4 5 6 7 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/spellcheck_message_filter.cc View 1 2 3 4 5 6 7 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/spellcheck_message_filter_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +72 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker_linux.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker_mac.mm View 1 2 3 4 5 6 7 8 2 chunks +80 lines, -1 line 0 comments Download
M chrome/browser/spellchecker_platform_engine.h View 1 2 3 4 5 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker_win.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/common/webkit_param_traits.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/common/webkit_param_traits.cc View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 5 6 5 chunks +11 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 chunks +15 lines, -0 lines 0 comments Download
M chrome/renderer/render_view_observer.cc View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.h View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/renderer/spellchecker/spellcheck_provider.h View 1 2 3 4 5 6 7 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/renderer/spellchecker/spellcheck_provider.cc View 1 2 3 4 5 6 7 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/renderer/spellchecker/spellcheck_provider_unittest.cc View 1 2 3 4 5 6 7 1 chunk +178 lines, -0 lines 0 comments Download
M webkit/glue/webpreferences.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
gmorrita
Work in progress....
9 years, 10 months ago (2011-02-01 09:51:29 UTC) #1
gmorrita
Hi Bono-san, Now WebKit side landed. Could you take a look on chromium side? Thanks ...
9 years, 10 months ago (2011-02-09 02:25:26 UTC) #2
Hironori Bono
(+pinkerton) Morita-san, Thank you for your change. I have quickly read though your change and ...
9 years, 10 months ago (2011-02-09 04:10:03 UTC) #3
gmorrita
Thank you for taking a look, Bono-san. But I can't see your comment. Can I ...
9 years, 10 months ago (2011-02-09 05:11:24 UTC) #4
Hironori Bono
Morita-san, Sorry, I forgot publishing them. Regards, Hironori Bono http://codereview.chromium.org/6392045/diff/3001/chrome/browser/renderer_host/render_message_filter.cc File chrome/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/6392045/diff/3001/chrome/browser/renderer_host/render_message_filter.cc#newcode318 chrome/browser/renderer_host/render_message_filter.cc:318: ...
9 years, 10 months ago (2011-02-09 05:43:51 UTC) #5
gmorrita
Bono-san, thank you for reviewing quickly! I updated the patch to address your feedback. Could ...
9 years, 10 months ago (2011-02-10 02:15:21 UTC) #6
Hironori Bono
Morita-san, Thank you for your updated change. Unfortunately, these comments are only nits since I ...
9 years, 10 months ago (2011-02-10 11:02:56 UTC) #7
pink (ping after 24hrs)
I know jam was working on a new way to add render messages for features, ...
9 years, 10 months ago (2011-02-11 17:33:40 UTC) #8
gmorrita
Bono-san, Pink, thank you for your review and I'm sorry for my slow response... But ...
9 years, 10 months ago (2011-02-17 11:39:44 UTC) #9
jam
http://codereview.chromium.org/6392045/diff/26001/chrome/browser/spellcheck_message_filter.h File chrome/browser/spellcheck_message_filter.h (right): http://codereview.chromium.org/6392045/diff/26001/chrome/browser/spellcheck_message_filter.h#newcode11 chrome/browser/spellcheck_message_filter.h:11: class Message; nit: this forward declaration isn't necessary, browser_message_filter.h ...
9 years, 10 months ago (2011-02-17 18:36:58 UTC) #10
gmorrita
Hi jam, thank you for taking a look! I updated the patch. Could you take ...
9 years, 10 months ago (2011-02-18 01:08:00 UTC) #11
jam
my nits lgtm
9 years, 10 months ago (2011-02-18 01:17:27 UTC) #12
gmorrita
> my nits lgtm @Jam: thanks! Bono-san, As discussed offline, I updated the patch to ...
9 years, 10 months ago (2011-02-18 11:09:19 UTC) #13
Hironori Bono
Morita-san Thank you for updates. Even though the browser-side code of this change looks good, ...
9 years, 10 months ago (2011-02-18 11:09:27 UTC) #14
Hironori Bono
Greetings Evan, Currently, Morita-san has been integrating an asynchronous spellchecker into Chrome, and this change ...
9 years, 10 months ago (2011-02-18 12:18:38 UTC) #15
Evan Stade
it's probably possible. I did this over a year ago, but I think the idea ...
9 years, 10 months ago (2011-02-18 22:01:56 UTC) #16
Hironori Bono
Greetings Evan, Thank you for your advices. When I investigated the renderer, it is better ...
9 years, 10 months ago (2011-02-22 02:02:23 UTC) #17
gmorrita
Bono-san, Evan, thanks you for your review and giving the advice! I'll land this soon. ...
9 years, 10 months ago (2011-02-22 03:01:05 UTC) #18
Hironori Bono
9 years, 10 months ago (2011-02-22 08:25:57 UTC) #19
LGTM.

Regards,

Hironori Bono

Powered by Google App Engine
This is Rietveld 408576698