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

Issue 16510: Fixes bug 1925 (context menus for text selections in... (Closed)

Created:
11 years, 11 months ago by Brian Duff
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixes bug 1925 (context menus for text selections in editable boxes and links do not include the Search Google menu item). This patch includes the changes originally made by wei.hoo in http://codereview.chromium.org/1649/show, but I've additionally fixed the remaining outstanding review comments (including converting the constants in context_node_types.h to a bitfield). BUG=1925

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -157 lines) Patch
M chrome/browser/render_view_context_menu.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/render_view_context_menu.cc View 1 4 chunks +23 lines, -27 lines 0 comments Download
M chrome/browser/tab_contents/web_contents_view_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 5 chunks +47 lines, -58 lines 0 comments Download
M chrome/renderer/render_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/context_menu_client_impl.cc View 1 2 3 4 chunks +35 lines, -34 lines 0 comments Download
M webkit/glue/context_node_types.h View 1 2 chunks +17 lines, -23 lines 0 comments Download
M webkit/glue/webview_delegate.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Brian Duff
11 years, 11 months ago (2009-01-03 09:55:09 UTC) #1
Peter Kasting
http://codereview.chromium.org/16510/diff/1/2 File chrome/browser/render_view_context_menu.cc (right): http://codereview.chromium.org/16510/diff/1/2#newcode36 Line 36: if ((type.bits & ContextNode::PAGE) != 0) { Nit: ...
11 years, 11 months ago (2009-01-05 20:39:03 UTC) #2
Brian Duff
http://codereview.chromium.org/16510/diff/1/2 File chrome/browser/render_view_context_menu.cc (right): http://codereview.chromium.org/16510/diff/1/2#newcode36 Line 36: if ((type.bits & ContextNode::PAGE) != 0) { On ...
11 years, 11 months ago (2009-01-20 08:41:24 UTC) #3
Peter Kasting
LGTM http://codereview.chromium.org/16510/diff/619/417 File webkit/glue/context_menu_client_impl.cc (right): http://codereview.chromium.org/16510/diff/619/417#newcode114 Line 114: ContextNode node = ContextNode(ContextNode::NONE); Nit: Just do ...
11 years, 11 months ago (2009-01-20 18:20:22 UTC) #4
Brian Duff
http://codereview.chromium.org/16510/diff/619/417 File webkit/glue/context_menu_client_impl.cc (right): http://codereview.chromium.org/16510/diff/619/417#newcode114 Line 114: ContextNode node = ContextNode(ContextNode::NONE); On 2009/01/20 18:20:22, pkasting ...
11 years, 11 months ago (2009-01-21 08:53:35 UTC) #5
Brian Duff
Hi Peter, Can you (or someone else) commit this for me? Thanks, Brian On 2009/01/21 ...
11 years, 11 months ago (2009-01-28 04:09:54 UTC) #6
Peter Kasting
11 years, 11 months ago (2009-01-28 18:40:00 UTC) #7
On 2009/01/28 04:09:54, Brian Duff wrote:
> Hi Peter,
> 
> Can you (or someone else) commit this for me?

Yep, I was waiting for Ben to comment if he wished, but I'm OK just landing with
my review.

Landed in r8815.

Powered by Google App Engine
This is Rietveld 408576698