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

8357 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com f8474ee65e handle menu events when there is no window 1998-09-23 09:23:07 +00:00
ramiro%netscape.com d62fe33fb5 Remove 2 extra spaces that were causing Mozilla to crash on startup on some
sun computers.
Thanks to Kurt Swanson <kurt@dna.lth.se> for pointing this out and providing
the fix.
1998-09-23 09:21:28 +00:00
pierre%netscape.com 6b39e621ef re-enable the scrollbars on Mac, the widgets are now implemented 1998-09-23 09:19:55 +00:00
pierre%netscape.com fed9338564 fixed a GlobalToLocal problem in FindWidgetHit 1998-09-23 09:18:46 +00:00
pierre%netscape.com e4ed95edbc added widget/src/mac/manifest 1998-09-23 09:12:27 +00:00
pierre%netscape.com 7bab6b10ff First Checked In. 1998-09-23 09:11:08 +00:00
ramiro%netscape.com cef3020548 Fix for bugzilla bug 864. XFE fonts.c file charset array out of whack.
Thanks to raff@aromatic.com for pointing this out and providing the fix.
1998-09-23 08:22:25 +00:00
gagan%netscape.com 2b836dc799 Using NET_IsURLInCache instead of NET_IsURLInDiskCache and NET_IsURLInMemCache. 1998-09-23 06:06:18 +00:00
gagan%netscape.com 3c8046969c Added NET_IsURLInCache function. 1998-09-23 06:03:45 +00:00
gagan%netscape.com b0651c8db7 Correct check for memory objects. 1998-09-23 06:03:27 +00:00
gagan%netscape.com 3998f7fe7e Added NET_IsURLInCache function. This replaces most cases of NET_IsURLInMemCache || NET_IsURLInDiskCache. 1998-09-23 06:03:03 +00:00
gagan%netscape.com 16e7a2b00a Misc. changes. 1998-09-23 06:01:07 +00:00
gagan%netscape.com add3b6463e Removed m_Flag, replaced with state variable. 1998-09-23 06:00:45 +00:00
gagan%netscape.com 497c20cab9 Disk access for streams to file. 1998-09-23 06:00:13 +00:00
gagan%netscape.com 537738b5e8 Cache Object's state functions. 1998-09-23 05:59:04 +00:00
gagan%netscape.com 1f58ad4893 PRFileDesc instead of XP_file*. 1998-09-23 05:58:03 +00:00
gagan%netscape.com 77831a238e Added State accessor functions. 1998-09-23 05:57:06 +00:00
troy%netscape.com 6544fb7160 Fixed bug in InsertNewFrame() that was screwing up the child list 1998-09-23 04:45:59 +00:00
troy%netscape.com c2b31326e5 Fixed an off by one problem in the ContentInserted() code 1998-09-23 04:25:49 +00:00
spider%netscape.com 163d35ee95 XPFC Implementation on top ov Views 1998-09-23 03:40:00 +00:00
valeski%netscape.com d683bea0a8 added mkprefs.h to the makefile.in file. 1998-09-23 03:03:21 +00:00
kipp%netscape.com a08ad0469d Disabled some tests :-( 1998-09-23 02:36:21 +00:00
kipp%netscape.com 045654d701 Added a list method for outputing top/right/bottom/left objects like border/padding/margins 1998-09-23 02:36:07 +00:00
kipp%netscape.com dfe4d42ca1 Fixed parsing of margins to allow for auto values 1998-09-23 02:35:10 +00:00
kipp%netscape.com cd78e9f1fb Removed VerticallyAlignChildren (it's in nsInlineReflow now) 1998-09-23 02:34:43 +00:00
kipp%netscape.com 2687e9ae4c Improved list output for border/padding/margin 1998-09-23 02:34:21 +00:00
kipp%netscape.com aa0e54c319 Some improvement to list layout 1998-09-23 02:33:37 +00:00
kipp%netscape.com fa0fd8dac0 Removed unused include 1998-09-23 02:33:23 +00:00
kipp%netscape.com 1b4505ed58 Added a reminder XXX 1998-09-23 02:33:04 +00:00
kipp%netscape.com 855bc5bdea Removed dead includes 1998-09-23 02:32:43 +00:00
kipp%netscape.com c2091a6dff use line-layout's pres-context as a ref not a pointer 1998-09-23 02:32:17 +00:00
buster%netscape.com 5240b0ccd5 implementation of table-layout=fixed strategy 1998-09-23 02:32:15 +00:00
kipp%netscape.com 33a053369f use nsHTMLContainerFrame instead of nsHTMLBase 1998-09-23 02:31:48 +00:00
kipp%netscape.com 6333380ca0 Use pres-context as a ref instead of a pointer 1998-09-23 02:31:16 +00:00
kipp%netscape.com a62b3d9000 Added methods for counting the number of placed frames; switched the pres-context to a ref from a pointer; removed some debris 1998-09-23 02:31:00 +00:00
kipp%netscape.com d8dc49bad0 Use nsHTMLContainerFrame instead of nsHTMLBase 1998-09-23 02:30:21 +00:00
kipp%netscape.com 40f09fa5ed Updated NS_INLINE_LINE_BREAK_BEFORE macro to not take an argument and explained why in the comment 1998-09-23 02:30:00 +00:00
kipp%netscape.com 11b06203de Moved some methods from various places into this class 1998-09-23 02:29:31 +00:00
kipp%netscape.com c60547b531 nuked 1998-09-23 02:29:03 +00:00
kipp%netscape.com bfc5f6a627 moved CreateViewForFrame to nsHTMLContainerFrame; changed usage of line-layout pres-context from pointer to ref 1998-09-23 02:27:56 +00:00
kipp%netscape.com 450ed640ac Added more args to ComputeDesiredSize 1998-09-23 02:27:21 +00:00
kipp%netscape.com e46fcd47e1 Partial implementation of body style width/height support 1998-09-23 02:26:29 +00:00
kipp%netscape.com be50f363a2 Spanked hard to reorg code around nsInlineReflow; rework list handling; rework factoring of inline/block reflow 1998-09-23 02:25:26 +00:00
kipp%netscape.com 300a2e4f22 use line layout pres-context as a ref not a pointer 1998-09-23 02:24:49 +00:00
kipp%netscape.com 9952691d7c Added new source; removed old source 1998-09-23 02:24:15 +00:00
kipp%netscape.com 64e48ae7f0 Made DeleteChildsNextInFlow public and virtual 1998-09-23 02:23:33 +00:00
kipp%netscape.com 5b8a340e7a Renamed margin carry in/out variables in the metrics struct 1998-09-23 02:21:53 +00:00
kipp%netscape.com 230b467895 new 1998-09-23 02:19:05 +00:00
kipp%netscape.com 31dd9c5d3a Fixed the build 1998-09-23 01:47:17 +00:00
sdagley%netscape.com d1a6416e64 Added prototype for lo_ProcessHeader so the Mac will build. How any platform builds without I don't know (but I'd guess they don't have warnings for un-prototyped functions). 1998-09-23 01:45:44 +00:00