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

21 Коммитов

Автор SHA1 Сообщение Дата
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
law%netscape.com c66063c020 Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm 2000-06-09 00:49:41 +00:00
law%netscape.com 1291d596d0 Fix for bug 38104. Going back to AsyncRead technique in use pre rev 1.15. This bogs down the UI thread with doing synchronous writes, but does not hang. Will fix later to move this code to another thread. You can revert to the prior version by removing the #define for USE_ASYNC_READ in nsStreamXferOp.h. r=gagan@netscape.com 2000-03-17 04:35:44 +00:00
valeski%netscape.com ebef130835 a=leaf. 24996. We were not able to download files via save as because the destination file did not exist 2000-01-25 22:44:39 +00:00
valeski%netscape.com 531773ee0a r=bill law. 18725. The save as dialog now uses OpenInputStream to write files to disk (this pushes all data transfer off the UI thread). 1999-11-30 22:11:44 +00:00
law%netscape.com 88626d4e62 Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski 1999-11-13 05:37:00 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
briano%netscape.com cd3098a8ae General cleanup. 1999-09-18 03:45:06 +00:00
law%netscape.com 1d1bdd63e7 Fix this to make nsIStreamTransfer scriptable again 1999-09-10 22:47:09 +00:00
cyeh%netscape.com 34cd2ddae1 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:13:14 +00:00
mccabe%netscape.com 62d42630f9 Remove unused explicit NS_DECL_IFOO declarations from %{C++ blocks in the header files; these are replaced by xpidl-generated NS_DECL_NSIFOO macros. 1999-08-23 01:41:52 +00:00
mccabe%netscape.com 2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
law%netscape.com 15aa14fba9 New stream xfer dialog plus .dtds 1999-07-28 06:17:48 +00:00
law%netscape.com d98b1c3526 Add new .idl 1999-07-28 05:31:39 +00:00
law%netscape.com 0f66b0e6d6 Not part of the build; chill out 1999-07-21 01:31:16 +00:00
law%netscape.com 6c9001419d New and improved unknown file type dialog implementation 1999-07-16 23:50:25 +00:00
warren%netscape.com 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
tague%netscape.com 50ebaac494 Removed empty export lists from files. This breaks older versions of nmake 1999-06-14 03:49:31 +00:00
law%netscape.com 8ecbd24288 Switching xpfe components to use XPIDL 1999-06-10 22:43:08 +00:00
law%netscape.com cfeba9ea51 Preparing for switch to XPIDL 1999-06-10 22:07:26 +00:00
law%netscape.com 442eb2a0c4 New stream transfer component 1999-05-11 19:01:45 +00:00