Re: [webkit-dev] Planning on Requiring Python 2.7 Soon

2014-09-11 Thread Brian Burg
IIRC, some GTK bots still run Python 2.6. (But not all of them?) Here’s a relevant workaround I landed a while ago: http://trac.webkit.org/changeset/172686 On Sep 10, 2014, at 4:31 PM, Brent Fulgham wrote: > Hi Everyone, > > Now that I’ve worked through the minor issues that prevented us from

[webkit-dev] Port-specific OpenType support

2014-09-11 Thread Myles C. Maxfield
Hello, Webkittens! I have started work on an SVG font -> OpenType converter [1] with the intent of eventually getting rid of our code path which lays out and draws text using SVG fonts. The motivation is fourfold: 1) Performance: on OS X the native text libraries are over 1000x faster than our

Re: [webkit-dev] Port-specific OpenType support

2014-09-11 Thread Dan Bernstein
> On Sep 11, 2014, at 11:44 AM, Myles C. Maxfield wrote: > > Hello, Webkittens! > > I have started work on an SVG font -> OpenType converter [1] with the intent > of eventually getting rid of our code path which lays out and draws text > using SVG fonts. The motivation is fourfold: > > 1) Pe

Re: [webkit-dev] Port-specific OpenType support

2014-09-11 Thread Martin Robinson
On Thu, Sep 11, 2014 at 11:44 AM, Myles C. Maxfield wrote: > My question to WebKit-Dev is: Are there any ports who: > 1) Want continued support for SVG fonts, and > 2) Whose platforms do not support OpenType fonts natively? WebKitGTK+ supports OpenType natively and I as far as I know we have no p

Re: [webkit-dev] Planning on Requiring Python 2.7 Soon

2014-09-11 Thread Martin Robinson
On Thu, Sep 11, 2014 at 11:36 AM, Brian Burg wrote: > IIRC, some GTK bots still run Python 2.6. (But not all of them?) > Here’s a relevant workaround I landed a while ago: > > http://trac.webkit.org/changeset/172686 I think (someone can correct me, if I'm wrong) that we can ensure that all the b

Re: [webkit-dev] Planning on Requiring Python 2.7 Soon

2014-09-11 Thread Gyuyoung Kim
FYI, all EFL bots have worked with Python ver. 2.7.6. However, there are some failing python tests on EFL port recently. Let me take a look it soon. Gyuyoung On Thursday, September 11, 2014, Brent Fulgham wrote: > Hi Everyone, > > Now that I’ve worked through the minor issues that prevented us

Re: [webkit-dev] Planning on Requiring Python 2.7 Soon

2014-09-11 Thread Bem Jones-Bey
We broke some of the python tests yesterday and fixed them today, so it is likely what you saw. On Sep 11, 2014, at 17:54, "Gyuyoung Kim" mailto:gyuyoung@webkit.org>> wrote: FYI, all EFL bots have worked with Python ver. 2.7.6. However, there are some failing python tests on EFL port recen