El lun, 24-03-2014 a las 13:11 -0700, Niranjan Rao escribió: > Is there a document/blog entry that describes the multiple web > processes in greater detail. I am especially curious about the part > about configuring multiple web process for setting cache > directory/cookies etc.
This is about supporting multiple web processes for the same WebContext. Those settings you mention are always shared for the same web context, so a network process is used in this case to use the same cookies, disk cache, etc. > Can each process have its cache directory? If not, how do we manage > multiple processes not stepping on each other's shoes unless all > network calls are channelled through network process somehow. For this you need to use different web contexts, which is not currently supported in our API, because we haven't found a use case yet. It would be easy to add, we would just need to expose webkit_web_context_new(). If you need it, please file a bug report and expose your use case there. > > Regards, > > Niranjan > On 03/24/2014 11:56 AM, Carlos Garcia Campos wrote: > > > WebKitGTK+ 2.4.0 is available for download at: > > > > http://webkitgtk.org/releases/webkitgtk-2.4.0.tar.xz (9.4MB) > > md5sum: c759bf11fe4cadd1268630f16a97f7b9 > > sha256sum: > > dc5277cda89ee038408f78c94b1b07f101997f01ef877a142ffedac3b537dfbb > > > > This is the first stable release in the 2.4 series. > > > > Highlights of the WebKitGTK+ 2.4.0 release > > ========================================== > > > > - Support for multiple web processes. > > - DOM touch events support. > > - Plugins cache. > > - Process model API. > > - TLS errors API. > > - Lots of bugs fixed. > > > > What is WebKitGTK+? > > =================== > > > > WebKitGTK+ is the GNOME platform port of the WebKit rendering engine. > > Offering WebKit's full functionality through a set of GObject-based > > APIs, it is suitable for projects requiring any kind of web > > integration, from hybrid HTML/CSS applications to full-fledged web > > browsers. > > > > Requirements > > ============ > > > > gtk+ >= 3.6.0 > > glib >= 2.36.0 > > libsoup >= 2.42.0 > > cairo >= 1.10 > > pango >= 1.30.0 > > libxml >= 2.6 > > fontconfig >= 2.5 > > FreeType2 >= 9.0 > > libsecret > > > > Depending on your configuration options WebKitGTK+ may also depend on: > > > > gtk+ >= 2.24.10 > > gail > > GObject introspection >= 1.32.0 > > libxslt >= 1.1.7 > > SQLite >= 3.0 > > gstreamer >= 1.0.3 > > gstreamer-plugins-base >= 1.0.3 > > enchant >= 0.22 > > Clutter > > Clutter GTK+ > > > > More information > > ================ > > > > If you want to know more about the project or get in touch with us > > you may: > > > > - Visit our website at http://www.webkitgtk.org, or the upstream > > site at http://www.webkit.org. People interested in contributing > > should read: http://www.webkit.org/coding/contributing.html. > > > > - Browse the bug list at http://bugs.webkit.org, WebKitGTK+ bugs are > > typically prefixed by "[GTK]." A bug report with a minimal, > > reproducible test case is often just as valuable as a patch. > > > > - Join the #webkit and #webkitgtk+ IRC channels at irc.freenode.net. > > > > - Subscribe to the WebKitGTK+ mailing list, > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk, or the > > WebKit development mailing list, > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > > > Thanks > > ====== > > > > Thanks to all the contributors who made possible this release, they > > are far too many to list! > > > > The WebKitGTK+ team, > > March 24, 2014 > > > > > > > > _______________________________________________ > > webkit-gtk mailing list > > [email protected] > > https://lists.webkit.org/mailman/listinfo/webkit-gtk > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk -- Carlos Garcia Campos http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3
signature.asc
Description: This is a digitally signed message part
_______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
