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 bfulg...@apple.com wrote: Hi Everyone, Now that I’ve worked through the minor issues that

[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 mmaxfi...@apple.com 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

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 mmaxfi...@apple.com 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

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 b...@cs.washington.edu 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

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 gyuyoung@webkit.orgmailto:gyuyoung@webkit.org wrote: FYI, all EFL bots have worked with Python ver. 2.7.6. However, there are some failing python