Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com a3f93d4371 Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron
Also fixed a refounting boo-boo with the downloader factor.
2002-07-25 00:00:51 +00:00
pinkerton%netscape.com a022433519 localize d/l progress dialog and put strings in localizable.strings (bug 143093) 2002-07-24 21:48:08 +00:00
bryner%netscape.com ad297ed42e Fixing static build bustage from sfraser's checkin for bug 145800:
- add all new source files to static build target
 - rename nsDownloader to CHDownloader to avoid symbol name conflicts with necko.
2002-07-24 08:23:52 +00:00
sfraser%netscape.com eaff371e3b Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
sfraser%netscape.com e7616a4de5 Fixing bug 155334 -- zombie progress dialog left after doing a File | Save As in plain text format. We were checking the STATE_IS_NETWORK flag to decide when the download has finished, but this flag is not included for plain text saves (nsWebBrowserPersist doesn't give it to us). So we look at the start flags, and make sure the end flag matches on this bit. Also detabbed the file. 2002-07-20 03:22:36 +00:00
pinkerton%netscape.com 732e44ea98 Wait for the all-stop from Necko before closing down the controller on
a cancelled download. Prevents a crash where we'd continue to get left-over
progress events after the controller had gone away (bug 154913)
2002-07-02 20:24:29 +00:00
pinkerton%netscape.com c0d17aeef8 Only stop the download when the network flag is set, not any time
we get a stop message on the listener. (bug 154277)
2002-06-27 13:09:30 +00:00
pinkerton%netscape.com 86535eeff8 booboo fix, fixes 152629 and 152903 2002-06-26 15:18:51 +00:00
pinkerton%netscape.com 4faeb9741e Hookup more of the d/l progress dialog. change around the layout to get
rid of the dreaded groupboxes. remove a global variable.
2002-06-18 13:23:33 +00:00
pinkerton%netscape.com 9e6eee0135 Fix warning 2002-06-03 18:10:17 +00:00
pinkerton%netscape.com 48f3c37147 Updates for api changes (signed->unsigned) 2002-05-23 11:19:51 +00:00
pinkerton%netscape.com e9d340e440 Fix dougt's nsCRT bustage. 2002-05-16 17:38:26 +00:00
pinkerton%netscape.com edb2285408 Fix for nsIFile now being unicode apis instead of UTF8 2002-05-11 04:14:03 +00:00
pinkerton%netscape.com 30bb576af7 Update the progress meter during download. From David Haas (haasd@cae.wisc.edu) 2002-05-03 19:22:23 +00:00
ben%netscape.com 06b4468bbb Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
hyatt%netscape.com 8494bcd77d Adding the controller objects. 2002-04-20 07:54:17 +00:00