10185 Commits

Author SHA1 Message Date
spider%netscape.com
99a674e6de Change name to zulutest 1998-10-16 18:30:19 +00:00
shaver%netscape.com
b0b64141f7 Perignon: don't force creation of style DB 1998-10-16 18:25:21 +00:00
spider%netscape.com
78840864a2 Move Registration from Container to Shell. 1998-10-16 18:23:36 +00:00
dcone%netscape.com
6f1e29a698 updated, documented and cleanup the code. 1998-10-16 17:59:52 +00:00
dcone%netscape.com
cc6bb32001 removed the file nsCSSLayout.cpp 1998-10-16 15:43:02 +00:00
kipp%netscape.com
15b3d3c0c3 nuked 1998-10-16 14:45:44 +00:00
ramiro%netscape.com
90d641d831 Fix the initial toolbar size problem. 1998-10-16 11:56:34 +00:00
toshok%hungry.com
1864762e65 include config.mk 1998-10-16 09:38:29 +00:00
pierre%netscape.com
2dbb0ef8b9 inherit from nsBaseWidget: removed lots of code 1998-10-16 09:21:23 +00:00
pierre%netscape.com
26526207cf added Previous() and ResetToLast() to the Enumerator 1998-10-16 09:18:03 +00:00
pierre%netscape.com
4a42999db9 added the XP Widgets 1998-10-16 09:04:24 +00:00
toshok%hungry.com
a3eca9b6f6 DOM_StyleGetDatabaseFromContext => DOM_StyleDatabaseFromContext 1998-10-16 07:38:32 +00:00
toshok%hungry.com
263d47e1a2 include config.mk so we can define MOZ_SMOOTH_PROGRESS in myconfig.mk 1998-10-16 06:38:58 +00:00
briano%netscape.com
0e28df67b9 Minor changes for the sake of consistency. 1998-10-16 06:04:27 +00:00
cltbld%netscape.com
0025c75d52 add ::::::lib:mailto to the accesspath of the opt settings. This fixes a build problem introduced by the ender/mime landing on Wednesday. approved: sdagley 1998-10-16 05:57:06 +00:00
troy%netscape.com
72631a7382 Changed UpdateDirtyViews() to clear the dirty region when invalidating
the window. This fixes a problem where some views with widgets, like
scrollbars, that we never receive a NS_PAINT for never cleared the dirty
region
1998-10-16 05:24:35 +00:00
sman%netscape.com
4379a6a0db Fix the scale 1998-10-16 05:20:18 +00:00
sman%netscape.com
d635b73efa Font support 1998-10-16 05:13:56 +00:00
troy%netscape.com
86e66bdd76 Corrected problem that was causing dirty rect to be incorrectly computed
when scrolling is involved
1998-10-16 05:05:09 +00:00
saari%netscape.com
1964fe19fa Mac only change to Mac memory allocator. Checking in John McMullen's change to the small block allocator. 1998-10-16 04:52:44 +00:00
sman%netscape.com
a841f8ec0b fixed code to make sure that the font value is used everywhere rather than
hardcoded values.
1998-10-16 04:11:57 +00:00
kipp%netscape.com
80dacaee7e Support line-height property 1998-10-16 03:49:35 +00:00
kipp%netscape.com
1de030a6f3 Added CalcLineHeightFor method 1998-10-16 03:48:48 +00:00
kipp%netscape.com
aba091f50e Repaired a comment 1998-10-16 03:48:00 +00:00
kipp%netscape.com
454582badf Fixed inheritance behavior of line-height ala peterl 1998-10-16 03:47:40 +00:00
briano%netscape.com
0cc55f9290 Removed the trailing spaces that were causing problems on platforms with older versions of gmake. 1998-10-16 02:59:36 +00:00
cyeh%netscape.com
1e86c30564 remove !ifdef NO_SECURITY, it is obsolete. 1998-10-16 01:49:24 +00:00
cyeh%netscape.com
0edbf18a5f remove NO_SECURITY defines and flip logic to use MOZ_SECURITY.
Also remove hideous hack MOZ_NO_PATCHER.
1998-10-16 01:47:54 +00:00
sar%netscape.com
640f98478a backing out the change in this file (per blythe's request) 1998-10-16 01:44:32 +00:00
cyeh%netscape.com
dc3cfb4b34 remove old old -DNSPR. As if we could ever build now without it. 1998-10-16 01:39:09 +00:00
gagan%netscape.com
81f8688ad1 su_setup.html fix. See bug . 1998-10-16 01:30:45 +00:00
gagan%netscape.com
8eb4d30a1b NuCache Streams now hold the filename for smoother reopening. Not in build as yet. 1998-10-16 01:29:26 +00:00
briano%netscape.com
5254996718 Added to GARBAGE to be sure to clean up the Watcom compiler droppings on QNX. 1998-10-16 00:25:54 +00:00
raman%netscape.com
de7c273669 Minor tweak to my last fix. Pass PR_Now for verfication. 1998-10-15 23:47:51 +00:00
cyeh%netscape.com
8e84ac921c remove ancient NSPR #defines. 1998-10-15 23:36:19 +00:00
kipp%netscape.com
1d04286873 Fixed negative left margin bug introduced into VerticalAlign...; eliminate usage of mFrameX and mFrameY and passing around bounds instead of using PerFrameData's mBounds. 1998-10-15 23:30:00 +00:00
kipp%netscape.com
9d2b85fa64 Removed mFrameX, mFrameY and stop passing around aBounds when the PerFrameData bounds can be used instead 1998-10-15 23:29:02 +00:00
kipp%netscape.com
04f8faaf39 Implement width/height constraints on non-top-level body's; implement nicer ListTag method 1998-10-15 23:28:36 +00:00
kipp%netscape.com
226f8032b2 Added ListTag; changed GetColumnAvailSpace to take a reflow state 1998-10-15 23:28:05 +00:00
kipp%netscape.com
580c31bce2 Added a nicer ListTag method 1998-10-15 23:27:41 +00:00
kipp%netscape.com
f2de42911f Support clear attribute on floaters; nicer ListTag method 1998-10-15 23:27:12 +00:00
kipp%netscape.com
d7988acfa8 Ignore return value from regsvr32 so that clobber always works 1998-10-15 23:24:23 +00:00
kipp%netscape.com
1eecdfed74 Rought support for the print-preview window 1998-10-15 23:23:04 +00:00
kipp%netscape.com
763a9cbc30 Implement CreateDocumentViewerUsing method 1998-10-15 23:22:44 +00:00
kipp%netscape.com
2bba7b478b Added CreateDocumentViewerUsing method 1998-10-15 23:22:25 +00:00
raman%netscape.com
0f2db8cccf Fixed the Mac bustage 1998-10-15 23:21:22 +00:00
alecf%netscape.com
cd83b09694 bring autoconf up to speed with PREF_ hacks 1998-10-15 23:17:13 +00:00
cyeh%netscape.com
920511902c remove NO_SECURITY !define 1998-10-15 22:42:41 +00:00
cyeh%netscape.com
6c9dcea7ae remove NO_SECURITY 1998-10-15 22:42:14 +00:00
cyeh%netscape.com
e8f6d28da2 flip NO_SECURITY/MOZ_SECURITY logic around so that crypto stuff only
gets enabled when MOZ_SECURITY is defined.
1998-10-15 22:40:32 +00:00