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

Issue 15071004: Plumb edit commands to plugins (Closed)

Created:
7 years, 7 months ago by Fady Samuel
Modified:
7 years, 6 months ago
CC:
blink-reviews, jamesr, eae+blinkwatch, abarth_chromum.org
Visibility:
Public.

Description

Plumb edit commands to plugins If a plugin has focus, it gives the client an opportunity to send it edit commands. WebFrame::executeCommand now takes in an extra parameter: a node. The node is the currently focused node. If the currently focused node supports edit commands, then the edit command is passed on to the node. This patch is required for this Chromium side patch: https://codereview.chromium.org/15149006/ This permits functioning Cmd+Left/Right keyboard shortcuts on Mac in <webview>. This will be tested on the Chromium side. BUG=230148 R=abarth@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151492

Patch Set 1 #

Patch Set 2 : Alternative approach that gives plugin chance to override #

Total comments: 4

Patch Set 3 : Updated #

Patch Set 4 : Updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -6 lines) Patch
M Source/WebKit/chromium/public/WebFrame.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/WebKit/chromium/public/WebPlugin.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/src/WebFrameImpl.h View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M Source/WebKit/chromium/src/WebFrameImpl.cpp View 1 2 3 3 chunks +14 lines, -4 lines 0 comments Download
M Source/WebKit/chromium/src/WebPluginContainerImpl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebKit/chromium/src/WebPluginContainerImpl.cpp View 1 2 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Fady Samuel
7 years, 7 months ago (2013-05-21 18:50:54 UTC) #1
abarth-chromium
LGTM with nits https://codereview.chromium.org/15071004/diff/1001/Source/WebKit/chromium/src/WebFrameImpl.cpp File Source/WebKit/chromium/src/WebFrameImpl.cpp (right): https://codereview.chromium.org/15071004/diff/1001/Source/WebKit/chromium/src/WebFrameImpl.cpp#newcode1238 Source/WebKit/chromium/src/WebFrameImpl.cpp:1238: pluginContainer = static_cast<WebPluginContainerImpl*>(node.pluginContainer()); Should we have ...
7 years, 6 months ago (2013-05-28 16:34:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/15071004/11001
7 years, 6 months ago (2013-05-29 04:36:17 UTC) #3
Fady Samuel
Addressed comments. CQ'ing now. https://codereview.chromium.org/15071004/diff/1001/Source/WebKit/chromium/src/WebFrameImpl.cpp File Source/WebKit/chromium/src/WebFrameImpl.cpp (right): https://codereview.chromium.org/15071004/diff/1001/Source/WebKit/chromium/src/WebFrameImpl.cpp#newcode1238 Source/WebKit/chromium/src/WebFrameImpl.cpp:1238: pluginContainer = static_cast<WebPluginContainerImpl*>(node.pluginContainer()); On 2013/05/28 ...
7 years, 6 months ago (2013-05-29 04:40:06 UTC) #4
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7314
7 years, 6 months ago (2013-05-29 08:13:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/15071004/11001
7 years, 6 months ago (2013-05-29 09:11:51 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7360
7 years, 6 months ago (2013-05-29 11:48:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/15071004/11001
7 years, 6 months ago (2013-05-29 12:10:38 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7404
7 years, 6 months ago (2013-05-29 14:49:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/15071004/11001
7 years, 6 months ago (2013-05-29 16:30:32 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=7469
7 years, 6 months ago (2013-05-29 19:17:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/15071004/11001
7 years, 6 months ago (2013-05-30 02:24:13 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-05-30 04:16:00 UTC) #13
Fady Samuel
7 years, 6 months ago (2013-05-30 15:32:03 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 manually as r151492 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698