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

74 Коммитов

Автор SHA1 Сообщение Дата
rickg%netscape.com 342564910d sync up with mods to the parser 1999-01-09 01:11:37 +00:00
mjudge%netscape.com 740a2da60c changing COM_auto_ptr to nsCOMPtr.h 1998-12-17 19:26:17 +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
sfraser%netscape.com 0ec6cf89b2 Fix target and output libary names. 1998-12-16 03:34:58 +00:00
sfraser%netscape.com 93dfe64658 First Checked In. 1998-12-15 22:17:48 +00:00
sfraser%netscape.com 8c67d0f1fd First Checked In. 1998-12-15 21:59:40 +00:00
kin%netscape.com 6ac2ef90cb Added OPTIMIZATION comment. 1998-12-15 02:12:25 +00:00
kin%netscape.com 0ea8f2a88a Added tests for SetMaxTransactionCount(). 1998-12-15 02:11:53 +00:00
kin%netscape.com 19fdc7f051 Removed ';' in IID defines. This was causing a problem on the Mac. 1998-12-15 02:11:17 +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 c10c8bcaaa updating txmgr.. 1998-12-14 20:38:36 +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
kin%netscape.com 9d6d4f7613 Added LLIBS and MISCDEP. 1998-12-14 18:37:46 +00:00
jfrancis%netscape.com 112972ba8e more preperation for adding tx mgr stuff to mac build 1998-12-11 19:25:48 +00:00
jfrancis%netscape.com 733aa2a69d getting transaction manager ready for addition to mac build 1998-12-11 18:13:11 +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 87005c03e7 Initialize mRefCnt in constructor. Removed useless white space. Commented
out references to NS_TRANSACTIONMANAGER.
1998-12-11 00:24:29 +00:00
kin%netscape.com edd23ff0d6 Added EXTRA_DSO_LDOPTS. 1998-12-11 00:23:25 +00:00
kin%netscape.com 66aaaff482 Added SetMaxTransactionCount() method to nsITransactionManager and
nsTransactionManager. Replaced all !NS_SUCCEEDED with NS_FAILED.
1998-12-11 00:22:34 +00:00
kin%netscape.com ab2c9608d0 Added nsTransactionManagerFactory.cpp to list of files to build. 1998-12-10 18:25:12 +00:00
kin%netscape.com 71b9ba901e Added nsTransactionManagerCID.h to list of exports. 1998-12-10 18:24:18 +00:00
kin%netscape.com ac6eaa343e Initial checkin of file. 1998-12-10 18:23:04 +00:00
sfraser%netscape.com 3a4008a62e Convert AppleSingle->binary format. 1998-12-10 03:22:27 +00:00
kin%netscape.com a3e7e18592 Modified Undo() and Redo() to throw an error if there is a transaction
on the Do stack.
1998-12-09 19:53:31 +00:00
kin%netscape.com 316b36e4af Added aggregation_test(), stress_test(), and aggregation_stress_test(). 1998-12-09 19:28:58 +00:00
kin%netscape.com 3b5f73c4a8 Fixed bug that prevented transaction item children from being redone. 1998-12-08 22:05:23 +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 3f1e0c270d Implemented RecoverFromUndoError() and RecoverFromRedoError(). 1998-12-04 21:50:09 +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 2a810af87f Fixed crash bug when calling PeekUndoStack() or PeekRedoStack() when the stacks
are empty. Fixed bug that allowed mMaxLevelsOfUndo + 1 entries on the undo
stack.
1998-12-03 00:41:44 +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 c3ce098578 Added GetTransaction() method. 1998-12-02 17:40:56 +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
kin%netscape.com 431c09e92d Added implementations for new Clear(), PeekUndoStack(), and PeekRedoStack()
interface methods. Added support for transaction merging/coalescing, and
max number of undos.
1998-12-02 17:39:09 +00:00
kin%netscape.com abcdd4d936 Added Clear(), PeekUndoStack(), and PeekRedoStack() methods to interface. 1998-12-02 17:37:16 +00:00
kin%netscape.com c6426cab4c Added Merge() method to interface. 1998-12-02 17:36:46 +00:00
kin%netscape.com 3f26da3f06 Implemented transaction aggregation, modified code to use nsTransactionItem. 1998-12-01 18:38:52 +00:00
kin%netscape.com 6343b0f246 Initial version of file. 1998-12-01 18:35:49 +00:00
mjudge%netscape.com 8114436240 removed non production code 1998-11-28 01:28:00 +00:00