Re: [webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-08-01 Thread Kihong Kwon
I have made bugs. https://bugs.webkit.org/show_bug.cgi?id=92839 https://bugs.webkit.org/show_bug.cgi?id=92840 Kihong 2012/8/1 Kihong Kwon vim...@gmail.com: Has a test suite been published we can test against? I didn't see a test suite which is opened to everyone yet. Is this a problem for

Re: [webkit-dev] Add support for CSS3 text-decoration* properties

2012-08-01 Thread Bruno Abinader
Hi Ryosuke, Indeed. On the proposed implementation I've assured that the original text-decoration from CSS 2.1 spec remains with exactly same behavior as before (though I've managed to get some shared code to avoid duplication). Layout tests results from my local run points no new failing tests

Re: [webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-08-01 Thread Ojan Vafai
On Tue, Jul 31, 2012 at 10:05 PM, Kihong Kwon vim...@gmail.com wrote: Has a test suite been published we can test against? I didn't see a test suite which is opened to everyone yet. Is this a problem for dropping prefix? It's not strictly required for dropping the prefix. But it would be

Re: [webkit-dev] Add support for CSS3 text-decoration* properties

2012-08-01 Thread Ryosuke Niwa
Sure, that's fine. But please make sure not to ship these CSS properties until editing code is properly fixed. On Wed, Aug 1, 2012 at 4:47 AM, Bruno Abinader brunoabina...@gmail.comwrote: Hi Ryosuke, Indeed. On the proposed implementation I've assured that the original text-decoration from

Re: [webkit-dev] Kerning not working for SVG font when included in HTML file using @font-face

2012-08-01 Thread Peter Beverloo
Please use the webkit-h...@lists.webkit.org mailing list for questions such as this one, as webkit-dev is intended as a forum for WebKit developers. In general, if exactly the same code behaves differently in WebKit compared to other browsers, or WebKit's implementation is different from what the

Re: [webkit-dev] Kerning not working for SVG font when included in HTML file using @font-face

2012-08-01 Thread Dirk Schulze
Thank you very much for reporting the bug Tony. In this case opening a bug report at http://bugs.webkit.org may be better. Greetings, Dirk On Aug 1, 2012, at 9:26 AM, Peter Beverloo pe...@chromium.org wrote: Please use the webkit-h...@lists.webkit.org mailing list for questions such as this

Re: [webkit-dev] Multiple inheritance in the DOM

2012-08-01 Thread Andrei Bucur
Hi Adam, On 7/27/12 1:55 AM, Adam Barth aba...@webkit.org wrote: Perhaps it would make sense to start with a smaller CSSOM for Regions that uses established patterns and techniques. That way we can gain experience with these patterns and techniques before jumping into API designs that don't

Re: [webkit-dev] Multiple inheritance in the DOM

2012-08-01 Thread Adam Barth
On Wed, Aug 1, 2012 at 9:45 AM, Andrei Bucur abu...@adobe.com wrote: On 7/27/12 1:55 AM, Adam Barth aba...@webkit.org wrote: Perhaps it would make sense to start with a smaller CSSOM for Regions that uses established patterns and techniques. That way we can gain experience with these patterns

Re: [webkit-dev] impending changes to how new-run-webkit-tests prints/logs stuff

2012-08-01 Thread Dirk Pranke
For anyone bikeshedding along at home, my current plan of record (and changes to what has been written earlier in the thread) ... 1) '--verbose --verbose' to increase verbosity is right out 2) we can't use '--debug' to get debug-level output, since that is already used to run the debug build 3)

Re: [webkit-dev] impending changes to how new-run-webkit-tests prints/logs stuff

2012-08-01 Thread Dirk Pranke
On Wed, Aug 1, 2012 at 12:48 PM, Dirk Pranke dpra...@chromium.org wrote: For anyone bikeshedding along at home, my current plan of record (and changes to what has been written earlier in the thread) ... 1) '--verbose --verbose' to increase verbosity is right out 2) we can't use '--debug' to

Re: [webkit-dev] Add support for CSS3 text-decoration* properties

2012-08-01 Thread Elliott Sprehn
On Tue, Jul 31, 2012 at 7:35 PM, Bruno Abinader brunoabina...@gmail.comwrote: Hi all :) As suggested by Ojan, I am writing a mail to you about my intention to implement all updated and missing text-decoration* properties from CSS3 spec (currently in development), named below:

Re: [webkit-dev] Add support for CSS3 text-decoration* properties

2012-08-01 Thread Bruno Abinader
Hi Elliott, On Wed, Aug 1, 2012 at 7:36 PM, Elliott Sprehn espr...@chromium.org wrote: It seems weird to have a prefixed version of text-decoration instead of just making text-decoration allow the new prefixed keywords. What's the reason for having a whole new prefixed property? The

Re: [webkit-dev] Add support for CSS3 text-decoration* properties

2012-08-01 Thread Maciej Stachowiak
On Aug 1, 2012, at 4:36 PM, Elliott Sprehn espr...@chromium.org wrote: On Tue, Jul 31, 2012 at 7:35 PM, Bruno Abinader brunoabina...@gmail.com wrote: Hi all :) As suggested by Ojan, I am writing a mail to you about my intention to implement all updated and missing text-decoration*

Re: [webkit-dev] Parallel image decoders are up for review

2012-08-01 Thread Dong Seong Hwang
Hello, folks. We updated the test results. http://webkit.org/b/90375#c49 We think the performance improvement is promising. @ Summary of the results 1. The response time of interactive web pages were improved by approximately 20%. 2. An embedded device shows a similar performance enhancement as