bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan

git-svn-id: svn://10.0.0.236/trunk@110563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
2001-12-16 06:13:17 +00:00
parent f91dd96a18
commit b7d549610f
44 changed files with 1104 additions and 346 deletions

View File

@@ -114,21 +114,6 @@ typedef MSG nsEmbedNativeEvent;
#ifdef MOZ_SUPPORTS_EMBEDDING_EVENT_PROCESSING
/**
* @fn nsresult NS_DoIdleEmbeddingStuff()
*
* This function should be called during the idle time in your application
* or as each event is processed. This function ensures things such as
* timers are fired correctly. It is recommended you call this function
* even if has no perceived effect for your platform.
*
* @status UNDER_REVIEW
*
* @return NS_OK
*/
extern nsresult NS_DoIdleEmbeddingStuff();
/**
* @fn nsresult NS_HandleEmbeddingEvent(nsEmbedNativeEvent &aEvent, PRBool &aWasHandled)
*