Bug 97939 - WebKit2 lacks API for disabling document.cookie like -[WebView _setCookieEnabled:]
Summary: WebKit2 lacks API for disabling document.cookie like -[WebView _setCookieEnab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-09-28 14:29 PDT by mitz
Modified: 2012-09-28 16:15 PDT (History)
0 users

See Also:


Attachments
Add WKPreferences{Set,Get}CookieEnabled (4.29 KB, patch)
2012-09-28 14:33 PDT, mitz
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2012-09-28 14:29:56 PDT
WebKit2 lacks API for disabling document.cookie like -[WebView _setCookieEnabled:]
Comment 1 mitz 2012-09-28 14:30:30 PDT
<rdar://problem/12398537>
Comment 2 mitz 2012-09-28 14:33:56 PDT
Created attachment 166311 [details]
Add WKPreferences{Set,Get}CookieEnabled
Comment 3 mitz 2012-09-28 16:15:00 PDT
Fixed in <http://trac.webkit.org/r129959>.