WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
121279
Finish removing layer-violating code from Pasteboard (just for Mac during this first step)
https://bugs.webkit.org/show_bug.cgi?id=121279
Summary
Finish removing layer-violating code from Pasteboard (just for Mac during thi...
Darin Adler
Reported
2013-09-12 23:58:22 PDT
Finish removing layer-violating code from Pasteboard (just for Mac during this first step)
Attachments
Patch
(37.42 KB, patch)
2013-09-13 00:27 PDT
,
Darin Adler
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2013-09-13 00:27:09 PDT
Created
attachment 211516
[details]
Patch
Anders Carlsson
Comment 2
2013-09-13 07:58:32 PDT
Comment on
attachment 211516
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=211516&action=review
> Source/WebCore/editing/mac/EditorMac.mm:538 > + String uniqueIDString = adoptCF(CFUUIDCreateString(nullptr, adoptCF(CFUUIDCreate(nullptr)).get())).get();
I think we have our own UUID implementation in WTF if you do't like all the .gets here. I also think you should use kCFAllocatorDefault instead of nullptr.
Darin Adler
Comment 3
2013-09-13 08:24:12 PDT
Committed
r155700
: <
http://trac.webkit.org/changeset/155700
>
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