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

Issue 629823002: Keyboard Shortkey for ctrl+insert is not working. (Closed)

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

Description

Keyboard Shortkey for ctrl+insert is not working. Earlier only ctrl+C is handled, I have added key for Ctrl+Insert also So if their is any selection then it will get copied like that happen in case of Ctrl+C, That is selected text get copied to clipboard. BUG=390837 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183575

Patch Set 1 #

Patch Set 2 : Test Case Added for changes. #

Total comments: 1

Patch Set 3 : Remove un-nacessary function. #

Patch Set 4 : verification code changed. #

Patch Set 5 : Changes for meta key in mac os. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
M Source/web/WebPluginContainerImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebPluginContainerTest.cpp View 1 2 3 4 2 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (8 generated)
Deepak
PTAL
6 years, 2 months ago (2014-10-05 13:14:48 UTC) #2
aelias_OOO_until_Jul13
Can you find a way to write a test for this in WebPluginContainerTest.cpp?
6 years, 2 months ago (2014-10-06 18:39:21 UTC) #3
Vitaly Buka (NO REVIEWS)
lgtm
6 years, 2 months ago (2014-10-06 19:05:41 UTC) #4
Deepak
On 2014/10/06 18:39:21, aelias wrote: > Can you find a way to write a test ...
6 years, 2 months ago (2014-10-07 04:09:01 UTC) #5
aelias_OOO_until_Jul13
It seems there isn't an existing test for Ctrl-C, so can you write a new ...
6 years, 2 months ago (2014-10-07 19:07:35 UTC) #6
Deepak
On 2014/10/07 19:07:35, aelias wrote: > It seems there isn't an existing test for Ctrl-C, ...
6 years, 2 months ago (2014-10-08 15:28:22 UTC) #7
Deepak
On 2014/10/08 15:28:22, Deepak wrote: > On 2014/10/07 19:07:35, aelias wrote: > > It seems ...
6 years, 2 months ago (2014-10-09 15:21:34 UTC) #8
aelias_OOO_until_Jul13
On 2014/10/09 at 15:21:34, deepak.m1 wrote: > I have implemented the test case for Ctrl-C ...
6 years, 2 months ago (2014-10-09 18:24:04 UTC) #9
Deepak
On 2014/10/09 18:24:04, aelias wrote: > On 2014/10/09 at 15:21:34, deepak.m1 wrote: > > I ...
6 years, 2 months ago (2014-10-10 03:57:08 UTC) #10
aelias_OOO_until_Jul13
https://codereview.chromium.org/629823002/diff/30001/Source/web/WebPluginContainerImpl.h File Source/web/WebPluginContainerImpl.h (right): https://codereview.chromium.org/629823002/diff/30001/Source/web/WebPluginContainerImpl.h#newcode171 Source/web/WebPluginContainerImpl.h:171: friend void handleCopyKeyboardEventsTest(WebPluginContainerImpl*, KeyboardEvent*); Can you avoid this by ...
6 years, 2 months ago (2014-10-10 04:38:32 UTC) #11
Deepak
On 2014/10/10 04:38:32, aelias wrote: > https://codereview.chromium.org/629823002/diff/30001/Source/web/WebPluginContainerImpl.h > File Source/web/WebPluginContainerImpl.h (right): > > https://codereview.chromium.org/629823002/diff/30001/Source/web/WebPluginContainerImpl.h#newcode171 > ...
6 years, 2 months ago (2014-10-10 06:38:14 UTC) #12
aelias_OOO_until_Jul13
lgtm, thanks.
6 years, 2 months ago (2014-10-10 18:32:01 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629823002/140001
6 years, 2 months ago (2014-10-11 01:56:33 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/26718)
6 years, 2 months ago (2014-10-11 02:25:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629823002/270001
6 years, 2 months ago (2014-10-11 05:50:02 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu_retina_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu_retina_triggered_tests/builds/57563)
6 years, 2 months ago (2014-10-11 06:39:54 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629823002/270001
6 years, 2 months ago (2014-10-11 07:25:12 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/31315)
6 years, 2 months ago (2014-10-11 12:48:29 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/629823002/270001
6 years, 2 months ago (2014-10-11 12:53:02 UTC) #27
commit-bot: I haz the power
6 years, 2 months ago (2014-10-11 15:48:01 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:270001) as 183575

Powered by Google App Engine
This is Rietveld 408576698