Bug 146145

Summary: [GTK] Do not use legacy data store options in WebKit2 GTK+ API
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, gustavo, mcatanzaro, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 146149    
Attachments:
Description Flags
Patch gustavo: review+

Description Carlos Garcia Campos 2015-06-19 01:16:48 PDT
Use a custom WebsiteDataStore in WebKitWebContext, configured with the context options, and passed to every page created. This is in preparation for exposing WebsiteDataStore in the public API.
Comment 1 Carlos Garcia Campos 2015-06-19 01:23:33 PDT
Created attachment 255184 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-06-25 00:16:55 PDT
Committed r185949: <http://trac.webkit.org/changeset/185949>