Commit Graph

23928 Commits

Author SHA1 Message Date
waldemar@netscape.com
f53bf9126d Removed spaces from file names 1999-02-06 03:20:35 +00:00
jband@netscape.com
5b28ee4e3a NOT YET PART OF SEAMONKEY - removed bogus wrappers, turned runtime methods into wrapper methods, added special interface for wrappedjs methods, fixed spelling, changed return types from nsresult to NS_IMETHODIMP, trimmed extra space (just to pad the difs :) 1999-02-05 06:08:09 +00:00
jband@netscape.com
258f0b6a58 fixed enum 1999-02-04 20:05:55 +00:00
jband@netscape.com
f8289101be NOT YET PART OF SEAMONKEY - minimal tests of nsIXPCScriptable working 1999-02-04 18:15:08 +00:00
amusil@netscape.com
1350cb5bd4 Added oji, liveconnect and caps shared libs to the registry. 1999-02-04 00:18:22 +00:00
mcafee@netscape.com
4be2820f62 Ignore generated jscpucfg, jsautocfg.h files 1999-02-02 06:15:27 +00:00
waldemar@netscape.com
68d2664f3e First Checked In. 1999-01-30 01:19:00 +00:00
slamm@netscape.com
af810fd047 CPP_PROG_LINK is now set in rules.mk so it is not needed here. 1999-01-28 00:59:52 +00:00
jband@netscape.com
ea4c204740 removed IMalloc clone and replaced it with use of nsIAllocator 1999-01-27 23:06:33 +00:00
pollmann@netscape.com
5e53c3ab7e Bug 2370: FreeBSD 3.0 patches 1999-01-27 05:10:54 +00:00
sudu@netscape.com
c70a202996 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
jband@netscape.com
576a1d3089 NOT PART OF SEAMONKEY. Workingon dealing with more types. Added access to WrappedNative from JSObject 1999-01-20 06:38:00 +00:00
val4@cornell.edu
7b498a3a2a Background image 1999-01-18 03:43:04 +00:00
jband@netscape.com
7d4816946a NOT PART OF SEAMONKEY - factored out data conversion routines, need to now make them handle datatypes not yet handled 1999-01-14 04:25:31 +00:00
val4@cornell.edu
bc50307e6e Working on condensing the file manipulation functions.
Some error checking.
1999-01-13 23:39:46 +00:00
norris@netscape.com
9d02718280 fix bug 335882: crash printing out a function 1999-01-13 23:28:45 +00:00
jband@netscape.com
e955d85927 NOT PART OF SEAMONKEY - initial stuff for calling from native to JS (works with int params and hardcoded InterfaceInfo). quick implementation of nsID for JavaScript 1999-01-13 22:45:12 +00:00
val4@cornell.edu
6e1a10f116 Even more error handling stuff. Will need to go thru the
file and double-check all error handlers.
1999-01-08 04:58:34 +00:00
val4@cornell.edu
8d8e04b01a More error handling code 1999-01-08 02:37:38 +00:00
val4@cornell.edu
331a68a59f Some additional error messages 1999-01-08 02:03:43 +00:00
val4@cornell.edu
87f551fd18 *** empty log message *** 1999-01-08 02:03:09 +00:00
jband@netscape.com
edd800a4d7 calling XPCOM method from JS with two int params using hardcoded InterfaceInfo 1999-01-07 23:36:07 +00:00
jband@netscape.com
0271552ea3 int constants accessible from JS using hardcoded InterfaceInfo 1999-01-07 05:18:09 +00:00
val4@cornell.edu
35de249910 Some fixes for native files. This shouldn't probably become exposed in the API...
Root.parent now should return null. A problem with mkdir fixed.
1999-01-07 04:41:20 +00:00
val4@cornell.edu
dce683841b Some pretty significant changes in terms of native file support, changed if(file->handle)
by if(file->isNative), etc. Made handle/nativehandle a union.  Added some warnings.
1999-01-07 04:17:23 +00:00
jband@netscape.com
c6e70f8a01 more stuff that doesn't yet work 1999-01-07 03:49:40 +00:00
val4@cornell.edu
689e56dcb1 Done going through the code! Now will need to add error handling,
tests, security.
1999-01-06 02:51:26 +00:00
val4@cornell.edu
9310088866 Almost done with jsfile.c corrections, error handling, etc.
This version will compile but may not run.
1999-01-06 02:30:27 +00:00
jband@netscape.com
c6de9b75b2 added header comment 1999-01-06 01:42:11 +00:00
jband@netscape.com
5889ed3b8d Added primitive Win32 invoker. cleaned up a lot of trailing whitespace 1999-01-06 01:31:51 +00:00
val4@cornell.edu
6258104b51 Some more changes, there's not that much left. Need to figure out a
model for error reporting and security.
1999-01-05 03:51:30 +00:00
val4@cornell.edu
27be308508 I am half way through changing the file object error handling code and
generally cleaning everything up.
1999-01-05 02:18:26 +00:00
val4@cornell.edu
0658edc89e Netscape licence added 1999-01-05 01:08:45 +00:00
val4@cornell.edu
80c0f5089c Extended shell. Previously was part of the ns tree. See README.html for
more details.
1999-01-04 23:45:08 +00:00
brade@netscape.com
39e33c001a add typecasts to reduce warnings on Macintosh compiler (r/a mike mccabe) 1999-01-04 15:31:52 +00:00
jband@netscape.com
42cb39e216 minor fixes 1999-01-04 03:35:42 +00:00
jband@netscape.com
463cbb51bd type names less generic 1999-01-04 03:30:09 +00:00
jband@netscape.com
38658a4423 Initial checkin of XPConnect. This is not yet at all functional nor anywhere near finished. 1999-01-04 03:14:01 +00:00
val4@cornell.edu
36fec28088 Changes in the way error reporting works. Removed JS_ReportOutOfMemory
because JS_malloc calls it on failure. Removed checks for NULL returned
from JS_GetInstancePrivate because we have a check in JS_SetPrivate.
1999-01-02 04:02:36 +00:00
val4@cornell.edu
f7fe4c2d49 Lots of changes in implementation of various functions and formatting.
The only major feature added in support of pipes, it hasn't been tested
yet.
1999-01-01 04:37:28 +00:00
val4@cornell.edu
e23b6c0948 The following changes were made:
jsfile.h
 - NewFileObject function exposed
