WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(7.58 KB, patch)
2013-06-15 11:03 PDT
,
Darin Adler
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2013-06-15 10:35:15 PDT
Created
attachment 204770
[details]
Patch
Build Bot
Comment 2
2013-06-15 10:59:24 PDT
Comment on
attachment 204770
[details]
Patch
Attachment 204770
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/913116
Darin Adler
Comment 3
2013-06-15 11:03:03 PDT
Created
attachment 204772
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug