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

Issue 6142013: Allow printing/saving a plugin through right click menu, even if it's in a fr... (Closed)

Created:
9 years, 11 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, pam+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Allow printing/saving a plugin through right click menu, even if it's in a frame or an embed element. BUG=50285 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71519

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -54 lines) Patch
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 2 3 4 5 6 5 chunks +26 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/menu_controller.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/menu_controller.mm View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/menu_gtk.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/print_web_view_helper.h View 1 2 3 4 5 6 5 chunks +23 lines, -4 lines 0 comments Download
M chrome/renderer/print_web_view_helper.cc View 1 2 3 4 5 6 14 chunks +44 lines, -22 lines 0 comments Download
M chrome/renderer/print_web_view_helper_linux.cc View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
M chrome/renderer/print_web_view_helper_mac.mm View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 5 6 6 chunks +10 lines, -1 line 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 6 chunks +27 lines, -4 lines 0 comments Download
M ui/base/models/menu_model.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ui/base/models/simple_menu_model.h View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M ui/base/models/simple_menu_model.cc View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M views/controls/menu/native_menu_win.cc View 1 2 3 4 5 6 8 chunks +22 lines, -17 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jam
Credit to Nico for the Mac part.
9 years, 11 months ago (2011-01-12 02:01:20 UTC) #1
Nico
I'm not qualified to review the stuff in chrome/renderer/print* or view/controls/menu/native_menu_win.cc. The rest LGTM.
9 years, 11 months ago (2011-01-12 02:10:13 UTC) #2
jam
Brett: can you take a look at the rest?
9 years, 11 months ago (2011-01-12 17:26:34 UTC) #3
jam
9 years, 11 months ago (2011-01-13 00:42:46 UTC) #4
sanjeevr
You need to change PrintPages in chrome/renderer/print_web_view_helper_linux.cc as well. On Wed, Jan 12, 2011 at ...
9 years, 11 months ago (2011-01-13 01:03:19 UTC) #5
viettrungluu
I'm not thrilled by the overloading of Print(), but the rest of the print_web_* files ...
9 years, 11 months ago (2011-01-13 01:04:39 UTC) #6
jam
all done, thanks. The only win3 specific part that's being added to native_menu_win.cc only is ...
9 years, 11 months ago (2011-01-13 02:15:42 UTC) #7
brettw
9 years, 11 months ago (2011-01-13 04:32:57 UTC) #8
NativeMenuWin LGTM

Powered by Google App Engine
This is Rietveld 408576698