Bug 106462 - [GTK] Add API to set the web extensions directory to WebKit2 GTK+
Summary: [GTK] Add API to set the web extensions directory to WebKit2 GTK+
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 105631
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-09 09:10 PST by Carlos Garcia Campos
Modified: 2013-01-11 00:44 PST (History)
3 users (show)

See Also:


Attachments
Patch (17.31 KB, patch)
2013-01-09 09:16 PST, Carlos Garcia Campos
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>