mcafee%netscape.com
b6c185bad2
Bringing dbm/tests into the new autoconf world
1999-01-22 04:11:01 +00:00
mcafee%netscape.com
a064b3e255
STDARG=1 is the default until we can autoconf this
1999-01-22 04:07:13 +00:00
pinkerton%netscape.com
028c0f687d
hooking toolbars and toolbox back up. Sigh.
1999-01-22 04:04:12 +00:00
mcafee%netscape.com
c677679a85
Adding support for linking binaries
1999-01-22 04:00:13 +00:00
sfraser%netscape.com
48bfa108a3
Fix ftang's build bustage -- move base.mcp to be built before the uconv stuff.
1999-01-22 03:53:24 +00:00
mjudge%netscape.com
a4d3df9954
fixing build bustages
1999-01-22 03:50:22 +00:00
hyatt%netscape.com
9f8775adac
added nsTreeFrame.cpp to xul/base
1999-01-22 03:40:32 +00:00
hyatt%netscape.com
5b677c8b4b
Tweak to make the XUL base library build.
1999-01-22 03:34:41 +00:00
hyatt%netscape.com
09ce11d78f
Added support for tree frame instantiation.
1999-01-22 03:31:56 +00:00
hyatt%netscape.com
5456308d80
Adding the tree frame class.
1999-01-22 03:28:29 +00:00
hyatt%netscape.com
186ab7b0bb
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
43cd2feb1c
fixing build bustage
1999-01-22 03:18:51 +00:00
mjudge%netscape.com
10c1abc698
fix build
1999-01-22 02:06:06 +00:00
pinkerton%netscape.com
79a42f97e3
ack, unhook toolbars until i can solve the export problem on win.
1999-01-22 01:53:05 +00:00
rhp%netscape.com
c753c74eb9
Adding changes for external modular content type handler plugins.
1999-01-22 01:51:43 +00:00
wtc%netscape.com
e2d9eba7df
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
0ee72b3136
2239 Crash when leaving test9
1999-01-22 01:49:08 +00:00
wtc%netscape.com
56061d1e4f
Removed an extra comma.
1999-01-22 01:47:31 +00:00
mscott%netscape.com
6c01722814
Checking in the real fix for nsBufferedStream this time...
1999-01-22 01:46:37 +00:00
cyeh%netscape.com
548ba948c5
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
7131d1582a
Adding changes for external modular content type handler plugins.
1999-01-22 01:44:22 +00:00
pinkerton%netscape.com
6864fb136f
hookup toolbars and toolbox so they are instantiated when xul sees those tags.
1999-01-22 01:42:44 +00:00
cyeh%netscape.com
44f108dc2c
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
0c32c3376b
nsBufferedStream::GetLength should return the data length instead of the write offset.
1999-01-22 01:35:44 +00:00
ftang%netscape.com
6c3e530532
add uconv, ucvlatin, ucvja into the build process
1999-01-22 01:30:07 +00:00
alecf%netscape.com
c6062f62ec
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
714adc1e79
specify the exact location of the XPIDL compiler
1999-01-22 01:27:28 +00:00
ftang%netscape.com
7898063568
fix the target name from shlib to shlb
1999-01-22 01:26:41 +00:00
mcafee%netscape.com
7276bab10a
OBJS rule is in mozilla/config/rules.mk, don't duplicate it here.
1999-01-22 01:20:34 +00:00
scc%netscape.com
edaa2f7db9
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
2cfa505bf6
Work to get these instantiated.
1999-01-22 01:10:28 +00:00
pavlov%pavlov.net
d1ef13df42
fix rods's broken code
1999-01-22 00:45:56 +00:00
rods%netscape.com
87c958fab8
I removed the error.
1999-01-22 00:41:18 +00:00
troy%netscape.com
3fe6a2ce3e
Made handling of absolutely positioned child frames more efficient
1999-01-22 00:30:27 +00:00
sfraser%netscape.com
2c1c741f37
Removing ProfilerLib that I left in there by mistake.
1999-01-22 00:22:19 +00:00
sfraser%netscape.com
e50a274277
First Checked In.
1999-01-22 00:21:46 +00:00
sfraser%netscape.com
8df51a7c8f
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
bd88993c12
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
934d281ab9
Removed the GetFont method (this functionality is now a part of the nsIDeviceContext)
1999-01-21 23:59:14 +00:00
rods%netscape.com
57251495aa
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
24267e28b8
add intl directory to the makefile
1999-01-21 23:53:08 +00:00
leif%netscape.com
e4f2801b64
Merged v1.1 development branch to trunk, v1.1 released
1999-01-21 23:52:52 +00:00
nhotta%netscape.com
47e9f04a72
First Checked In.
1999-01-21 23:40:32 +00:00
nhotta%netscape.com
f95d8b90f4
Changes for Mac build.
1999-01-21 23:37:56 +00:00
sfraser%netscape.com
fab0cd5266
First Checked In.
1999-01-21 23:35:30 +00:00
sfraser%netscape.com
9f6ce6ad92
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
cbf2c95809
Commented out obsolete PowerPlant includes
1999-01-21 23:34:32 +00:00
briano%netscape.com
5f4199a622
Automated update
1999-01-21 23:30:38 +00:00
pavlov%pavlov.net
a4a6887311
require GTK 1.1.13
1999-01-21 23:26:19 +00:00
nhotta%netscape.com
b2a4ed2fdd
File Removed.
1999-01-21 23:26:07 +00:00