WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 186433
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug