Re: [webkit-dev] InkML

2009-11-11 Thread Eric Seidel
Personally I think it makes more sense as a plugin. Are there any InkML files in existence? Would one want to view them in a web browser? If one wanted to view them in a web browser, it seems an XSL sheet which transformed the InkML into SVG/XHTML would be the easiest way to display them in a

Re: [webkit-dev] Running WebGL layout tests

2009-11-11 Thread Chris Marrin
On Nov 3, 2009, at 12:35 PM, Kenneth Russell wrote: Hi, Trying to run the WebGL layout tests in LayoutTests/fast/canvas/webgl. Here's the command line I'm using: run-webkit-tests --debug LayoutTests/fast/canvas/webgl/[test name.html] (I built WebKit --debug.) All of the tests fail while

Re: [webkit-dev] Layering weirdness in chrome tree

2009-11-11 Thread Eric Seidel
Would one of you mind filing a bug and CCing fishd and dglazkov? -eric On Tue, Nov 10, 2009 at 12:02 PM, Adam Barth aba...@webkit.org wrote: That sounds like a bug to me.  Historically the chromium port hasn't had a strong distinction between WebKit and WebCore/platform, but I think it's a

Re: [webkit-dev] Layering weirdness in chrome tree

2009-11-11 Thread Eric Seidel
I expect that these are less design choices, and more historical artifacts to the WebKit layer (formerly part of the glue layer) being part of src.chromium.org until yesterday! :) -eric On Wed, Nov 11, 2009 at 10:35 AM, Eric Seidel e...@webkit.org wrote: Would one of you mind filing a bug and

Re: [webkit-dev] ruby annotation layout tests

2009-11-11 Thread David Hyatt
I think it's better if they are japanese text, since that's the primary use case for ruby. dave On Nov 9, 2009, at 6:19 AM, Andras Becsi wrote: Hello, I have a question about the following HTML5 ruby annotation (http://www.w3.org/TR/ruby/ ) layout tests: fast/ruby/ruby-empty-rt.html

Re: [webkit-dev] Question on standards mode vs. site compatibility

2009-11-11 Thread David Hyatt
On Nov 10, 2009, at 10:59 PM, Chris Evans wrote: Our options would seem to be: - Do nothing I am inclined to do nothing here assuming the set of sites that are broken is pretty small (and I suspect it is). dave ___ webkit-dev mailing list

Re: [webkit-dev] Layering weirdness in chrome tree

2009-11-11 Thread Dimitri Glazkov
Gah. I just realized this didn't go through to webkit-dev. Resending from the right email address. On Tue, Nov 10, 2009 at 12:46 PM, Dimitri Glazkov dglaz...@google.com wrote: Please pardon the dust -- upstreaming these files is just the first step in getting a working port up. You're right,

Re: [webkit-dev] caching of static files

2009-11-11 Thread Darin Adler
Sorry, I should have been clearer the first time around. This absolutely is a misuse of this list. The list is for discussion of development of WebKit. It’s not to be used for reporting bugs. You can file a bug report with this information and continue the discussion there. -- Darin

[webkit-dev] (no subject)

2009-11-11 Thread Mitsuru Nishibe
___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] ruby annotation layout tests

2009-11-11 Thread Roland Steiner
Yes, that was the reasoning why I used Japanese for those tests. - Roland On Thu, Nov 12, 2009 at 3:40 AM, David Hyatt hy...@apple.com wrote: I think it's better if they are japanese text, since that's the primary use case for ruby. dave On Nov 9, 2009, at 6:19 AM, Andras Becsi wrote:

Re: [webkit-dev] Running WebGL layout tests

2009-11-11 Thread Kenneth Russell
On Wed, Nov 11, 2009 at 7:31 AM, Chris Marrin cmar...@apple.com wrote: On Nov 3, 2009, at 12:35 PM, Kenneth Russell wrote: Hi, Trying to run the WebGL layout tests in LayoutTests/fast/canvas/webgl. Here's the command line I'm using: run-webkit-tests --debug

Re: [webkit-dev] ruby annotation layout tests

2009-11-11 Thread Holger Freyther
On Thursday 12 November 2009 01:33:55 Roland Steiner wrote: Yes, that was the reasoning why I used Japanese for those tests. Which font do you propose to use for japanese? holger ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] using namespace style guideline

2009-11-11 Thread Chris Jerdonek
On Tue, Nov 10, 2009 at 8:30 PM, Darin Adler da...@apple.com wrote: No using namespace statements are permitted in header files. The guidelines are talking about non-header files. We should clarify that. Thanks for the clarification. I will go ahead and try adding that. This is a good segue