RESOLVED FIXED 117673
Move Pasteboard::getStringSelection to Editor, fixing a layering violation
https://bugs.webkit.org/show_bug.cgi?id=117673
Summary Move Pasteboard::getStringSelection to Editor, fixing a layering violation
Darin Adler
Reported 2013-06-15 10:27:48 PDT
Move Pasteboard::getStringSelection to Editor, fixing a layering violation
Attachments
Patch (7.58 KB, patch)
2013-06-15 10:35 PDT, Darin Adler
no flags
Patch (7.58 KB, patch)
2013-06-15 11:03 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2013-06-15 10:35:15 PDT
Build Bot
Comment 2 2013-06-15 10:59:24 PDT
Darin Adler
Comment 3 2013-06-15 11:03:03 PDT
Ryosuke Niwa
Comment 4 2013-06-15 11:18:13 PDT
Comment on attachment 204772 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=204772&action=review > Source/WebCore/editing/mac/EditorMac.mm:278 > +// FIXME: Makes no sense that selectedTextForClipboard always includes alt text, but stringSelectionForPasteboard does not. > +// This was left in a bad state when selectedTextForClipboard was added. Need to look over clients and fix this. There is some discussion in https://bugs.webkit.org/show_bug.cgi?id=11200 but the idea is that we don't want to include alt text when we're exposing it to Mac services. I think the one that doesn't include alt should be postfixed with "ForClipboard".
WebKit Commit Bot
Comment 5 2013-06-15 19:21:41 PDT
Comment on attachment 204772 [details] Patch Clearing flags on attachment: 204772 Committed r151620: <http://trac.webkit.org/changeset/151620>
WebKit Commit Bot
Comment 6 2013-06-15 19:21:44 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.