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 13731: [chromium-reviews] Add "Enable spell check for this field" menu option in sub context menu for c... (Closed)

Created:
12 years ago by sidchat (Google)
Modified:
9 years, 7 months ago
Reviewers:
Glen Murphy, brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add "Enable spell check for this field" menu option in sub context menu for context menu over text box, and deploy its functionality accordingly across the code. This patch also allows manual switch-on of spell check in single line text box fields.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -45 lines) Patch
M chrome/app/chrome_dll_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/render_view_context_menu.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/render_view_context_menu_controller.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/render_view_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/render_view_host.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resource_message_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages.h View 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 3 chunks +10 lines, -0 lines 0 comments Download
M webkit/glue/context_menu_client_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/glue/editor_client_impl.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M webkit/glue/editor_client_impl.cc View 1 2 3 3 chunks +37 lines, -8 lines 1 comment Download
M webkit/glue/webframe.h View 1 chunk +6 lines, -0 lines 0 comments Download
M webkit/glue/webframe_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/webframe_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webview.h View 1 chunk +0 lines, -9 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/webview_impl.cc View 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sidchat (Google)
Glen, could you please review the render view context menu parts, and the chrome dll ...
12 years ago (2008-12-11 01:56:42 UTC) #1
brettw
http://codereview.chromium.org/13731/diff/17/217 File webkit/glue/editor_client_impl.h (right): http://codereview.chromium.org/13731/diff/17/217#newcode142 Line 142: // turned off. The default setting is true. ...
12 years ago (2008-12-11 02:29:11 UTC) #2
sidchat (Google)
Great suggestions. I made changes accordingly. isContinuosSpellcheckingEnabled() now returns true or false according to the ...
12 years ago (2008-12-12 17:06:59 UTC) #3
brettw
I don't think we need FocusedFrameNeedsSpellchecking in WebView anymore. Can this logic be moved to ...
12 years ago (2008-12-12 18:00:01 UTC) #4
sidchat (Google)
Made changes as per your suggestions. Please have a look again. -Sid On 2008/12/12 18:00:01, ...
12 years ago (2008-12-12 19:09:52 UTC) #5
brettw
LGTM http://codereview.chromium.org/13731/diff/406/411 File webkit/glue/editor_client_impl.cc (right): http://codereview.chromium.org/13731/diff/406/411#newcode117 Line 117: bool EditorClientImpl::ShouldSpellcheckByDefault() { Is it possible to ...
12 years ago (2008-12-12 19:12:37 UTC) #6
Glen Murphy
12 years ago (2008-12-12 19:22:01 UTC) #7
Frontend changes LGTM

Powered by Google App Engine
This is Rietveld 408576698