Commit Graph

23 Commits

Author SHA1 Message Date
mhammond%skippinet.com.au
2b865446d7 Fix errors with (and add tests for) unsigned long constants on solaris.
Not part of the build (and neither was the last checkin - sorry)
2003-08-08 00:51:40 +00:00
mhammond%skippinet.com.au
a99e209b3f Add some extra utf8 string tests. 2003-08-08 00:50:34 +00:00
mhammond%skippinet.com.au
ffa5109721 Fix severe leaks when using string object, and update the test suite
to try and catch this in the future.  Not part of the build.
2003-05-09 01:23:22 +00:00
mhammond%skippinet.com.au
201d250df0 PyXPCOM: some strings were being terminated at the first \0, and some extra
tests.  Not part of the build.
2003-04-22 11:54:40 +00:00
mhammond%skippinet.com.au
8b6dfce2a9 Get pyxpcom building and working again, at least on Windows. file test
fails, but we can live with that for now.  Not part of the build.
2002-11-26 11:39:07 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
alecf%netscape.com
f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
mhammond%skippinet.com.au
675beee8de Merging 1.0 branch onto the trunk (I know this is not the usual
way, but it is just me :)
Not part of the build!
2002-05-03 01:16:47 +00:00
mhammond%skippinet.com.au
4c590cd411 Add tests for repr() of objects. Remove assert, replace with functions
that don't depend on -o flag.

Not part of the build.
2002-03-07 11:59:40 +00:00
mhammond%skippinet.com.au
75b660c01d New makefiles for Unix/cygwin
Not part of the build.
2002-03-03 10:46:02 +00:00
markh%activestate.com
88e93b42ba * Changes to observers and service manager APIs.
* Use nsIComponentManagerObsolete.
* Fix weak reference leaks
* Cache interface infos better for significant perf increase.
* Better tests for leaks

Not part of the build.
2002-01-08 01:58:58 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
markh%activestate.com
5da1967e95 Add weak-reference test output to the expected test output. 2001-09-19 00:20:04 +00:00
markh%activestate.com
0ca0fc54c6 Add support for unwrap() testing, and also add some better messages
for xpcom sample component missing.

Not part of the build
2001-09-12 01:47:22 +00:00
markh%activestate.com
4b98ee80cf Fix unicode handling for octet arrays, and finally fix the test suite
for Python 2.2.

Not part of the build.
2001-08-22 05:33:05 +00:00
markh%activestate.com
c6153c918e Fix a bug in interface flattening when an attribute was set before one
on the same interface was fetched.  Added test for this case too.

Not part of the build.
2001-08-18 14:27:46 +00:00
markh%activestate.com
5af85a1e5f Fix error in exception, which should never be hit (but _is_ hit for
Python 2.2 - need to sort that one out later!)

Not part of the build.
2001-08-05 08:29:46 +00:00
markh%activestate.com
9b018bb15d Add interface flattening to Python XPCOM bindings.
Not part of the build, but a=drivers@mozilla.org anyway!
2001-05-27 02:51:18 +00:00
markh%activestate.com
4336e571ed Add DOMString tests.
Not part of the build.
2001-04-14 08:15:29 +00:00
markh%activestate.com
5ea9793996 Fix .xpt building problem. Not part of the build. 2001-04-06 04:10:19 +00:00
markh%activestate.com
004d13cda3 Move PyXPCOM to the Mozilla build system on Windows.
Linux still uses ".stupid" makefile.

Not part of the build.
2001-04-05 12:35:33 +00:00
markh%activestate.com
5f22605203 Update the way the license is expressed and minor makefile mods.
Still not building pending a decision on bug 66610.
2001-02-19 08:31:46 +00:00
markh%activestate.com
1f038f22b8 First checkin of the Python XPCOM bindings. 2001-02-19 05:24:45 +00:00