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

Issue 632243002: |Print..| menu should be consistent in contextmenu with and without selection. (Closed)

Created:
6 years, 2 months ago by Deepak
Modified:
6 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

|Print..| menu should be consistent in contextmenu with and without selection. |Print..| menu item is coming before the |Roatation Clockwise| and |Rotation counterclockwise| when we right click and no word in selected. But comes after the Rotation items when some word is selected. Before we are adding the Rotation menu items we should check and add |Print..|Changes done for adding |Print..|earlier than Rotation menu items. BUG=420991 Committed: https://crrev.com/57cd2b4e34ec3e480f4c5d19d8719e197c081684 Cr-Commit-Position: refs/heads/master@{#299665}

Patch Set 1 #

Patch Set 2 : Changes as per review comments. #

Patch Set 3 : comments update. #

Total comments: 4

Patch Set 4 : Changes as per reviewer comments. #

Patch Set 5 : Remove unnecessary comments. #

Total comments: 1

Patch Set 6 : Changes in comments. #

Total comments: 1

Patch Set 7 : Changes as per reviewers comments. #

Patch Set 8 : Updating comments. #

Total comments: 2

Patch Set 9 : Addressing nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -14 lines) Patch
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 4 chunks +21 lines, -14 lines 0 comments Download

Messages

Total messages: 24 (3 generated)
Deepak
PTAL
6 years, 2 months ago (2014-10-07 09:18:45 UTC) #2
Avi (use Gerrit)
On 2014/10/07 09:18:45, Deepak wrote: > PTAL Commenting on the bug.
6 years, 2 months ago (2014-10-07 14:28:44 UTC) #3
Deepak
On 2014/10/07 14:28:44, Avi wrote: > On 2014/10/07 09:18:45, Deepak wrote: > > PTAL > ...
6 years, 2 months ago (2014-10-07 14:47:13 UTC) #4
Deepak
On 2014/10/07 14:47:13, Deepak wrote: > On 2014/10/07 14:28:44, Avi wrote: > > On 2014/10/07 ...
6 years, 2 months ago (2014-10-08 07:22:32 UTC) #5
Avi (use Gerrit)
On 2014/10/08 07:22:32, Deepak wrote: > On 2014/10/07 14:47:13, Deepak wrote: > > On 2014/10/07 ...
6 years, 2 months ago (2014-10-08 12:37:38 UTC) #6
Avi (use Gerrit)
Adding raymes for his thoughts as he is pdf plugin master. https://codereview.chromium.org/632243002/diff/30003/chrome/browser/renderer_context_menu/render_view_context_menu.cc File chrome/browser/renderer_context_menu/render_view_context_menu.cc (right): ...
6 years, 2 months ago (2014-10-08 12:42:49 UTC) #8
Deepak
Changes done as suggested.Thanks PTAL https://codereview.chromium.org/632243002/diff/30003/chrome/browser/renderer_context_menu/render_view_context_menu.cc File chrome/browser/renderer_context_menu/render_view_context_menu.cc (right): https://codereview.chromium.org/632243002/diff/30003/chrome/browser/renderer_context_menu/render_view_context_menu.cc#newcode769 chrome/browser/renderer_context_menu/render_view_context_menu.cc:769: // context menu items. ...
6 years, 2 months ago (2014-10-08 13:38:26 UTC) #9
Avi (use Gerrit)
So I'm pretty happy with the code as code. I still want raymes's thoughts as ...
6 years, 2 months ago (2014-10-08 16:16:47 UTC) #10
Deepak
On 2014/10/08 16:16:47, Avi wrote: > So I'm pretty happy with the code as code. ...
6 years, 2 months ago (2014-10-09 02:50:48 UTC) #11
raymes
Thanks for taking a look at this. https://codereview.chromium.org/632243002/diff/70001/chrome/browser/renderer_context_menu/render_view_context_menu.cc File chrome/browser/renderer_context_menu/render_view_context_menu.cc (right): https://codereview.chromium.org/632243002/diff/70001/chrome/browser/renderer_context_menu/render_view_context_menu.cc#newcode780 chrome/browser/renderer_context_menu/render_view_context_menu.cc:780: if (!content_type_->SupportsGroup(ContextMenuContentType::ITEM_GROUP_PRINT)) ...
6 years, 2 months ago (2014-10-09 20:29:09 UTC) #12
Deepak
On 2014/10/09 20:29:09, raymes wrote: > Thanks for taking a look at this. > > ...
6 years, 2 months ago (2014-10-10 04:53:37 UTC) #13
raymes
Prior to this CL we used to always add "Print" to the context menu (there ...
6 years, 2 months ago (2014-10-10 19:52:26 UTC) #14
Deepak
On 2014/10/10 19:52:26, raymes wrote: > Prior to this CL we used to always add ...
6 years, 2 months ago (2014-10-11 07:00:02 UTC) #15
raymes
Thanks for explanation :) Please see comments inline. On 2014/10/11 07:00:02, Deepak wrote: > On ...
6 years, 2 months ago (2014-10-13 16:53:29 UTC) #16
Deepak
On 2014/10/13 16:53:29, raymes wrote: > Thanks for explanation :) Please see comments inline. > ...
6 years, 2 months ago (2014-10-14 04:08:16 UTC) #17
raymes
lgtm with one nit https://codereview.chromium.org/632243002/diff/190001/chrome/browser/renderer_context_menu/render_view_context_menu.cc File chrome/browser/renderer_context_menu/render_view_context_menu.cc (right): https://codereview.chromium.org/632243002/diff/190001/chrome/browser/renderer_context_menu/render_view_context_menu.cc#newcode779 chrome/browser/renderer_context_menu/render_view_context_menu.cc:779: // is, true the item ...
6 years, 2 months ago (2014-10-14 16:58:49 UTC) #18
Deepak
nit given by raymes is addressed.. @avi PTAL. https://codereview.chromium.org/632243002/diff/190001/chrome/browser/renderer_context_menu/render_view_context_menu.cc File chrome/browser/renderer_context_menu/render_view_context_menu.cc (right): https://codereview.chromium.org/632243002/diff/190001/chrome/browser/renderer_context_menu/render_view_context_menu.cc#newcode779 chrome/browser/renderer_context_menu/render_view_context_menu.cc:779: // ...
6 years, 2 months ago (2014-10-15 05:24:25 UTC) #19
Avi (use Gerrit)
lgtm Nice!
6 years, 2 months ago (2014-10-15 05:39:09 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/632243002/210001
6 years, 2 months ago (2014-10-15 05:40:16 UTC) #22
commit-bot: I haz the power
Committed patchset #9 (id:210001)
6 years, 2 months ago (2014-10-15 08:46:36 UTC) #23
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 08:47:15 UTC) #24
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/57cd2b4e34ec3e480f4c5d19d8719e197c081684
Cr-Commit-Position: refs/heads/master@{#299665}

Powered by Google App Engine
This is Rietveld 408576698