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

72 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 13b18ece68 Committed from OJI_19980618_TIP_MERGE1. 1998-07-28 02:07:25 +00:00
rickg%netscape.com 5446c139c4 warning removal 1998-07-25 02:11:02 +00:00
waterson%netscape.com dc6c35efed Removed until approval from modul owner. 1998-07-24 23:33:15 +00:00
waterson%netscape.com f7d82b20d0 Initial revision. 1998-07-24 23:07:58 +00:00
michaelp%netscape.com 837d1a9ae0 added APIs to viewmanager to enable and disable all rendering.
made Refresh() APIs of viewmanager implementation private.
1998-07-24 21:05:50 +00:00
spider%netscape.com 2dce002dce Module Specific Error Generation 1998-07-24 13:47:09 +00:00
michaelp%netscape.com cde556f1a4 modified streaming APIs to be what the OJI guys want. 1998-07-23 20:34:01 +00:00
spider%netscape.com 7736992db7 Backing out nsError.h revision 3.2 until the tree opens... 1998-07-23 20:08:13 +00:00
spider%netscape.com c3de281a89 Added Support for Module Specific Error Codes which are compatible with
the native platform.
1998-07-23 19:28:00 +00:00
troy%netscape.com c1493555d6 Added some '=' operator member functions to nsAutoString 1998-07-22 21:38:48 +00:00
scullin%netscape.com 1b7aa79e95 Default implementation of QueryInterface needs to NULL result on failure. 1998-07-21 21:32:52 +00:00
kipp%netscape.com 50eba5177c Allocate some IIDs 1998-07-19 01:19:30 +00:00
kipp%netscape.com 12fdd31f5f Allocated some IID's 1998-07-18 21:51:28 +00:00
kipp%netscape.com f2f161b1d4 Allocated IID's for nsIHTMLContentSink, nsIContentSink, nsIDTD 1998-07-15 22:51:30 +00:00
danm 30f8c8b987 glowcode. bug 299200 a:don. 1998-07-09 16:33:15 +00:00
kipp be795823b7 Added a reminder to not mess with the NS_ISUPPORTS IID 1998-07-07 16:08:55 +00:00
kipp 8695e681dc Allocated IID for nsIFrame 1998-07-07 16:07:35 +00:00
kipp aeda35b8f7 new 1998-07-07 16:04:02 +00:00
rickg ff4f9c2c9c major improvements to parser API's; fixed a few bugs 1998-07-02 08:14:22 +00:00
jevering ca519eff60 Modified ReplaceElementAt to grow the array if an index out of the
allocated boundary was requested.
1998-07-02 00:28:56 +00:00
atotic 9e29b605a7 More exports are needed for Raptor 1998-06-26 23:02:03 +00:00
rickg 9150405dab huge refactoring effort; transient style support; tables fixes, and more 1998-06-17 23:13:28 +00:00
atotic 7b509cfb7b More exports are needed 1998-06-16 21:42:32 +00:00
jevering b4c345c05c Fixed double ended queue to accept a callback in the constructor
to a function which frees the inserted objects.
1998-06-12 01:36:24 +00:00
troy 840313626c Added an additional constructor 1998-06-11 22:48:25 +00:00
gordon 5f2eb36b5e Changes for value-added builds. 1998-06-08 11:19:51 +00:00
gordon 77045e07ae Export nsHashTable methods. 1998-06-06 11:19:14 +00:00
kipp a3cbd81c80 Added SizeOf method 1998-06-05 21:38:36 +00:00
kipp b5b9af1404 new 1998-06-05 20:46:23 +00:00
scc 432f3ea897 First Checked In. 1998-06-04 22:51:07 +00:00
scullin ccfef80b32 Added NSPR logging. Set NSPR_LOG_MODULES=NSRepository:4 to get
bunches o' logging.
1998-06-02 19:54:52 +00:00
toshok e6baaac1be Fix build on FreeBSD. don't hardcode '.so', some platforms don't use it. 1998-06-02 00:18:45 +00:00
raman 24d011f72a Added the clone method. Approved by warren 1998-06-01 22:11:06 +00:00
kipp 38ccae3b3c null terminate empty auto string properly 1998-06-01 20:55:46 +00:00
sfraser c8b410a908 Changed to use .exp file for exports, so that stuff gets exported. 1998-05-28 22:23:41 +00:00
sfraser a4566bf075 First Checked In. 1998-05-28 22:23:16 +00:00
sfraser 66b0cb8c92 Export nsError.h 1998-05-28 20:50:24 +00:00
sfraser a9171040fc Correct comment 1998-05-28 19:40:34 +00:00
sfraser f1cb8b3740 Updating for new build system and prefix files. 1998-05-28 19:16:03 +00:00
sfraser 93b38fd618 Changes for the new build system; unify prefix files. 1998-05-28 19:04:58 +00:00
kipp 528d80ff81 Init refcnt properly 1998-05-28 18:38:32 +00:00
sfraser 44e9956672 First Checked In. 1998-05-23 01:14:17 +00:00
hardts b610f18d8a was 0 length file after landing branch, copy in the branch version 1998-05-22 22:34:32 +00:00
hardts 95f3fc8a1d TestID.cpp didn't get branch changes for some reason, adding them now. 1998-05-22 22:30:53 +00:00
hardts 6bcb19ce6f landing XPCOM_BRANCH 1998-05-22 21:56:30 +00:00
cyeh 0977bc9ea6 assist with XPCOM_BRANCH landing. add files nsDebug.cpp and nsSupportsArray.cpp to projects 1998-05-22 21:52:45 +00:00
rickg d1a681d69c minor perf improvement to deque 1998-05-21 20:37:17 +00:00
rickg df5167e848 filled in the popback function 1998-05-21 02:27:34 +00:00
kipp 745846f561 Fixed bug in nsString::Cut code where the sizeof(chartype) was multipled a bit aggresively; I also tuned the routine somewhat as well 1998-05-20 23:18:25 +00:00
peterl 79851b1d53 added enumerate methods 1998-05-20 20:31:58 +00:00