Bug 114821

Summary: WebKit should not write WKPreferences to app user defaults when using the ObjC API
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2013-04-18 10:55:42 PDT
WebKit should not write WKPreferences to app user defaults when using the ObjC API
Comment 1 Sam Weinig 2013-04-18 10:56:58 PDT
Created attachment 198748 [details]
Patch
Comment 2 Sam Weinig 2013-04-18 10:57:17 PDT
<rdar://problem/13593578>
Comment 3 Anders Carlsson 2013-04-18 10:57:44 PDT
Comment on attachment 198748 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=198748&action=review

> Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.mm:60
> +    // don't get automatically written to the disk. The automattic writting has proven

Speling eror.
Comment 4 Sam Weinig 2013-04-18 10:59:19 PDT
Committed r148686: <http://trac.webkit.org/changeset/148686>