David Delassus
unread,Jun 23, 2011, 12:49:40 PM6/23/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cream-bro...@googlegroups.com
GModule was a great idea. Every protocols were managed by a module (a dynamic library) which is loaded at runtime. It make Cream-Browser lighter an more customizable (you don't want the support of gopher, just don't load it).
But there is an inconvenient. Imagine, the module WebKit depend of libwekitgtk (a shared library too), now when you load this module, libwebkitgtk won't be loaded. The only solution I found is to link every dependencies to Cream-Browser, it's like activating the module support at build-time. You loose the interest of modules.
I decided to drop the module support. Now modules are selected at build-time (yeah I know :( ). However, you're still able to active them or not via the config file.
Sorry, one of the killer feature just disappear :(