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

264870 Коммитов

Автор SHA1 Сообщение Дата
ramiro 1882a496df Dont update the menu accent if the widget is dead. Fixes core dump in
Mozilla that occurs on filing of bookmarks.
1998-04-29 11:14:05 +00:00
nisheeth 36e45f71bb - Added #ifdef DOM to layout.h
- Backing out some changes in layout.c that should not have gotten checked in...
1998-04-29 10:47:20 +00:00
nisheeth db51069e15 Added lm_trans.c to Unix makefile... 1998-04-29 10:45:43 +00:00
nisheeth df211e2566 Added layspan.c in mozilla/lib/layout, lm_span.c and lm_trans.c in mozilla/lib/libmocha. 1998-04-29 10:20:16 +00:00
nisheeth 98f5e71745 Touchdown of MARINER_DOM_BRANCH. 1998-04-29 10:13:27 +00:00
nisheeth 1e62a0b728 Touchdown of MARINER_DOM_BRANCH... 1998-04-29 10:08:50 +00:00
nisheeth 7b2593be95 Warning fixes. Thanks to Rick Osborne (rick@spacey.net). 1998-04-29 08:41:05 +00:00
nisheeth bae32c65fd Warning fix. Thanks to tenthumbs@cybernex.net. 1998-04-29 08:39:56 +00:00
jsw 9b3ffd32e8 get the damn function name right 1998-04-29 08:38:27 +00:00
nisheeth 113dadcdae Added access path for jscompat.h 1998-04-29 08:05:20 +00:00
nisheeth 682b95742d Added export of CL_CompositeNow, CL_GetCompositorOffscreenDrawing, CL_SetCompositorOffscreenDrawing and CL_UpdateDocumentRect for XML changes. 1998-04-29 07:50:37 +00:00
toshok 3b8614480e REQUIRE js 1998-04-29 07:09:33 +00:00
ftang 87ef2648d5 fix CP1251 viewing problem by using 8859_5 font. We may need to
add better support (decide which font to use  in the init time instead of
compile time) in the future.
1998-04-29 06:09:25 +00:00
mccabe 225bf8978b Added some #ifdef JAVA guards to remove compile warnings.
Thanks go to rick@spacey.net (Rick Osborne) for finding these.
1998-04-29 02:39:43 +00:00
michaelp 349aea1957 more cliprect api changes... 1998-04-29 02:24:07 +00:00
troy 4123dc2ed8 Changed space manager to return a list of available and unavailable trapezoids 1998-04-29 00:58:16 +00:00
pinkerton 91ff232d03 also send the bookmark drag flavor so that other applications (dragThing, etc) can get both the url and the title (rev sdagley, appr sdagley). 1998-04-29 00:57:11 +00:00
pinkerton 9b9e618331 remove the comment about how we're going to pull the bookmark drag flavor, since we're not. (rev sdagley, appr sdagley). 1998-04-29 00:56:31 +00:00
ftang cb11eb36b9 Check in additional KOI8-R font registry name. Thanks for
sorlov@con.mcst.ru
from the net
1998-04-29 00:56:23 +00:00
ftang 2d667107ac fix ISO8859-5,7,9 KOI8-R Name entity problem 1998-04-29 00:36:25 +00:00
wtc 94d547105a ReliantUNIX is renamed SINIX. 1998-04-29 00:08:32 +00:00
peterl fc1f06f9c2 changed nsStyleText to use nsStyleCoord 1998-04-28 23:57:01 +00:00
peterl e69f24d204 removed inheritance from style mapping
changed nsStyleText to use nsStyleCoord
1998-04-28 23:56:28 +00:00
wtc 0b3f6a8a76 Got rid of the LINUX1_2 and LINUX2_0 macros. I hope that this will
make building on 2.1.x easier.  In case we need to distinguish between
different versions of Linux, we will try to use feature-based macros
as opposed to version-based macros.
Files changed: Linux.mk, _linux.h, _pth.h, prnetdb.c, and ptthread.c.
1998-04-28 23:54:29 +00:00
peterl 7f0ab2c651 added nsStyleCoord 1998-04-28 23:54:06 +00:00
peterl 36ad79f92e added subclass hook for style post-processing 1998-04-28 23:25:07 +00:00
kostello 3290c4a875 Call to RecalcLayoutData 1998-04-28 22:44:05 +00:00
wtc 7aa439229c Merged NSPRPUB_19980421_BRANCH to the main trunk. 1998-04-28 22:43:48 +00:00
kostello b7f9b6bb35 Updated table to process cellpadding, cellspacing and background color
attributes
1998-04-28 22:43:19 +00:00
kostello 629b7937fc Name changed from ResetColumnLayoutData to RecalcColumnLayoutData 1998-04-28 22:41:25 +00:00
kostello 1a06b73ae4 Added SetTableForChildren to set the children's table instance variable 1998-04-28 22:40:22 +00:00
kostello 96fa28d30f Added MapHTMLBorderStyle, MapBorderMarginPaddingInto 1998-04-28 22:34:16 +00:00
sdagley 681d3a70eb Added files needed for nisheeth (layprobe.c) and brade (editor.r) 1998-04-28 22:10:41 +00:00
rjc 7acbd715e0 Workspace interface customization support. 1998-04-28 21:51:48 +00:00
nisheeth e054745bc0 Added layprobe.c to ns/lib/layout. 1998-04-28 21:43:22 +00:00
nisheeth 0723b731d1 Adding stubs for the Layout Probe API. 1998-04-28 21:41:20 +00:00
slamm 8154a8030f Fix shutdown bug. Set NavCenter to really close, not just hide. This fixes the problem where you are unable to exit after opening NavCenter. 1998-04-28 21:04:36 +00:00
pinkerton 00d3c38145 Doh! I removed the wrong icons last time (I removed hilighted instead of selected). Put the right ones back in and take the wrong ones out. (appr sdagley). 1998-04-28 20:59:06 +00:00
slamm 6919c23c56 Add a few more EDITOR ifdefs 1998-04-28 20:59:01 +00:00
troy b8ac3006fb Added an XXX to CreateFrame() as a reminder that we're resolving the
style context more than once...
1998-04-28 20:58:46 +00:00
pinkerton caa0bff3c4 Fix 2 problems: cells with no data no longer show garbage as tooltip. Cells with separator no longer show tooltip. (rev sdagley, appr sdagley). 1998-04-28 20:54:44 +00:00
kmcclusk c49c1f7528 Fixed textwidget refresh problem.
Added AutoErase method to nsWindow.cpp, nsTextHelper.cpp and nsListBox.cpp
1998-04-28 19:24:52 +00:00
michaelp c8fa2102e0 changed clipping apis so that they take parameters in the same form that
clipping is expressed in layer tags and css-p.
added support for setting transforms in layers (untested and very likely
problematic if scales are applied).
changed event handling and painting apis in views to support inherited
visibility.
all parameters passed into view.Init() are now properly stored in the view.
view opacity apis are now real.
1998-04-28 19:16:24 +00:00
karnaze 0df7874f85 fix submit crash in nsWindow; more form control functionality 1998-04-28 18:59:38 +00:00
donm edc67259c4 removing Henrit's jsfile.c and jsfile.h to fix unix build bustage. 1998-04-28 18:00:54 +00:00
donm 57f225d116 backing out Henrit's changes to fix build bustage. 1998-04-28 18:00:00 +00:00
sar 72bba13920 jsfile doesn't compile on unix. Backing out the changes that henrit put it 1998-04-28 17:57:43 +00:00
sar 5046a6f55a reapply henrit's change since we can add it to unix as well. 1998-04-28 17:23:08 +00:00
donm 1927990f6d fixing unix build bustage. 1998-04-28 17:19:14 +00:00
sar bca2161b0f backing out henrit's changes 1998-04-28 17:02:22 +00:00