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

Issue 689083002: Right clicking outside of a selected area should deselect text and bring up the correct context men… (Closed)

Created:
6 years, 1 month ago by Deepak
Modified:
5 years, 11 months ago
Reviewers:
jam, gene, raymes
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Right clicking outside of a selected area should deselect text and bring up the correct context menu. on right clink selection was not getting cleared,due to that wrong context menu is coming. Changes done so that when right click on the selected area then selection will stay and proper context menu will come. And when right click have been done outside selection then selection will clear and correct context menu will come. BUG=92800 Committed: https://crrev.com/8f17ec1cb198cd940d10a9c499d87c118aecd39d Cr-Commit-Position: refs/heads/master@{#310706}

Patch Set 1 #

Patch Set 2 : addressing nit. #

Patch Set 3 : Code refactor improvement. #

Patch Set 4 : Refactoring and Improving patch. #

Total comments: 10

Patch Set 5 : Changes as per review comments. #

Total comments: 8

Patch Set 6 : Changes as per review comments #

Total comments: 2

Patch Set 7 : Addressing nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -8 lines) Patch
M pdf/pdfium/pdfium_engine.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M pdf/pdfium/pdfium_engine.cc View 1 2 3 4 5 6 2 chunks +30 lines, -8 lines 0 comments Download

Messages

Total messages: 27 (4 generated)
Deepak
PTAL.
6 years, 1 month ago (2014-10-31 12:01:32 UTC) #2
Deepak
On 2014/10/31 12:01:32, Deepak wrote: > PTAL. Hi @raymes, Please review my changes. Thanks
6 years, 1 month ago (2014-11-03 13:50:32 UTC) #3
Deepak
On 2014/11/03 13:50:32, Deepak wrote: > On 2014/10/31 12:01:32, Deepak wrote: > > PTAL. Hi ...
6 years, 1 month ago (2014-11-05 11:53:58 UTC) #4
Deepak
On 2014/11/05 11:53:58, Deepak wrote: > On 2014/11/03 13:50:32, Deepak wrote: > > On 2014/10/31 ...
6 years, 1 month ago (2014-11-07 11:20:45 UTC) #5
Deepak
On 2014/11/07 11:20:45, Deepak wrote: > On 2014/11/05 11:53:58, Deepak wrote: > > On 2014/11/03 ...
6 years, 1 month ago (2014-11-14 06:12:45 UTC) #6
Deepak
On 2014/11/14 06:12:45, Deepak wrote: > On 2014/11/07 11:20:45, Deepak wrote: > > On 2014/11/05 ...
6 years, 1 month ago (2014-11-20 02:50:35 UTC) #7
raymes
Sorry again for the slow review on this and on https://codereview.chromium.org/697933002/. We've had some recent ...
6 years, 1 month ago (2014-11-22 07:29:15 UTC) #8
Deepak
On 2014/11/22 07:29:15, raymes (OOO 11-27 to 12-14) wrote: > Sorry again for the slow ...
6 years, 1 month ago (2014-11-22 09:50:48 UTC) #9
Deepak
PTAL.
6 years ago (2014-12-16 05:14:56 UTC) #10
Deepak
PTAL.
6 years ago (2014-12-18 12:40:39 UTC) #11
Deepak
PTAL.
6 years ago (2014-12-23 01:13:25 UTC) #12
Deepak
@Raymes and @Gene PTAL.
5 years, 12 months ago (2014-12-24 13:44:28 UTC) #14
Deepak
@Raymes and @Gene PTAL at my changes. Thanks
5 years, 11 months ago (2015-01-05 10:39:26 UTC) #15
Deepak
@Gene PTAL at my changes. Thanks
5 years, 11 months ago (2015-01-06 15:21:29 UTC) #17
gene
https://codereview.chromium.org/689083002/diff/60001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): https://codereview.chromium.org/689083002/diff/60001/pdf/pdfium/pdfium_engine.cc#newcode1608 pdf/pdfium/pdfium_engine.cc:1608: if (event.GetButton() != PP_INPUTEVENT_MOUSEBUTTON_LEFT) { We probably don't want ...
5 years, 11 months ago (2015-01-06 18:40:05 UTC) #18
Deepak
@gene Review comments addressed. PTAL. Thanks https://codereview.chromium.org/689083002/diff/60001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): https://codereview.chromium.org/689083002/diff/60001/pdf/pdfium/pdfium_engine.cc#newcode1608 pdf/pdfium/pdfium_engine.cc:1608: if (event.GetButton() != ...
5 years, 11 months ago (2015-01-07 04:59:01 UTC) #19
gene
https://codereview.chromium.org/689083002/diff/80001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): https://codereview.chromium.org/689083002/diff/80001/pdf/pdfium/pdfium_engine.cc#newcode1608 pdf/pdfium/pdfium_engine.cc:1608: if (event.GetButton() == PP_INPUTEVENT_MOUSEBUTTON_MIDDLE) nit: could you please check ...
5 years, 11 months ago (2015-01-07 23:16:01 UTC) #20
Deepak
@gene Thanks for review. I have done changes as suggested. PTAL. https://codereview.chromium.org/689083002/diff/80001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): ...
5 years, 11 months ago (2015-01-08 08:44:57 UTC) #21
gene
LGTM with one nit https://codereview.chromium.org/689083002/diff/100001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): https://codereview.chromium.org/689083002/diff/100001/pdf/pdfium/pdfium_engine.cc#newcode2213 pdf/pdfium/pdfium_engine.cc:2213: (*it).GetScreenRects(offset_point, current_zoom_, current_rotation_); nit: change ...
5 years, 11 months ago (2015-01-08 18:27:57 UTC) #22
Deepak
Nit changes done. https://codereview.chromium.org/689083002/diff/100001/pdf/pdfium/pdfium_engine.cc File pdf/pdfium/pdfium_engine.cc (right): https://codereview.chromium.org/689083002/diff/100001/pdf/pdfium/pdfium_engine.cc#newcode2213 pdf/pdfium/pdfium_engine.cc:2213: (*it).GetScreenRects(offset_point, current_zoom_, current_rotation_); On 2015/01/08 18:27:57, ...
5 years, 11 months ago (2015-01-09 02:55:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/689083002/120001
5 years, 11 months ago (2015-01-09 02:56:19 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 11 months ago (2015-01-09 03:44:50 UTC) #26
commit-bot: I haz the power
5 years, 11 months ago (2015-01-09 03:45:33 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8f17ec1cb198cd940d10a9c499d87c118aecd39d
Cr-Commit-Position: refs/heads/master@{#310706}

Powered by Google App Engine
This is Rietveld 408576698