canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(→Terms) |
(→XPCOM Shutdown Sequence: add column for cross-module function calls) |
||
| Line 16: | Line 16: | ||
<th>Component Manager | <th>Component Manager | ||
<th>Main Event Queue | <th>Main Event Queue | ||
<th>Cross-module function calls | |||
<tr> | <tr> | ||
| Line 22: | Line 23: | ||
<td rowspan="5">All calls allowed | <td rowspan="5">All calls allowed | ||
<td rowspan="4">Events accepted | <td rowspan="4">Events accepted | ||
<td rowspan="7">Calls across modules allowed | |||
<tr> | <tr> | ||
| Line 52: | Line 54: | ||
<th><tt>xpcom-loader-shutdown</tt> notification | <th><tt>xpcom-loader-shutdown</tt> notification | ||
<td>Component loaders (except for the binary/static component loaders) should do their final shutdown/cleanup activities, unloading all modules. | <td>Component loaders (except for the binary/static component loaders) should do their final shutdown/cleanup activities, unloading all modules. | ||
<td rowspan="2">Cross-module function calls not allowed | |||
<tr> | <tr> | ||