Re: [webkit-dev] bit field error on wince

2008-01-22 Thread Maciej Stachowiak
On Jan 21, 2008, at 10:35 PM, ledwinka wrote: During my work on porting s60 webcore to wince, I found there is a css bug in render_style.h file, here is the struct define You're probably better off basing a port on something more recent (like trunk or the Safari 3 branch) since many windo

re: [webkit-dev] bit field error on wince

2008-01-22 Thread ledwinka
Thanks a lot! I only search bug reports associated to s60 branch before. I will post my patch to s60 branch when done the work around.g -邮件原件- 发件人: Adam Roben [mailto:[EMAIL PROTECTED] 发送时间: 2008年1月22日 22:49 收件人: ledwinka 抄送: webkit-dev@lists.webkit.org 主题: Re: [webkit-dev] bit field

Re: [webkit-dev] bit field error on wince

2008-01-22 Thread Adam Roben
On Jan 22, 2008, at 1:35 AM, ledwinka wrote: this problem is the ASR instruction. If _effectiveDisplay contain a value big than 0x0f, such as 0x1x, the ASR instruction will cause the high bits fill with 1 , for example, if _effectiveDisplay equal EDisplay::NONE or EDisplay::INLINEBOX, EDi

[webkit-dev] bit field error on wince

2008-01-21 Thread ledwinka
During my work on porting s60 webcore to wince, I found there is a css bug in render_style.h file, here is the struct define struct NonInheritedFlags { bool operator==( const NonInheritedFlags &other ) const { return (_effectiveDisplay == other._effectiveDisplay) &&