Updates:
Owner: tony.chromium
Cc: -tony.chromium [email protected]
Comment #6 on issue 19441 by [email protected]: JS alerts halt download
icon effect
http://code.google.com/p/chromium/issues/detail?id=19441
that dialog is not a js alert. It is a special extension install failure
dialog:
void ExtensionInstallUI::OnInstallFailure(const std::string& error) {
...
GtkWidget* dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, "%s", error.c_str());
gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);
...
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---