[Webkit-unassigned] [Bug 16490] ASSERT in ~FrameView while viewing/reloading WICD test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 12:51:08 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16490


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18131|review?                     |review+
               Flag|                            |




------- Comment #4 from eric at webkit.org  2007-12-27 12:51 PDT -------
(From update of attachment 18131)
This fixes the bug.  I don't like this sort of order-sensitive design however
(completely not your fault).  In the future, I would love to see this code move
to some sort of stack object which would do the pausing for us since all
(except maybe the one which pauses before the timer and resumes after) could
use a stack object instead of manual calls.

Something like:
ScheduledEventsPauser(frameView);

(awful name, I know)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list