Closed
Bug 64992
Opened 24 years ago
Closed 23 years ago
windows timer handling is causing trouble
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: jud, Assigned: pavlov)
References
Details
In the windows embedding case (mozilla/embedding/test/winEmbed), META refresh is
broken because we're not processing low priority (idle) timers.
Adam Lock is providing a workaround in
http://bugzilla.mozilla.org/show_bug.cgi?id=44120 , but what should really
happen is that we handle this case internally (so embeddors don't have to
explicitly service our timer queue on windows).
Reporter | ||
Comment 1•24 years ago
|
||
nominating 0.8. Also, http://bugzilla.mozilla.org/show_bug.cgi?id=58701, and
http://bugzilla.mozilla.org/show_bug.cgi?id=44120 provide workarounds (though
neither are optimal).
Keywords: embed,
mozilla0.8
Comment 2•24 years ago
|
||
Mozilla 0.8 builds started today. We would consider taking reviewed low risk
fixes if they are available today (Wednesday, 7/Feb/01) or tomorrow (Thursday,
8/Feb/01). Otherwise, please set the target milestone to Mozilla 0.9. Thanks.
Updated•24 years ago
|
Keywords: mozilla0.9
Updated•24 years ago
|
Keywords: mozilla0.8.1
Updated•24 years ago
|
Keywords: mozilla0.8
Reporter | ||
Updated•24 years ago
|
Comment 3•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Assignee | ||
Comment 4•23 years ago
|
||
i'm going to take this since it is fixed by my new timer impl.
Comment 5•23 years ago
|
||
Doesn't look like this is getting fixed before the freeze tomorrow night.
Pushing out a milestone. Please correct if I'm mistaken.
(Wasn't pav's timer stuff landed?)
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.5
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.7
Assignee | ||
Comment 7•23 years ago
|
||
since 78611 isn't going in for 0.9.7, over to 0.9.8
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Assignee | ||
Comment 8•23 years ago
|
||
marking fixed now that 78611 has landed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 9•23 years ago
|
||
OnIdle() no longer calls NS_DoIdleEmbeddingStuff() in mfcEmbed. TimerThread.cpp,
TimerThread.h, nsITimer.h, nsITimerCallback.h, nsTimerImpl.cpp, & nsTimerImpl.h
are included in /xpcom/threads in the 12/20/01 mozilla debug build.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•