Confirmed users
205
edits
Bevis Tseng (talk | contribs) (Add "Q3: What runnables shall be labeled?" in FAQ) |
Bevis Tseng (talk | contribs) |
||
Line 274: | Line 274: | ||
* Any calls to the '''Dispatch()''' method of the subclass of '''nsIEventTarget'''. | * Any calls to the '''Dispatch()''' method of the subclass of '''nsIEventTarget'''. | ||
* The use of AbstractThread::MainThread() (Most of them shall be covered in [https://bugzilla.mozilla.org/show_bug.cgi?id=1314833 bug 1314833]) | * The use of '''AbstractThread::MainThread()''' (Most of them shall be covered in [https://bugzilla.mozilla.org/show_bug.cgi?id=1314833 bug 1314833]) | ||
* The use of '''nsITimer'''. (The timer callback will be called by a runnable to the current thread according to nsTimer implementaiton). | * The use of '''nsITimer'''. (The timer callback will be called by a runnable to the current thread according to nsTimer implementaiton). | ||
* Handled the received messages in '''IPC actor childs'''. (A received message will be handled on main thread with a new runnable if its actor child is created on the main thread.) | * Handled the received messages in '''IPC actor childs'''. (A received message will be handled on main thread with a new runnable if its actor child is created on the main thread.) |