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

Issue 160565: Adds support for the os x spelling panel to chromium. Users can... (Closed)

Created:
11 years, 4 months ago by pwicks86
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin (slow to review), brettw, jam, Ben Goodger (Google)
Visibility:
Public.

Description

Adds support for the os x spelling panel to chromium. Users can now access it from the context menu and use it to perform spelling tasks. For more detail, see http://code.google.com/p/chromium/wiki/SpellingPanelPlanningDoc BUG=None TEST=The spelling panel should work in os x.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 17

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+505 lines, -78 lines) Patch
M chrome/app/chrome_dll_resource.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/rwhvm_editcommand_helper.mm View 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +55 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +32 lines, -4 lines 0 comments Download
M chrome/browser/spellcheck_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +89 lines, -10 lines 0 comments Download
M chrome/browser/spellchecker.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker.cc View 7 8 9 10 11 7 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/spellchecker_linux.cc View 7 8 9 10 11 1 chunk +17 lines, -12 lines 0 comments Download
M chrome/browser/spellchecker_mac.mm View 7 8 9 10 11 4 chunks +44 lines, -5 lines 0 comments Download
M chrome/browser/spellchecker_platform_engine.h View 7 8 9 10 11 3 chunks +24 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker_win.cc View 7 8 9 10 11 1 chunk +17 lines, -12 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +28 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +53 lines, -7 lines 0 comments Download
M webkit/glue/editor_client_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +26 lines, -6 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/glue/webview.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webview_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -2 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Avi (use Gerrit)
Mostly nits, an initialization question, but LG. http://codereview.chromium.org/160565/diff/1035/1053 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/160565/diff/1035/1053#newcode676 Line 676: // ...
11 years, 4 months ago (2009-08-04 14:37:42 UTC) #1
jeremy
This looks great! A few comments. http://codereview.chromium.org/160565/diff/1035/1053 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/160565/diff/1035/1053#newcode681 Line 681: NSString* newWord ...
11 years, 4 months ago (2009-08-04 17:04:41 UTC) #2
pwicks86
Adding pink to the reviewers.
11 years, 4 months ago (2009-08-12 17:48:02 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/160565/diff/1070/71 File chrome/browser/renderer_host/render_view_host.h (right): http://codereview.chromium.org/160565/diff/1070/71#newcode275 Line 275: void ToggleSpellPanel(bool visible); This is a bit contradictory. ...
11 years, 4 months ago (2009-08-12 18:13:41 UTC) #4
pwicks86
> http://codereview.chromium.org/160565/diff/1070/71#newcode275 > Line 275: void ToggleSpellPanel(bool visible); > This is a bit contradictory. "Toggle" ...
11 years, 4 months ago (2009-08-12 19:15:40 UTC) #5
Avi (use Gerrit)
On 2009/08/12 19:15:40, pwicks86 wrote: > If not, > ToggleSpellPanel(bool visible) should probably be changed ...
11 years, 4 months ago (2009-08-12 19:21:32 UTC) #6
pink (ping after 24hrs)
LGTM with these fixes. Make these changes and I'll try to get it landed. http://codereview.chromium.org/160565/diff/3003/2023 ...
11 years, 4 months ago (2009-08-13 14:29:30 UTC) #7
pink (ping after 24hrs)
this patch has bitrotted (eg, webkit/glue/webframe.h no longer exists). Can you please re-upload an updated ...
11 years, 4 months ago (2009-08-17 15:03:55 UTC) #8
pink (ping after 24hrs)
11 years, 3 months ago (2009-09-09 22:21:09 UTC) #9
landed as r25787 and r25794.

Powered by Google App Engine
This is Rietveld 408576698