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

10367 Коммитов

Автор SHA1 Сообщение Дата
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 #329114. 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
kipp%netscape.com ffeabc6d7d Removed unused include 1998-10-15 22:37:38 +00:00
cmanske%netscape.com d4c554c4a7 Added Undo/Redo to context menu (Ender-only). Added accelerator hints to Copy and Cut menu items 1998-10-15 22:18:11 +00:00
cmanske%netscape.com 508218c2cf Check Preformat when inserting image. Fixed infinite loop bug in message processing 1998-10-15 22:03:23 +00:00
cmanske%netscape.com 94d9781c29 Implemented new function to check if in Preformt text 1998-10-15 22:03:20 +00:00
cmanske%netscape.com 39691ea998 Added new function to test for Preformat text 1998-10-15 22:03:16 +00:00
blythe%netscape.com 63fa9bd92a Fix automated tinderbox NT bustage, apparently rm will crash, notified by sar 1998-10-15 22:01:41 +00:00
nisheeth%netscape.com 4861392800 This change is realy cool. The compositor gets enabled at the end of layout
rather than at the beginning, so, we don't see a blank page between URL
traversals at all.  The earlier page remains visible until the new page has
pixels that can be shown, and then, BANG, the new page becomes visible.

Gone are the days when we have to stare at a blank page while layout occurs.
1998-10-15 22:01:21 +00:00
alecf%netscape.com 57a159071e use VPATH instead of listing 3 seperate rules
also add some comments
1998-10-15 21:57:03 +00:00
shaver%netscape.com d8e07356ea need prlong.h explicitly now that JS doesn't provide LL_* by default 1998-10-15 21:43:32 +00:00
rods%netscape.com b9aeebf1e2 Added makefiles and factory for widget directory reorganization 1998-10-15 21:41:38 +00:00
rods%netscape.com 7ccaf178cc Moved the cross-platform widgets into their own directory.
Moved the platform specific factories into the new "build" directory.
The "build" directory now links the spwidgets and the platforms specific
widgets together.
1998-10-15 21:30:32 +00:00
blythe%netscape.com fada720301 Current 328650 performance improvement changes 1998-10-15 21:20:43 +00:00
buster%netscape.com 0c1c724f56 incremental reflow: append/insert/delete row group, append/insert/delete col 1998-10-15 21:07:37 +00:00
morse%netscape.com 19dbcd23cb fix string for privacy policy 1998-10-15 20:58:56 +00:00
troy%netscape.com bcb0d2dd19 Removed NS_VMREFRESH_SCREEN_RECT update option 1998-10-15 20:57:43 +00:00
raman%netscape.com ccee89d6a8 Added verification certifcates that are created via nsICapsManager. This could be used by JVM plugins. 1998-10-15 20:56:34 +00:00
slamm%netscape.com 1674c64692 Set the minimum column width (to 6). 1998-10-15 20:54:21 +00:00
slamm%netscape.com b40eb43250 Improve column resizing. 1998-10-15 20:52:11 +00:00