RESOLVED FIXED 108842
Add specific EditActions for Bold and Italic commands.
https://bugs.webkit.org/show_bug.cgi?id=108842
Summary Add specific EditActions for Bold and Italic commands.
Enrica Casucci
Reported 2013-02-04 11:04:19 PST
On iOS we need specific EditActions for Bold, Italic, etc. in order to display the correct message when shaking to undo.
Attachments
Patch (9.26 KB, patch)
2013-02-04 12:22 PST, Enrica Casucci
rniwa: review+
Enrica Casucci
Comment 1 2013-02-04 12:06:17 PST
I discovered that all platforms have a separate edit action for underline and not for bold and italic. I believe it is better to change it for all platforms.
Enrica Casucci
Comment 2 2013-02-04 12:22:49 PST
Ryosuke Niwa
Comment 3 2013-02-04 12:25:51 PST
Comment on attachment 186433 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186433&action=review r=me provided it builds everywhere. > Source/WebCore/ChangeLog:9 > + No new tests. No behavior change. We should explain why we're making this change. > Source/WebKit2/ChangeLog:21 > +2013-02-04 Enrica Casucci <enrica@apple.com> > + > + Add iOS specific EditActions. > + https://bugs.webkit.org/show_bug.cgi?id=108842. > + <rdar://problem/13098252> > + > + Reviewed by NOBODY (OOPS!). > + > + * UIProcess/WebEditCommandProxy.cpp: > + (WebKit::WebEditCommandProxy::nameForEditAction): Double change logs.
Enrica Casucci
Comment 4 2013-02-04 13:13:46 PST
(In reply to comment #3) > (From update of attachment 186433 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=186433&action=review > > r=me provided it builds everywhere. > > > Source/WebCore/ChangeLog:9 > > + No new tests. No behavior change. > > We should explain why we're making this change. I will add some explanation. > > > Source/WebKit2/ChangeLog:21 > > +2013-02-04 Enrica Casucci <enrica@apple.com> > > + > > + Add iOS specific EditActions. > > + https://bugs.webkit.org/show_bug.cgi?id=108842. > > + <rdar://problem/13098252> > > + > > + Reviewed by NOBODY (OOPS!). > > + > > + * UIProcess/WebEditCommandProxy.cpp: > > + (WebKit::WebEditCommandProxy::nameForEditAction): > > Double change logs. Will fix it. Thanks for the review!
Enrica Casucci
Comment 5 2013-02-04 13:23:41 PST
Committed revision 141799.
Note You need to log in before you can comment on or make changes to this bug.