[webkit-dev] Timer Bug

2008-03-24 Thread Mike Emmel
Can someone please look at http://bugs.webkit.org/show_bug.cgi?id=18044 This looks like a bad bug and its causing major problems in both the ncurl and curl backends. I'd like to see it resolved in a timely manner. ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Timer bug ?

2008-03-17 Thread Mike Emmel
Well one build give isActive as true and another does not so its something in the build weird. On Mon, Mar 17, 2008 at 6:39 PM, Mike Emmel <[EMAIL PROTECTED]> wrote: > I just found something that seems wrong. > > When a timer callback is fired for a oneshot timer isActive is true in > the handl

[webkit-dev] Timer bug ?

2008-03-17 Thread Mike Emmel
I just found something that seems wrong. When a timer callback is fired for a oneshot timer isActive is true in the handler. In my opinion it should be false. bool TimerBase::isActive() const { return m_nextFireTime || (timersReadyToFire && timersReadyToFire->contains(this)); } Its seems a