jsfile.c
 - Added .msg-style error support of error reporting
 - ucs2 changed to binary
 - input/output/error properties are created
1998-12-31 05:58:26 +00:00
val4@cornell.edu
9e8252dbe4 The following changes were made:
- Changed the DLL export macros JS_EXTERN_API, etc. to conform with the
  current standards
- Updates the docs in README.html
- Updated the include locations and the MSDEV project to make
  the build process easier.
- Managed to build PerlConnect with Perl 5.005_02. It's not compatible
  with previous versions. Don't use ActivePerl! It probably won't work!
- There is a fix to js.c which I am going to chech in a bit later.
1998-12-30 01:36:55 +00:00
val4@cornell.edu
0c90feefaa Added support for dir["file"] syntax. 1998-12-25 02:31:49 +00:00
sfraser@netscape.com
47523477c1 First Checked In. 1998-12-16 03:28:54 +00:00
beard@netscape.com
0e37f56b3e First Checked In. 1998-12-13 05:01:04 +00:00
ramiro@netscape.com
813bda55a4 Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
fur@netscape.com
4dca5421c0 Compiler-generated file shouldn't be checked in 1998-12-01 04:23:35 +00:00
cyeh@netscape.com
574ff33d36 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
briano@netscape.com
88bd5b1547 Change for QNX. Might as well get it in while this file still exists.... 1998-11-18 23:16:29 +00:00
cls@seawood.org
04818e88c2 Added include for platform.h inside MOZILLA_CLIENT ifdef. Approved by shaver@netscape.com 1998-11-18 22:14:44 +00:00