WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
68958
Remove deprecated calls from CookieJarCFNet.cpp
https://bugs.webkit.org/show_bug.cgi?id=68958
Summary
Remove deprecated calls from CookieJarCFNet.cpp
Pratik Solanki
Reported
2011-09-27 16:39:29 PDT
CookieJarCFNet does soft-linking and calls CFHTTPCookieCopy* functions instead of CFHTTPCookieGet* functions. However, since the code references the Get version of the functions, we still get compile warnings. We can just switch over to the Copy variants, assuming the buildbot is happy.
Attachments
Patch
(3.64 KB, patch)
2011-09-27 16:44 PDT
,
Pratik Solanki
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pratik Solanki
Comment 1
2011-09-27 16:44:18 PDT
Created
attachment 108931
[details]
Patch
Pratik Solanki
Comment 2
2011-09-27 16:44:53 PDT
Lets see what the windows EWS bot says for this patch.
Pratik Solanki
Comment 3
2012-01-05 10:39:34 PST
Committed
r104179
: <
http://trac.webkit.org/changeset/104179
>
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