Bug 106462

Summary: [GTK] Add API to set the web extensions directory to WebKit2 GTK+
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 105631    
Bug Blocks:    
Attachments:
Description Flags
Patch xan.lopez: review+

Description Carlos Garcia Campos 2013-01-09 09:10:25 PST
For applications to install their own extensions.
Comment 1 Carlos Garcia Campos 2013-01-09 09:16:27 PST
Created attachment 181934 [details]
Patch
Comment 2 Xan Lopez 2013-01-10 08:56:14 PST
Comment on attachment 181934 [details]
Patch

This seems straightforward enough to me, but perhaps other reviewers want to have a look.
Comment 3 Martin Robinson 2013-01-10 09:27:51 PST
As we discussed on IRC, this patch looks good to me with the change that the API should be called webkit_web_context_set_web_exentions_directory and we later remove the global extensions directory.
Comment 4 Carlos Garcia Campos 2013-01-11 00:44:09 PST
Committed r139415: <http://trac.webkit.org/changeset/139415>