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

2012-08-02 Thread Ryosuke Niwa
On Thu, Aug 2, 2012 at 9:43 PM, Bruno Abinader wrote: > > On Thu, Aug 2, 2012 at 6:10 PM, Ryosuke Niwa wrote: > > Does the spec require to return new values in the computed style of > > text-decoration property without authors specifying new text-decoration > > properties and values? > > > > If n

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

2012-08-02 Thread Bruno Abinader
Hi again, On Thu, Aug 2, 2012 at 6:10 PM, Ryosuke Niwa wrote: > Does the spec require to return new values in the computed style of > text-decoration property without authors specifying new text-decoration > properties and values? > > If not, then using text-decoration property is probably better

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

2012-08-02 Thread talking1239
Firstly, Thanks for your help. I find that describe() function was call only in the Interpreter::dumpRegisters function, and dumpCallFrame will call the dumpRegisters , but i cann't find the place that call the dumpCallFrame . -- BGs/Felix Shi At 2012-08-02 15:06:38,"Filip Pizlo" wrote:

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

2012-08-02 Thread Bruno Abinader
Hi again, I too think so, but I thought it was a general rule to not make non-prefixed properties follow candidate recommendation strictly. If it is a general consensus that it is ok to accept prefixed keywords, then I'll happily change the implementation to do so :) On Wed, Aug 1, 2012 at 9:53 P

Re: [webkit-dev] Procedure for adding new blogs to the WebKit Planet

2012-08-02 Thread Peter Beverloo
On Thu, Aug 2, 2012 at 10:00 AM, Patrick Gansterer wrote: > On Thu, 02 Aug 2012 10:53:30 +0200, Martin Robinson wrote: > >> Hi all, >> >> What's the procedure for adding a blog to the WebKit Planet? I often >> post material interesting to some of the WebKit community, but not >> suitable for Surfi

Re: [webkit-dev] Procedure for adding new blogs to the WebKit Planet

2012-08-02 Thread Patrick Gansterer
Hi, On Thu, 02 Aug 2012 10:53:30 +0200, Martin Robinson wrote: Hi all, What's the procedure for adding a blog to the WebKit Planet? I often post material interesting to some of the WebKit community, but not suitable for Surfin' Safari since it is often specific to WebKitGTK+ or to just a subset

[webkit-dev] Procedure for adding new blogs to the WebKit Planet

2012-08-02 Thread Martin Robinson
Hi all, What's the procedure for adding a blog to the WebKit Planet? I often post material interesting to some of the WebKit community, but not suitable for Surfin' Safari since it is often specific to WebKitGTK+ or to just a subset of ports. --Martin _

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

2012-08-02 Thread Filip Pizlo
I would still suggest you look at the tag/payload ordering. If it's flipped, you'll see this error. Try using the describe() function in jsc in addition to using print(). That will do a dump of the internal structure of the JSValue. If it's flipped, then you'll know where to look. -F On A

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

2012-08-02 Thread talking1239
My platform use the little-endian. -- BGs/Felix Shi At 2012-08-02 14:51:48,"Filip Pizlo" wrote: 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 h