WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 124384
Replace calls to deprecated CFPropertyList functions in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=124384
Summary
Replace calls to deprecated CFPropertyList functions in WebKit2
Andy Estes
Reported
2013-11-14 15:49:36 PST
Replace calls to deprecated CFPropertyList functions in WebKit2
Attachments
Replace calls to deprecated CFPropertyList functions in WebKit2
(2.49 KB, patch)
2013-11-14 15:59 PST
,
Andy Estes
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2013-11-14 15:59:01 PST
Created
attachment 216992
[details]
Replace calls to deprecated CFPropertyList functions in WebKit2
Anders Carlsson
Comment 2
2013-11-14 16:02:39 PST
Comment on
attachment 216992
[details]
Replace calls to deprecated CFPropertyList functions in WebKit2 View in context:
https://bugs.webkit.org/attachment.cgi?id=216992&action=review
> Source/WebKit2/UIProcess/cf/WebPageProxyCF.cpp:123 > + RetainPtr<CFPropertyListRef> propertyList = adoptCF(CFPropertyListCreateWithData(0, data.get(), kCFPropertyListImmutable, 0, &propertyListError));
Can change this to auto propertyList =
Andy Estes
Comment 3
2013-11-14 16:09:36 PST
Committed
r159319
: <
http://trac.webkit.org/changeset/159319
>
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