Re: [webkit-dev] SIL Open Font License and WebKit

2010-07-20 Thread Sausset François
Le 20 juil. 2010 à 18:30, Antonio Gomes (:tonikitoo) a écrit : > Again, maybe something like http://gitorious.org/qtwebkit/testfonts as > QtWebKit does for the exactly same propose? But, with that method, fonts should be locally included on all test machines and as MathML implementation should b

Re: [webkit-dev] SIL Open Font License and WebKit

2010-07-19 Thread Sausset François
Le 19 juil. 2010 à 21:56, Maciej Stachowiak a écrit : > Good point. However, at least some versions of DumpRenderTree build with test > fonts embedded directly into the binary. >> > > I'm not suggesting WebFonts. Rather, the fonts could be downloaded on demand > when running the tests if not

Re: [webkit-dev] SIL Open Font License and WebKit

2010-07-19 Thread Sausset François
Le 19 juil. 2010 à 21:04, Maciej Stachowiak a écrit : > > Apple's legal department would strongly prefer for WebKit's license terms to > remain simple. We prefer everything to be licensed under LGPL or BSD terms, > or at the very least a license which is clearly compatible with LGPL and BSD.

Re: [webkit-dev] SIL Open Font License and WebKit

2010-07-19 Thread Sausset François
So, it sounds reasonable to use that license for fonts needed in the WebKit project. If nobody has objections, an update of the WebKit licensing policy and a review of the patch [1] including fonts under that license (for MathML) would be great! François Sausset [1] https://bugs.webkit.org/sho

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-12 Thread Sausset François
Le 12 juil. 2010 à 21:01, Beth Dakin a écrit : > > On Jul 10, 2010, at 1:17 AM, Alex Milowski wrote: > >> I would think we'd close it when we've actually completely implemented >> MathML. > > If this is what you want the bug to represent, then it does make sense to > keep all feature-impleme

Re: [webkit-dev] HTML5 & MathML3 entities

2010-07-11 Thread Sausset François
My aim was not to rush. I'm currently looking at what needs to be implemented in WebKit to support MathML 3. I noticed that a lot of entities are not implemented and I first thought it was easy to implement. After this discussion on the mailing list, it appears not to be so simple. I filled a b

Re: [webkit-dev] HTML5 & MathML3 entities

2010-07-10 Thread Sausset François
list, but some are present in the one used by MathML 3 (link in my previous message). François Sausset Le 10 juil. 2010 à 21:17, Adam Barth a écrit : > On Sat, Jul 10, 2010 at 11:10 AM, Sausset François wrote: >> I just saw that when looking at the code by myself. >> What d

Re: [webkit-dev] HTML5 & MathML3 entities

2010-07-10 Thread Sausset François
I just saw that when looking at the code by myself. What do you exactly mean by a prefix tree? I also noticed that the entity parser does not take into account combined Unicode characters (see §A.3 in: http://www.w3.org/TR/xml-entity-names/). In addition, even without entities, combined character

[webkit-dev] HTML5 & MathML3 entities

2010-07-10 Thread Sausset François
I'm currently working on the MathML3 implementation and I noticed that new XML entities have been defined by the W3C: http://www.w3.org/TR/xml-entity-names/ They are supposed to be used by both HTML 5 & MathML 3. I would like to include them in WebCore/html/HTMLEntityNames.gperf. However there i

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-09 Thread Sausset François
I filled a bug and submitted a patch with fonts and license only: https://bugs.webkit.org/show_bug.cgi?id=41961 Does anyone could tell if this license is compatible with the WebKit one? François Sausset Le 7 juil. 2010 à 21:25, Dan Bernstein a écrit : > > On Jul 7, 2010, at 11:17 AM, S

Re: [webkit-dev] STIX Fonts and MathML Tests

2010-07-07 Thread Sausset François
If every is OK with licenses, how DumpRenderTree needs to be modified to use custom fonts? And where the fonts have to be stored? François Sausset Le 7 juil. 2010 à 20:51, Dan Bernstein a écrit : > > On Jul 7, 2010, at 9:57 AM, Alex Milowski wrote: > >> The STIX fonts are relatively small (2

Re: [webkit-dev] Turning on MathML by Default?

2010-04-28 Thread Sausset François
I'm also involved in implementing MathML and I share the Alex advice. MathML implementation has been asleep for too long. Turning it on by default should accelerate the recent progress. François Sausset Le 28 avr. 2010 à 14:40, Alex Milowski a écrit : > With the latest patch (37044) having bee

[webkit-dev] Antialiasing & GraphicsContext::drawLine

2010-03-13 Thread Sausset François
I recently began to work on the square root implementation in MatML and I'm near to submit a patch. But as I'm new to WebKit development, I have a beginner question: To draw the square root, the GraphicsContext::drawLine method is called but it is written (in comments) to use it only for borders