Re: [webkit-gtk] libwebkit2gtk and NTLM authentication

2013-10-17 Thread Dan Winship
On 10/17/2013 04:02 AM, Carlos Garcia Campos wrote: So, I guess we need to expose API to allow the user enable this feature as Brian suggested. I think adding a new method to WebKitWebContext makes sense, because other global network options are handled this way (cookies, icon database,

Re: [webkit-gtk] libwebkit2gtk and NTLM authentication

2013-10-16 Thread Dan Winship
On 10/16/2013 05:38 AM, Carlos Garcia Campos wrote: El mié, 16-10-2013 a las 12:18 +0300, Toni Koski escribió: I try to implement NTLM authentication with webkit2gtk (2.2.0). There can be found: WEBKIT_AUTHENTICATION_SCHEME_NTLM = 5 from the WebKitAuthenticationScheme. However, I can't

Re: [webkit-gtk] TLS API in WebKit2

2012-06-20 Thread Dan Winship
On 06/20/2012 11:30 AM, Carlos Garcia Campos wrote: As with the cookies, in WebKit2 we need to provide specific API for TLS handling, because the network happens in the web process, and it's not possible to access the soup session from the UI process. Right. So, SoupSession's TLS-related

Re: [webkit-gtk] NetworkRequest and NetworkResponse in WebKit2 API

2011-11-15 Thread Dan Winship
On 11/15/2011 05:46 AM, Sergio Villar Senin wrote: En 15/11/11 11:08, Carlos Garcia Campos escribiu: I'm currently working on downloads API for WebKit2 and I need to expose NetworkResponse which is not wrapped in WebKit2 API yet. In WebKit1 we have WebKitNetworkRequest and

Re: [webkit-gtk] NetworkRequest and NetworkResponse in WebKit2 API

2011-11-15 Thread Dan Winship
On 11/15/2011 11:17 AM, Carlos Garcia Campos wrote: The thing is that in WebKit2 we only have the information in the UI process, the network stuff happens in the Web process Oh, right. So yeah, I agree that the second approach in your original mail (expose individual bits of data rather than

Re: [webkit-gtk] WebKitGTK+ Release Policy and Schedule

2011-09-26 Thread Dan Winship
On 09/26/2011 08:57 AM, Xan Lopez wrote: So this is what you can expect in terms of releases: - One unstable, preview release, of WebKitGTK+ with each GNOME unstable release until the UI freeze - A stable release, of the form 1.X+1.0 at the same time than the GNOME stable

Re: [webkit-gtk] What supposed to hold the GDK in calls from WebKit/gtk/WebCoreSupport

2011-08-22 Thread Dan Winship
On 08/22/2011 02:26 PM, Evan Martin wrote: On Mon, Aug 22, 2011 at 9:34 AM, Martin Robinson mrobin...@webkit.org wrote: On Mon, Aug 22, 2011 at 9:26 AM, Yehouda Harpaz y...@lispworks.com wrote: The Soup callbacks happend form the g_main_loop_run by some idle source, which is is establisg by

Re: [webkit-gtk] dns prefetching knob

2011-03-09 Thread Dan Winship
On 03/09/2011 07:55 AM, Marco Peereboom wrote: For some reason people are still attached to this relic of the modem era. DNS prefetch is optional in the HTTP spec and the time has come to admit that it no longer serves a purpose. Back in the day when modems were king and DNS lookups were

Re: [webkit-gtk] HTTP disk-cache support in multiprocess environment, bug 44261

2010-10-13 Thread Dan Winship
On 10/13/2010 04:46 AM, Sergio Villar Senin wrote: Both of them will happen as you said. Those scenarios were not considered during the development process. Take into account that the http cache that is currently inside webkit is not meant to be there, it's just a temporal fix while all this