allow_modal_dialogs
Description:
public bool allow_modal_dialogs { get; set construct; }
Determine whether it's allowed to create and run modal dialogs from a WebView through
JavaScript with <function>window.
showModalDialog</function>. If it's set to false, the associated
WebView won't be able to create new modal dialogs, so not even the
create signal will be emitted.