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

264870 Коммитов

Автор SHA1 Сообщение Дата
fur 6b433caaaa (This code is not built by any flavor of Navigator)
Initial check-in to mozilla tree: JSRef development is migrating from
JSFUN13_BRANCH of /m/src repository to /m/pub
1998-04-24 01:35:13 +00:00
fur e75cafd1e9 JS1.3 initial check-in 1998-04-24 01:28:40 +00:00
fur a2bf16e4c8 Initial checkin of JS1.3. (Minor fix required to accomodate JSAPI behavior changes) 1998-04-24 00:34:15 +00:00
fur 6c5d7e65c6 Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
fur ddc67e87cf Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository 1998-04-24 00:31:11 +00:00
michaelp 7687494b21 more scrolling bugs. 1998-04-24 00:30:21 +00:00
scullin c2e1072c4f Removed dependency on Motif 1998-04-24 00:17:36 +00:00
dbragg 4fe9264769 Moving asw.jar into appropriate place (not into as_html) 1998-04-23 23:51:47 +00:00
dbragg f7dcb57678 Um, like, ns_priv handling is screwy, but for now we need to at least POINT there... 1998-04-23 23:45:32 +00:00
michaelp 00a34bd0be fixed bug where scollbar itself was scrolled. 1998-04-23 23:32:59 +00:00
michaelp a67637dc6d changed SetContainerSize() to ComputeContainerSize(). 1998-04-23 23:21:37 +00:00
dbragg 4843cc54d3 for the fun of it 1998-04-23 23:17:20 +00:00
dbragg 6da5d485be make it work for el don 1998-04-23 23:16:06 +00:00
dbragg a07080099e OK, maybe this is better? 1998-04-23 23:06:18 +00:00
buster ca3ae5f05c fixed a nefarious little bug with multiple row spans in the same table
subsequent rows (the ones below the effected rows) were not placed correctly
when the height of the spanning cell became greater than the sum of the heights
of the rows it spanned.
1998-04-23 22:59:07 +00:00
troy ab92c500db More work on absolute positioning 1998-04-23 22:38:52 +00:00
dbragg dc47509642 Fixed to use correct targets 1998-04-23 22:27:55 +00:00
michaelp d4caef7672 added AddRef() to GetScrolledView(). 1998-04-23 21:54:47 +00:00
michaelp d8e9d08bc6 removed debug junk 1998-04-23 21:52:02 +00:00
michaelp cbfb8c143d view no longer shows a scrollbar when we can't scroll.
added GetScrolledView().
1998-04-23 21:51:43 +00:00
michaelp bf7e14549f removed conditional calling of view->SetDimensions() in SizeTo(). 1998-04-23 21:51:03 +00:00
kmcclusk 22f96a82ef Added SetMaxTextLength method to text widget and textarea widget. 1998-04-23 20:21:24 +00:00
scullin b6660d91ec Build on IRIX and Linux 1998-04-23 19:55:08 +00:00
scullin f0f4579809 Linux build fixes. Moved test.cpp to nettest.cpp to allow nettest to
build easily under UNIX.
1998-04-23 19:33:34 +00:00
scullin 97f62e2aa2 Fixed non-virtual destructor, and incorrect stream usages that
gcc didn't like.
1998-04-23 19:10:35 +00:00
scullin 660fadbded Fix abiguous null test for smart pointers. 1998-04-23 19:08:21 +00:00
buster 9481637fae table header and footer rowgroups placed properly, replicated across continuing tables
some pagination fixes, including a hack to make negative available heights = 1.
1998-04-23 17:29:07 +00:00
buster ac6d7c116e fixed a bug where a case during pagination wasn't being tested correctly 1998-04-23 17:22:46 +00:00
buster 742a6deb6f added style for HTML 4 table elements and TH 1998-04-23 17:19:21 +00:00
kipp 87e6585798 nuked ref to line layout 1998-04-23 17:09:16 +00:00
kipp e071e45d4f link with plc 1998-04-23 16:51:49 +00:00
kipp fb266e5bee Fixed SetTitle API 1998-04-23 16:51:25 +00:00
kipp 59359e73b4 define win32_lean_and_mean 1998-04-23 16:47:26 +00:00
troy 2c0ca536fc More CSS position work 1998-04-23 15:39:48 +00:00
scullin 1d6d64db53 Unix build patches 1998-04-23 03:51:20 +00:00
slamm cd231647d6 Change NavCenter (aka Aurora) to use the XmLTree instead
of the Outliner class.  This will be cleaner in the end and will give
us an easy way to do dynamic columns.
1998-04-23 01:29:34 +00:00
slamm 03e5c90207 Add a new horizontalSizePolicy, XmRESIZE_IF_POSSIBLE.
This resizes the columns to make the fit in the available widget width
without scrollbars.  This is made possible by a new function,
SizeColumnsToFit(), which is adapted from Outliner.cpp:applyDelta().
Also add a resource for minColumnWidth.
1998-04-23 01:29:30 +00:00
slamm 03d180937e Fix print remote to take file argument. 1998-04-23 01:29:26 +00:00
ftang b051624e42 Change unicode mapping table to include EURP mapping 1998-04-23 01:12:20 +00:00
mccabe fb4c567601 Makefile hacking to make 'gmake js' work in ns/js/src. Abstracted a
few constants, added -ldl for Linux.  Tested on Irix 6.3, SunOs 5.6,
Linux 2.031.
1998-04-23 00:39:10 +00:00
rickg c29b8f890f final factoring of DTDs, and removal of nsHTMLDTD.* 1998-04-22 23:56:57 +00:00
ramiro 78b4db3cce Move headers from unused to used. 1998-04-22 23:48:50 +00:00
troy 55632fc7af Added nsStylePosition 1998-04-22 23:29:01 +00:00
troy 4366741d31 Starting to pay attention to CSS positioning properties 1998-04-22 23:28:39 +00:00
troy 42943b6cf9 Setting up style for CSS positioning 1998-04-22 23:28:02 +00:00
kipp 30df787449 option is a container too 1998-04-22 23:25:36 +00:00
kipp 7c7a203367 Added in support for select/option 1998-04-22 23:24:43 +00:00
wtc 5e08ba3f0b Added parentheses around a type cast. Fix provided by Kipp Hickmann
<kipp@netscape.com>.
1998-04-22 22:36:47 +00:00
kipp 6ebed4fba7 support textarea tag; some support for custom form managers 1998-04-22 22:12:24 +00:00
kipp e74c50762c snapshot 1998-04-22 22:11:52 +00:00