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

14638 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 52ef97fc7c Added support for tree frame instantiation. 1999-01-22 03:31:56 +00:00
hyatt%netscape.com cc7ccabaff Adding the tree frame class. 1999-01-22 03:28:29 +00:00
hyatt%netscape.com 7c65ced2f3 Added atoms for the tree widget. Modified the makefile to make sure
that nsTreeView.cpp builds.
1999-01-22 03:27:35 +00:00
mjudge%netscape.com 4a482f84e3 fixing build bustage 1999-01-22 03:18:51 +00:00
mjudge%netscape.com ac64475777 fix build 1999-01-22 02:06:06 +00:00
pinkerton%netscape.com c563c226a1 ack, unhook toolbars until i can solve the export problem on win. 1999-01-22 01:53:05 +00:00
rhp%netscape.com 109878e6b6 Adding changes for external modular content type handler plugins. 1999-01-22 01:51:43 +00:00
wtc%netscape.com 5e0824f457 Bugsplat bug #340345: need to initialize the last two function pointers
in the file I/O method table.
1999-01-22 01:49:28 +00:00
davidm%netscape.com 559c7cca3c 2239 Crash when leaving test9 1999-01-22 01:49:08 +00:00
wtc%netscape.com a2439bb775 Removed an extra comma. 1999-01-22 01:47:31 +00:00
mscott%netscape.com 5acad2a25f Checking in the real fix for nsBufferedStream this time... 1999-01-22 01:46:37 +00:00
cyeh%netscape.com e130d321d8 added new hacky build configuration. if MOZ_DEBUG is not set, you can
set MOZ_DEBUGOPT. MOZ_DEBUGOPT will generate optimized bits, but also
generate debugging information linked into the libraries and executables.

this can be insanely useful when you are trying to track down compiler
optimization bugs.

to use, set MOZ_DEBUG=, set MOZ_DEBUGOPT=1
1999-01-22 01:45:38 +00:00
rhp%netscape.com d5dca19036 Adding changes for external modular content type handler plugins. 1999-01-22 01:44:22 +00:00
pinkerton%netscape.com e959db5706 hookup toolbars and toolbox so they are instantiated when xul sees those tags. 1999-01-22 01:42:44 +00:00
cyeh%netscape.com 80f6a5a6d0 wrap !ifdef MOZ_DEBUG around custom .cpp rule so that if you are building optimized with
debug symbols, the rule doesn't go looking for PDB files that don't exist.
approved: kipp
1999-01-22 01:41:27 +00:00
mscott%netscape.com f97c320ffb nsBufferedStream::GetLength should return the data length instead of the write offset. 1999-01-22 01:35:44 +00:00
ftang%netscape.com e97a818ea3 add uconv, ucvlatin, ucvja into the build process 1999-01-22 01:30:07 +00:00
alecf%netscape.com ace3cdd40e add rules to automatically build .h files from .idl files if they are newer,
and add way of exporting IDL files with IDLSRCS
1999-01-22 01:28:13 +00:00
alecf%netscape.com 8f9176fb66 specify the exact location of the XPIDL compiler 1999-01-22 01:27:28 +00:00
ftang%netscape.com 38a78d74bd fix the target name from shlib to shlb 1999-01-22 01:26:41 +00:00
mcafee%netscape.com aebdd887f9 OBJS rule is in mozilla/config/rules.mk, don't duplicate it here. 1999-01-22 01:20:34 +00:00
scc%netscape.com da320e986b Made the constructor explicit again (see comment) to stop people from breaking the Linux builds. 1999-01-22 01:17:48 +00:00
pinkerton%netscape.com 8f02167e41 Work to get these instantiated. 1999-01-22 01:10:28 +00:00
pavlov%pavlov.net 1b7b8f39fb fix rods's broken code 1999-01-22 00:45:56 +00:00
rods%netscape.com fc15c1f574 I removed the error. 1999-01-22 00:41:18 +00:00
troy%netscape.com 41250f6f85 Made handling of absolutely positioned child frames more efficient 1999-01-22 00:30:27 +00:00
sfraser%netscape.com ce779ce2f2 Removing ProfilerLib that I left in there by mistake. 1999-01-22 00:22:19 +00:00
sfraser%netscape.com fae5dab490 First Checked In. 1999-01-22 00:21:46 +00:00
sfraser%netscape.com eed9a1690d Added a new target that builds a NewPtr-based implementation of malloc/free for debugging purposes. 1999-01-22 00:20:42 +00:00
sfraser%netscape.com 0e9cbbecc9 Various optimizations in the memory allocators as fix for bug 2254. Also now zap the contents of allocated and freed blocks. 1999-01-22 00:20:06 +00:00
rods%netscape.com 596b93e6f4 Removed the GetFont method (this functionality is now a part of the nsIDeviceContext) 1999-01-21 23:59:14 +00:00
rods%netscape.com c6309515c4 Added new Method for getting System Attributes (colors, fonts, sizes)
many of these are duplicated in nsLookAndFeel. The enums will be removed
from nsLookAndFeel.
1999-01-21 23:55:27 +00:00
ftang%netscape.com 0534a6d903 add intl directory to the makefile 1999-01-21 23:53:08 +00:00
leif%netscape.com 8daa0e16dd Merged v1.1 development branch to trunk, v1.1 released 1999-01-21 23:52:52 +00:00
nhotta%netscape.com ed95678fea First Checked In. 1999-01-21 23:40:32 +00:00
nhotta%netscape.com 7b8d4b7b11 Changes for Mac build. 1999-01-21 23:37:56 +00:00
sfraser%netscape.com a3898d0100 First Checked In. 1999-01-21 23:35:30 +00:00
sfraser%netscape.com 1e4169f2ff Added a #pragma error noting that this file is obsolete, but remains for reference reasons. 1999-01-21 23:35:08 +00:00
sfraser%netscape.com 2c6dbcfc72 Commented out obsolete PowerPlant includes 1999-01-21 23:34:32 +00:00
briano%netscape.com ec702d0165 Automated update 1999-01-21 23:30:38 +00:00
pavlov%pavlov.net 38e3ce56ed require GTK 1.1.13 1999-01-21 23:26:19 +00:00
nhotta%netscape.com f5ae45eca2 File Removed. 1999-01-21 23:26:07 +00:00
nhotta%netscape.com 9b01700753 First Checked In. 1999-01-21 23:13:03 +00:00
wtc%netscape.com 582b6d7c75 Bugsplat bug #340332: _PR_MD_CLOSE should wait, with no timeout,
until the pending async I/O operation is aborted.  Thanks to
Mark Rawling <mwr@npec.netscape.com> for the bug report and help
with debugging.
1999-01-21 23:11:22 +00:00
briano%netscape.com 83abb76366 Automated update 1999-01-21 22:30:35 +00:00
waterson%netscape.com 4e1dbf213c Updated for new header files (not in the build). 1999-01-21 22:29:11 +00:00
waterson%netscape.com aea6df3ac4 Improved namespace handling for output of RDF/XML streams. Modified basic data source interface to include GetAllResources(), which enumerates all of the resources in the datasource. Moved code for dumping an RDF/XML stream out of nsInMemoryDataSource into nsRDFXMLDataSource. 1999-01-21 22:24:32 +00:00
mcafee%netscape.com 80feb5b0f9 Adding guimgr to the editor build to match Win32 1999-01-21 22:19:45 +00:00
mcafee%netscape.com 221ee99f04 Comment: No output = test passed 1999-01-21 22:10:57 +00:00
kostello%netscape.com bbac03f2b3 Changed Code to match new selection work 1999-01-21 21:51:21 +00:00