Re: [webkit-dev] Question about Floating-point operations base SH4 JIT

2012-08-01 Thread Filip Pizlo
What is the endianness of your platform? I think that the big endian code in JavaScriptCore may have rotted. This smells to me like the tag and payload getting flipped around, which might happen if there are parts of the code that are assuming little endian and your hardware is big endian. -F

[webkit-dev] Question about Floating-point operations base SH4 JIT

2012-08-01 Thread talking1239
Hi, I have test with follow case, and cann't get correct reslut. I find that Floating-point operations is error, and I don't know where shold start to fixed this question. so if anybody can give some information for which function i should to check. Any help explaining this would be much app

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

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 wrote: > > On Tue, Jul 31, 2012 at 7:35 PM, Bruno Abinader > 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* properties from > CSS3 spec (currently in

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 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 rationale is that the CSS

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 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* properties from > CSS3 spec (currently in development), named below: > > -webkit-text-decoration ( http

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 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 get debug-level o

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) as

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 wrote: > On 7/27/12 1:55 AM, "Adam Barth" 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 jumpi

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" 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 follow existing

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 wrote: > Please use the webkit-h...@lists.webkit.org mailing list for questions such > as this one, as webkit-d

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 s

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 wrote: > Hi Ryosuke, > > Indeed. On the proposed implementation I've assured that the original > "text-decoration" from CSS 2.1 spec remai

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 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 good to have

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 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 : >> 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 prefi