Commit Graph

13125 Commits

Author SHA1 Message Date
shaver%netscape.com
30635270f8 Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00
waterson%netscape.com
ecc49d9a07 Added nsStreamDataSource to the factory. 1998-12-15 07:49:03 +00:00
waterson%netscape.com
f958dc2feb Added code to handle columns specified by an RDF sequence. 1998-12-15 07:48:22 +00:00
waterson%netscape.com
8c66255fda Changed columns to use a sequence. Bug fix for bookmark names. 1998-12-15 07:48:01 +00:00
waterson%netscape.com
fafc340767 Removed #if 1's left around from mjudge's selection changes. 1998-12-15 07:47:10 +00:00
waterson%netscape.com
ce9b1a80d0 Added factory function for nsStreamDataSource. 1998-12-15 07:46:22 +00:00
waterson%netscape.com
1901b80b89 Silly bug fixes. 1998-12-15 07:45:25 +00:00
waterson%netscape.com
3b363e24d6 Added utility routines to create RDF Sequence and Bag objects. Added prototype for RDF container cursor. Added some comments. 1998-12-15 07:44:40 +00:00
waterson%netscape.com
1129fb210d Added utility routines to create RDF Sequence and Bag objects. Expanded rdf_IsContainer() to accept sequences. 1998-12-15 07:44:11 +00:00
waterson%netscape.com
e2a3d2fe55 Added nsContainerCursor and nsStreamDataSource to the build. 1998-12-15 07:42:18 +00:00
waterson%netscape.com
22429863c7 Added StreamDataSource CID. 1998-12-15 07:40:29 +00:00
ramiro%netscape.com
73636abd84 Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.
This will fix the problem many people are reporting wrt conflicts with
system libraries that have the same names.
1998-12-15 07:37:32 +00:00
ramiro%netscape.com
7769256dad Ignore generated files. 1998-12-15 07:32:11 +00:00
ramiro%netscape.com
85a05e17fc Make it link again. 1998-12-15 07:31:57 +00:00
vidur%netscape.com
fd093d0d82 Enabled asynchronous loading of SCRIPT SRC=, STYLE SRC= and LINK elements for style sheets. Changed nsIScriptContext to not be dependent on JavaScript. 1998-12-15 06:10:59 +00:00
raman%netscape.com
ba1f9dee86 Checking in changes from Bob Glickstein 1998-12-15 05:53:19 +00:00
michaelp%netscape.com
56739d78ed added ability to create a drawing surface from an HDC under windows. 1998-12-15 05:51:30 +00:00
michaelp%netscape.com
1ea29c4972 made damagearea management more aggressive as a temporary fix until
individual classes can to the right thing.
1998-12-15 05:49:48 +00:00
michaelp%netscape.com
ca4f2f41f7 we not put the responsibility for managing damage regions into the widget
code instead of doing it in the viewmanager. this allows us to paint much
more optimally.
1998-12-15 05:47:25 +00:00
michaelp%netscape.com
18a7ed72a7 we no longer tell the widgets to paint themselves as a result of
a resize operation.
1998-12-15 05:45:05 +00:00
michaelp%netscape.com
a9638b06e1 we now pass the damage region given to us in BeginPaint() into the
rendering context for better damage management.
1998-12-15 05:44:21 +00:00
jfrancis%netscape.com
6a7b88171d implemented toString() + minor fixmeups 1998-12-15 04:42:29 +00:00
kipp%netscape.com
cf6a751b49 Added NS_FRAME_IS_REPLACED macro 1998-12-15 04:21:56 +00:00
kipp%netscape.com
ae95e3f297 Fixed up absolute and floating frame types to support replaced variants 1998-12-15 04:21:28 +00:00
kipp%netscape.com
081d6a2815 Moved floater reflow out of PlaceFloater and into AddFloater so that floaters are only reflowed during reflow, not during placement; Added code to support css 10.3.5; reflow floaters more often so that % width values are recomputed properly 1998-12-15 04:20:54 +00:00
waterson%netscape.com
daf32efa74 Added nsStreamDataSource.cpp and nsContainerCursor.cpp to the build. 1998-12-15 04:14:12 +00:00
pierre%netscape.com
725816ecf4 don't dispatch Update event when the widget has drawn itself already 1998-12-15 04:03:38 +00:00
waterson%netscape.com
0aa56a1b36 Initial revision. 1998-12-15 04:03:24 +00:00
pierre%netscape.com
a504a77878 added OnPaint() to return 'false' and notify nsWindow not to dispatch the Update event 1998-12-15 04:03:09 +00:00
wtc%netscape.com
4fc3518c4b In ntio.c, w95io.c, _PR_MD_OPEN, handle all combinations of
PR_CREATE_FILE and PR_TRUNCATE correctly.
1998-12-15 03:58:53 +00:00
waterson%netscape.com
1011e64c62 Added additional comments to clarify the API. 1998-12-15 03:49:36 +00:00
cls%seawood.org
0aa90bbb4e Added build option for idl tool. Thanks to Tague Griffith <tague@netscape.com> for the patch and the patience while I fumbled this patch. :) 1998-12-15 03:24:59 +00:00
cls%seawood.org
3ab8dc959c Fixed redefinition warning 1998-12-15 03:21:23 +00:00
sfraser%netscape.com
e949a694f4 Fixed Show() to store a full UNIX path to the selected file 1998-12-15 03:11:59 +00:00
sfraser%netscape.com
191bdfba01 Add nsFileSpec.h and nsFileStream.h 1998-12-15 03:08:57 +00:00
pierre%netscape.com
863c7a9967 added nsDialog.cpp ans nsLabel.cpp 1998-12-15 03:05:50 +00:00
pierre%netscape.com
af189fe863 support nsDialog ans nsLabel 1998-12-15 03:05:06 +00:00
pierre%netscape.com
c1ae7a1e4c fixed bug where the Find dialog would not show up again after being dismissed 1998-12-15 03:04:22 +00:00
pierre%netscape.com
dc23c3bdda support dialogs 1998-12-15 03:03:10 +00:00
pierre%netscape.com
fdef79027c First Checked In. 1998-12-15 03:00:25 +00:00
kin%netscape.com
1c9bd558c4 Added OPTIMIZATION comment. 1998-12-15 02:12:25 +00:00
kin%netscape.com
8344827a20 Added tests for SetMaxTransactionCount(). 1998-12-15 02:11:53 +00:00
kin%netscape.com
d9d646fc42 Removed ';' in IID defines. This was causing a problem on the Mac. 1998-12-15 02:11:17 +00:00
kipp%netscape.com
831535719e Landed a patch from bobg@zanshin.com 1998-12-15 01:34:36 +00:00
mcafee%netscape.com
3214fc3211 Adding Unix makefile 1998-12-15 01:27:04 +00:00
pierre%netscape.com
fb4a71cf0f First Checked In. 1998-12-15 01:06:58 +00:00
guha%netscape.com
fb67bfb758 Another try at search 1998-12-15 00:47:13 +00:00
pinkerton%netscape.com
e7502eb0a1 add nsHTToolbarContentModel.cpp to obj's as well as src's. Doh! 1998-12-15 00:42:55 +00:00
kipp%netscape.com
0c1d7e289e Print out state bits in hex too 1998-12-15 00:16:32 +00:00
kipp%netscape.com
d349695d52 #ifdef'd out the outside-children state methods 1998-12-15 00:16:21 +00:00