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

3941 Коммитов

Автор SHA1 Сообщение Дата
kipp 7ce52ac972 Implement VerifyReflow 1998-07-13 19:49:42 +00:00
kipp 072549eb21 Added reflow verification api 1998-07-13 19:49:20 +00:00
kipp 4504999f6f updated a few comments 1998-07-13 19:49:07 +00:00
buster d243e443c4 added Nav4 compatibility code for 0-width cells 1998-07-13 19:22:45 +00:00
buster 4c77b2df1d fixed 2 minor space leaks having to do with temporary structs allocated
to handle colspans
1998-07-13 18:11:12 +00:00
ftang 94d61d8c9f Fix 5.0 SF1 in bug 123225. merged from 4.5 fix. 1998-07-13 16:51:53 +00:00
ftang d547903412 Fix crashing bug # Approved by jar. This bug currently tag as 4.5 bug but since it is
a crashing bug, jar approve to check it in. We didn't change the bug Target FIX version
to 5.0 SF1 in because Nova also need to track it.
1998-07-13 16:38:30 +00:00
ftang 50607e1f74 Fix crashing bug #241466 Approved by jar. This bug currently tag as 4.5 bug but since it is
a crashing bug, jar approve to check it in. We didn't change the bug Target FIX version
to 5.0 SF1 in because Nova also need to track it.
1998-07-13 16:37:49 +00:00
kipp ff670a4b9f Support progressive loading 1998-07-13 16:25:15 +00:00
shaver fc9cae6d8f support int JSVALs in XDRValue (duh) 1998-07-13 16:12:41 +00:00
danm f2ba7ea301 optionally include GlowCode. bug 299200 a:don. 1998-07-13 00:22:53 +00:00
shaver 64fc515a95 modules subdir doesn't build, but mozilla doesn't seem to need it?
removed from subdirs list to let it build again.
(r=nobody, a=nobody...sorry)
1998-07-12 01:15:13 +00:00
kipp 7739419aa0 Empty the style stack when closing out a td/th 1998-07-12 01:12:34 +00:00
kipp ec1a4ff016 Reflow child when max-element-size is requested (this works around a purify detected crash) 1998-07-12 00:19:17 +00:00
kipp 228c0ba1be Set max-element-size 1998-07-12 00:18:36 +00:00
kipp 3773621cca Added code to move content in bad spots in tables out 1998-07-12 00:18:26 +00:00
kipp 9f86005e45 Work around table bugs in a different way 1998-07-12 00:17:50 +00:00
ramiro 8992e74cbe Fix broken '#if defined' and no new line at end of makefile. 1998-07-11 12:45:01 +00:00
rpotts ca4a702aa6 Fixed up CVS merge problem that was horking reference counts... 1998-07-11 08:07:17 +00:00
michaelp d7945c6953 fixed copying of anims10.gif in Makefile. 1998-07-11 06:23:49 +00:00
michaelp 899d802021 killed much hated borders on views... 1998-07-11 06:17:09 +00:00
michaelp 14a683d840 added throbber. 1998-07-11 05:33:00 +00:00
michaelp f7a8b748d8 fixed. 1998-07-11 05:28:22 +00:00
michaelp 8074399685 new gifs for throbber animation... 1998-07-11 05:24:57 +00:00
troy 03dd77b394 Added back in some changes that got lost in the previous
check-in
1998-07-11 04:16:29 +00:00
kipp 329d9232e9 Improved tracing somewhat; fixed map handling; removed some dead code 1998-07-11 03:51:50 +00:00
kipp 75f1af4c1a Split HandleEvent between the two classes; in theory this is because the RootContentFrame gets the scroll adjusted x,y coordinate and RootFrame doesnt 1998-07-11 03:51:18 +00:00
kipp b8470d7af5 Disabled some code to make cursors over links work 1998-07-11 03:50:14 +00:00
kipp 5fbdae41b4 Adjust coordinates to account for borders; don't consume the event when just mouse overing (only consume it when clicking); this fixes cursors oddly enough 1998-07-11 03:49:56 +00:00
kipp 135b6b3efb Tweaked 1998-07-11 03:49:17 +00:00
kipp 289c595b22 Removed GetCursorAt code 1998-07-11 03:48:33 +00:00
kipp 4b99029c24 Avoid crashing when we have no content 1998-07-11 03:47:56 +00:00
kipp 199a67232b Made GetCursorAt looping generic so that more subclasses could use it 1998-07-11 03:47:37 +00:00
briano 5ee5fc874a Finally added most of Richard Lloyd's (hpux@csc.liv.ac.uk) changes, in a manner that I think will work for everyone. 1998-07-11 01:44:28 +00:00
warren 90a5eb9ee6 Added simple LiveConnected plugin test case that used backward adapter. 1998-07-11 01:40:24 +00:00
warren ac427cea4a Fixed up and moved backward adapter from oji dir. 1998-07-11 01:39:51 +00:00
warren c53df47ebe Removed bogus npupp.h -- clean one on mozilla/include 1998-07-11 01:23:27 +00:00
buster 106c3a7c7a fixed unix build, and one small uninitialized variable problem 1998-07-11 00:47:29 +00:00
briano 9005d42694 Added a few minor requested changes. 1998-07-11 00:08:56 +00:00
buster f6e4fa25de *** empty log message *** 1998-07-11 00:08:08 +00:00
buster 7a2fe842b8 major hackage to the table data structures. slimmer, simpler, faster
this work exposed a few bugs and slow spots, which have been fixed
for the aol page, I added some additional backwards compatibility code
to proportionately distribute width when a fixed-width cell has colspans
1998-07-11 00:00:31 +00:00
rpotts ed77051a67 Fixed circular reference problem between the nsScrollingView and its scrollbars... 1998-07-10 23:10:26 +00:00
troy be29f02f19 More code re-shuffling. I need to hurry and check-in before Cujo
whacks the tree
1998-07-10 22:56:13 +00:00
pinkerton 9447dffdaf Really fix bug #299909 (appr don, rev rjc). 1998-07-10 22:19:56 +00:00
kipp f84b2d2dae Fixed max-element-size to account for the border+padding 1998-07-10 21:45:30 +00:00
rpotts 7b1ddbcbf0 Fixed reference counting leak when processing mouse button down events... 1998-07-10 21:44:15 +00:00
warren a4dffe91fe Moved lib/plugin to modules/plugin. 1998-07-10 21:41:14 +00:00
kmcclusk 1ccaf0e6a0 Factored CreateWindow code into CreateMainWindow and CreateChildWindow code. 1998-07-10 21:26:46 +00:00
raman 94e684ce65 This is not part of any build system. caps is part of OJI effort. It will be used by JavaScript in future. Approved by warren/jar/jsw. 1998-07-10 21:12:19 +00:00
kipp 8495eff9e0 Generate automatic margin values for most blocks; this emulates ebina margins fairly well 1998-07-10 20:30:23 +00:00