187
edits
(→Events) |
(→Events) |
||
| Line 171: | Line 171: | ||
: Indicates the favicon URL of the page changed, the URL of the favicon is included as a string in the event payload. | : Indicates the favicon URL of the page changed, the URL of the favicon is included as a string in the event payload. | ||
=== | === showmodalprompt === | ||
: Indicates that the content requested an alert dialog | : Indicates that the content requested an alert, confirm, or prompt dialog. This API is a bit complicated; see the relevant test, or ask someone. | ||
=== | === openwindow === | ||
: Indicates that the content requested a new window to be opened. Used by a browser app to open a new window/tab. | : Indicates that the content requested a new window to be opened. Used by a browser app to open a new window/tab. | ||
| Line 193: | Line 185: | ||
=== securitychange === | === securitychange === | ||
: Indicates that the security status | : Indicates that the security status of a web page changed. The options are "secure", "insecure", and "broken". "broken" corresponds to the "broken lock icon", which indicates mixed content. | ||
=== resize === | === resize === | ||
edits