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

Issue 18553006: Fix unhandled showGuessPanel editor command (Closed)

Created:
7 years, 5 months ago by Jiang Jiang
Modified:
7 years, 2 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix unhandled showGuessPanel editor command The main menu sends a -showGuessPanel: to first responder when Edit -> Spelling and Grammar -> Show Spelling and Grammar is called. showGuessPanel was supposed to be handled by RenderWidgetHostViewMacDelegate, it should be forwarded to the delegate from RenderWidgetHostViewMac by -forwardingTargetForSelector:. However, since we dynamically added implementations for all editing commands, including showGuessPanel, to RenderWidgetHostViewMac via RenderWidgetHostViewMacEditCommandHelper, RenderWidgetHostViewMacDelegate didn't get to handle this command at all, it's directly sent to WebFrameImpl::executeCommand(name, ""). Add missing handling there (previously only WebFrameImpl::executeCommand() with command name but not value is handled) so that showGuessPanel is correctly handled. BUG=257627 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158346

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M Source/web/WebFrameImpl.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
commit-bot: I haz the power
No comments yet.
7 years, 5 months ago (2013-07-06 09:50:29 UTC) #1
Jiang Jiang
Eric, I added you as reviewer because you seemed to be the last one who ...
7 years, 5 months ago (2013-07-10 19:17:27 UTC) #2
Jiang Jiang
On 2013/07/10 19:17:27, Jiang wrote: > Eric, I added you as reviewer because you seemed ...
7 years, 5 months ago (2013-07-19 15:20:34 UTC) #3
eseidel
lgtm
7 years, 2 months ago (2013-09-25 19:36:49 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiangj@opera.com/18553006/1
7 years, 2 months ago (2013-09-25 19:37:00 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/WebKit/chromium/src/WebFrameImpl.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; A Source/WebKit ...
7 years, 2 months ago (2013-09-25 19:37:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiangj@opera.com/18553006/8001
7 years, 2 months ago (2013-09-25 20:23:35 UTC) #7
commit-bot: I haz the power
7 years, 2 months ago (2013-09-26 01:19:23 UTC) #8
Message was sent while issue was closed.
Change committed as 158346

Powered by Google App Engine
This is Rietveld 408576698