Re: [webkit-dev] minimum python version to support

2010-03-03 Thread Sam Weinig
I am not sure why we would make a distinction between development tools and and supported platforms. Any scripts checked in need to run on Tiger. If we need to fix a Tiger bug, we boot up Tiger and develop there. -Sam On Wed, Mar 3, 2010 at 3:47 PM, David Levin wrote: > I think it depends on th

[webkit-dev] Proxy help

2010-03-03 Thread Deepak Mundra
Dear All I found some code in mailing list to set proxy and i wrote a function to set proxy as below .. ** void set_proxy(uint8_t enable) { char*proxyaddr = NULL; SoupURI *pURI = NULL; SoupSession* session = webkit_get_default_session();

Re: [webkit-dev] minimum python version to support

2010-03-03 Thread David Levin
I think it depends on the tool. Since tiger is still supported by webkit (it is in the buildbot), then any script that run during the build or running layout tests would need to run on python 2.3.5. (The version that shipped with Tiger.) Some development still happens on Leopard (I think), so it

[webkit-dev] minimum python version to support

2010-03-03 Thread Chris Jerdonek
Recently, there has been some off-list discussion about the minimum Python version WebKit should support (i.e. for the Python scripts in WebKitTools/Scripts). Up to this point, we haven't been explicit about it. This ambiguity has occasionally caused things to break for people using versions befo