Fix for eventqueue objects leaking bug #20166. This also removes the hacked fix for bug #36361 and uses a real fix. Major overhaul of nsEventQueue and nsEventQueueService. r=waterson,brendan. tested on windows, linux and mac

git-svn-id: svn://10.0.0.236/trunk@71554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
2000-06-05 21:53:25 +00:00
parent 793ba10609
commit a271419de6
13 changed files with 307 additions and 479 deletions

View File

@@ -68,7 +68,10 @@ public:
NS_IMETHOD GetYoungestActive(nsIEventQueue **aQueue) = 0;
NS_IMETHOD SetYounger(nsPIEventQueueChain *aQueue) = 0;
NS_IMETHOD GetYounger(nsIEventQueue **aQueue) = 0;
NS_IMETHOD SetElder(nsPIEventQueueChain *aQueue) = 0;
NS_IMETHOD GetElder(nsIEventQueue **aQueue) = 0;
};
#endif /* nsPIEventQueueChain_h___ */