kin%netscape.com
afd2019922
Changed GetUndoString() and GetRedoString() to use nsString *.
1999-05-27 20:50:05 +00:00
kin%netscape.com
60e201e0a7
Added support for nsITransactionListener.
...
Cleaned up includes in header files.
1999-05-26 21:16:25 +00:00
dp%netscape.com
3ff9d53e3c
removing -lreg
1999-05-26 07:08:19 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
warren%netscape.com
329d00e493
Added Write(nsIInputStream) and Flush to nsIOutputStream.
1999-04-22 07:31:03 +00:00
jband%netscape.com
b0859a052d
fixed typo so no extra .pdb files get left behind
1999-04-06 00:10:10 +00:00
kin%netscape.com
3854e3bfb8
Changed all occurences of NS_TRANSACTION_MANAGER_FACTORY_CID
...
and kCTransactionManagerFactoryCID to NS_TRANSACTIONMANAGER_CID
and kCTransactionManagerCID.
1999-03-10 21:27:02 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
mcmullen%netscape.com
c33ff414ca
Adapt to new stream interfaces some more.
1999-03-06 02:12:52 +00:00
mcmullen%netscape.com
9d78b925a1
Adapt to new stream interfaces
1999-03-06 00:29:58 +00:00
cmanske%netscape.com
a63bfb277f
Fixed mismatched declarations/implementations
1999-03-02 07:13:45 +00:00
ebina%netscape.com
0893363a0b
Changing RegisterFactory to use the new API.
1999-02-26 15:59:52 +00:00
kin%netscape.com
85e03c9154
Removed all references to ServiceManager, we now rely on nsRepository directly.
1999-02-12 16:57:55 +00:00
dp%netscape.com
1310389704
Adding libreg as xpcom depends on it
1999-02-10 02:01:50 +00:00
kin%netscape.com
c9a53a0cec
Added test cases for TransactionManager's BeginBatch() and EndBatch() methods.
1999-02-08 17:30:30 +00:00
kin%netscape.com
d951c82601
Added calls to nsServiceManager::ShutdownService() to get the tests working
...
again. Fixed some compiler warnings.
1999-02-04 17:35:04 +00:00
mcafee%netscape.com
b1365a419d
Ignore generated Makefiles
1999-02-02 06:11:26 +00:00
mcafee%netscape.com
8e9f576f1f
Removed hard-coded link line, use the one in rules.mk instead.
1999-01-22 10:03:32 +00:00
kin%netscape.com
816295ccfd
Backout previous changes to fix build bustage.
1998-12-16 18:52:23 +00:00
mjudge%netscape.com
8988ae7888
write now takes ints instead of unsigned ints
1998-12-16 18:43:13 +00:00
warren%netscape.com
1e3dc5f779
Fixed some unsigned problems for the Mac.
1998-12-16 08:03:53 +00:00
kin%netscape.com
0ea8f2a88a
Added tests for SetMaxTransactionCount().
1998-12-15 02:11:53 +00:00
kin%netscape.com
13cd7486c5
Added TestTransactionFactory classes. Got rid of duplicate test/stress
...
functions.
1998-12-14 23:50:27 +00:00
mjudge%netscape.com
128339a0fd
txmgr changes not built yet
1998-12-14 18:46:13 +00:00
kin%netscape.com
adf98000c4
Removed src directory from list of includes.
1998-12-14 18:39:33 +00:00
kin%netscape.com
9bfeef5433
Removed src directory from includes list.
1998-12-14 18:39:14 +00:00
jfrancis%netscape.com
112972ba8e
more preperation for adding tx mgr stuff to mac build
1998-12-11 19:25:48 +00:00
kin%netscape.com
b11f7f3415
We no longer statically link libtxmgr.a.
1998-12-11 00:26:05 +00:00
kin%netscape.com
db8ec0bba1
Modified tests to call nsServiceManager::GetService() to create an
...
nsITransactionManager.
1998-12-11 00:25:33 +00:00
kin%netscape.com
316b36e4af
Added aggregation_test(), stress_test(), and aggregation_stress_test().
1998-12-09 19:28:58 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
kin%netscape.com
f565acea97
Added transient and coalescing test cases.
1998-12-05 01:15:40 +00:00
kin%netscape.com
221f99c6eb
Added support for nsITransaction::GetIsTransient() method.
1998-12-04 23:09:55 +00:00
kin%netscape.com
5960c06d30
Added test case for error during a redo. Added checks to make sure all
...
transaction destruction happens in the order we expect.
1998-12-04 21:32:47 +00:00
kin%netscape.com
b978829b9e
Added more test cases.
1998-12-04 18:09:06 +00:00
mjudge%netscape.com
88bcd1a911
removing NULL replacing with nsnull
1998-12-03 23:46:36 +00:00
kin%netscape.com
58a896b98e
Fix for build bustage on Unix. Put in missing '$'.
1998-12-02 21:25:41 +00:00
kin%netscape.com
3e9b2f03ee
Fix for build bustage on Unix.
1998-12-02 18:02:06 +00:00
kin%netscape.com
bb891b2014
Updated TestTransaction methods to match changes to nsITransaction interface.
...
Started implementation of simple test.
1998-12-02 17:40:25 +00:00
kin%netscape.com
6b091c5f9d
Fix for build bustage on Unix.
1998-12-02 17:39:40 +00:00
jfrancis%netscape.com
0970d83ca1
First Checked In.
1998-11-25 00:33:59 +00:00
mjudge%netscape.com
379c55a4c3
changing makefiles to build test apps on win32
1998-11-24 19:26:45 +00:00
kin%netscape.com
bfd20c7bc2
Quick test to see if the first pass transaction manager code is working.
1998-11-21 01:21:14 +00:00
cyeh%netscape.com
e9d3c67427
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
kin%netscape.com
aedd212113
Initial checkin of files.
1998-11-20 18:36:05 +00:00