From 4cdac10757c9a774c3defdaf705f0d8c99290d19 Mon Sep 17 00:00:00 2001 From: "sky@google.com" Date: Fri, 17 Oct 2008 18:07:02 +0000 Subject: Adds the anti-carpet bombing dialog. More specifically a new EventHandler now exists between the buffered event handler and download event handler. This new event handler asks the DownloadRequestManager whether the download is allowed. This may prompt the user and then the download continues or is canceled. The DownloadRequestManager receives the request on the IO thread, forwards to the UI thread, makes the decision, then notifies back on the IO thread. BUG=3422 TEST=make sure you don't see any problems downloading content. Review URL: http://codereview.chromium.org/7479 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3543 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/generated_resources.grd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome/app/generated_resources.grd') diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c0c1b9c..1b5c699 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3134,6 +3134,16 @@ each locale. --> Blocked Pop-up + + + This site is attempting to download multiple files. Do you want to allow this? + + + Allow + + + Deny + -- cgit v1.1