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,

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

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