Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
<th>Description | <th>Description | ||
<th>Component Manager | <th>Component Manager | ||
<th>Event | <th>Main Event Queue | ||
<tr> | <tr> | ||
| Line 38: | Line 38: | ||
<th>Eventq shutdown | <th>Eventq shutdown | ||
<td>The main event queue stops accepting events. All remaining events on the main event queue are processed. | <td>The main event queue stops accepting events. All remaining events on the main event queue are processed. | ||
<td>No events accepted | <td rowspan="5">No events accepted | ||
<tr> | <tr> | ||
<th>XPCOM Component Shutdown | <th>XPCOM Component Shutdown | ||
<td>The following XPCOM components which hold global references will be shut down: service manager, component manager, observer service. nsIModules are released except for component managers, and all nsIObservers are release except those for which the last two notifications must be given. | <td>The following XPCOM components which hold global references will be shut down: service manager, component manager, observer service. nsIModules are released except for component managers, and all nsIObservers are release except those for which the last two notifications must be given. | ||
<td>No calls allowed. | <td rowspan="4">No calls allowed. | ||
<tr> | <tr> | ||