53
edits
(document xml format for window and load events) |
(trying to make window events be more visibly grouped) |
||
| Line 33: | Line 33: | ||
The id of the affected window. Ids are assigned starting from 0 and are never reused during that session. The window id is not unique across sessions. | The id of the affected window. Ids are assigned starting from 0 and are never reused during that session. The window id is not unique across sessions. | ||
====Window Create Event==== | =====Window Create Event===== | ||
Records the creation of a new toplevel or child DOM Window. | Records the creation of a new toplevel or child DOM Window. | ||
| Line 49: | Line 49: | ||
Whether the new window has chrome privileges. Defaults to false. | Whether the new window has chrome privileges. Defaults to false. | ||
====Window Open Event==== | =====Window Open Event===== | ||
Records the opening of a toplevel DOM Window. | Records the opening of a toplevel DOM Window. | ||
| Line 61: | Line 61: | ||
The id of the opener DOM window, if present. | The id of the opener DOM window, if present. | ||
====Window Close Event==== | =====Window Close Event===== | ||
Records the closing of a toplevel DOM Window. | Records the closing of a toplevel DOM Window. | ||
| Line 69: | Line 69: | ||
Event-specific attributes: none | Event-specific attributes: none | ||
====Window Destroy Event==== | =====Window Destroy Event===== | ||
Records the destruction of a toplevel or child DOM Window. | Records the destruction of a toplevel or child DOM Window. | ||
edits