Commit Graph

12 Commits

Author SHA1 Message Date
law%netscape.com
47d887cf7f Fix for clobber build bustage
git-svn-id: svn://10.0.0.236/trunk@57588 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 23:12:12 +00:00
law%netscape.com
b20077f0ca Fix for #5708; add parent window attribute and use as nsIFileWidget parent when opening file chooser; r=danm@netscape.com
git-svn-id: svn://10.0.0.236/trunk@57578 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 22:06:42 +00:00
pp%ludusdesign.com
b5787cf895 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57423 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:49:15 +00:00
law%netscape.com
c4a2b4eb53 Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski
git-svn-id: svn://10.0.0.236/trunk@53412 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-13 05:37:00 +00:00
dmose%mozilla.org
92d791b7b0 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:40:37 +00:00
jefft%netscape.com
c1871e19c5 revise chooseOutputFile() interface to take output filter mask
git-svn-id: svn://10.0.0.236/trunk@45808 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 02:24:39 +00:00
sfraser%netscape.com
2e512831ca Make chooseDirectory return a file URL string, like chooseFile does.
git-svn-id: svn://10.0.0.236/trunk@44214 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-24 01:01:38 +00:00
mccabe%netscape.com
1999447bdb 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.


git-svn-id: svn://10.0.0.236/trunk@42960 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-10 12:18:01 +00:00
sspitzer%netscape.com
48a99dd009 changes to make nsIFileSpecWithUI useful from javascript.
now, this works from js:

var filePicker = Components.classes["component://netscape/filespecwithui"].createInstance();
filePicker = filePicker.QueryInterface(Components.interfaces.nsIFileSpecWithUI);
file = filePicker.chooseFile("Select a file");


git-svn-id: svn://10.0.0.236/trunk@41727 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-31 18:45:22 +00:00
mcmullen%netscape.com
5c95646d94 More.
git-svn-id: svn://10.0.0.236/trunk@36220 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-22 03:51:11 +00:00
law%netscape.com
d915cf89eb Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@33231 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-29 07:22:58 +00:00
mcmullen%netscape.com
e3d8b1723a First Checked In.
git-svn-id: svn://10.0.0.236/trunk@32939 18797224-902f-48f8-a5cc-f745e15eee43
1999-05-27 17:59:00 +00:00