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 erro

Re: [webkit-dev] webkit test suite help

2008-01-22 Thread Mark Rowe
On 23/01/2008, at 01:56, syed mehdi wrote: I got the qt3-dev-tools installed on my ubuntu machine and tried to build webkit, but got following errors: any clue You need qmake from Qt 4. Please read the documentation at either

Re: [webkit-dev] webkit test suite help

2008-01-22 Thread syed mehdi
I got the qt3-dev-tools installed on my ubuntu machine and tried to build webkit, but got following errors: any clue [EMAIL PROTECTED]:~/WebKit/code# dpkg -l | grep qt3 ii libavahi-qt3-1 0.6.10-0ubuntu3.4Avahi QT3 integration library ii libqt3-mt

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

Re: [webkit-dev] Runtime JSObject

2008-01-22 Thread David Carson
On Jan 22, 2008, at 6:48 AM, Ashish Agrawal wrote: Hi David, Hi Ashish, i am working on the same problem with Ankush. We tried your solution and it worked, but we have one additional problem, WebFrame::windowObjectCleared() is triggered for each frame refresh so our handler gets called eac

Re: [webkit-dev] Runtime JSObject

2008-01-22 Thread Ashish Agrawal
Hi David, i am working on the same problem with Ankush. We tried your solution and it worked, but we have one additional problem, WebFrame::windowObjectCleared() is triggered for each frame refresh so our handler gets called each time. Before our handler is called, the frame gets destroyed and w