Commit Graph

1208 Commits

Author SHA1 Message Date
buster%netscape.com
a45b2ebb58 *** empty log message *** 1998-08-01 02:36:31 +00:00
buster%netscape.com
1d94952b0c *** empty log message *** 1998-08-01 02:32:27 +00:00
buster%netscape.com
c0e2de3c56 fixed cases where we were not computing the table width correctly
fixed cases where we were inappropriately portioning out
a spanning cell's min width to the columns it spanned.
1998-08-01 02:31:55 +00:00
buster%netscape.com
705f18b571 fixed a memory leak on a style context 1998-08-01 02:30:35 +00:00
peterl%netscape.com
714146a525 rounding support 1998-07-31 23:34:45 +00:00
joki%netscape.com
100d4303d8 Change AddScriptListener call to get EventManager from window, not tag content 1998-07-31 22:53:00 +00:00
joki%netscape.com
fa57426559 Filling out document event handlers, adding form events 1998-07-31 22:09:51 +00:00
joki%netscape.com
fe390a0803 Adding support for event handlers in html tags and moving event handler IIDs to central file. 1998-07-31 18:21:37 +00:00
karnaze%netscape.com
7cebdad701 temporary fix of bug causing www.stocksite.com to crash 1998-07-31 17:47:50 +00:00
peterl%netscape.com
cdf487bf43 connected prefs 1998-07-31 06:02:06 +00:00
peterl%netscape.com
094f51e1e6 renamed LoadImage 1998-07-31 05:59:31 +00:00
peterl%netscape.com
bc1d1dbcbb connected prefs to the webshell 1998-07-31 05:58:41 +00:00
peterl%netscape.com
d3024f8eb7 cleaned up 1998-07-31 05:58:13 +00:00
peterl%netscape.com
66acecae66 renamed LoadImage to avoid conflicts with windows headers 1998-07-31 05:55:41 +00:00
peterl%netscape.com
9dc8df6594 connected prefs
added compatibility mode
1998-07-31 05:54:59 +00:00
karnaze%netscape.com
fc265fd305 sizing improvements of form controls for nav4 compatibility 1998-07-31 05:22:35 +00:00
buster%netscape.com
1ed0f3ea0a LengthOf defined in both debug and non-debug builds 1998-07-31 01:40:21 +00:00
buster%netscape.com
ff35c20a64 we now paint backgrounds regardless of our content. Cell borders are
still conditionally painted based on whether the cell's content has
0=size or not.
1998-07-31 00:32:27 +00:00
buster%netscape.com
0e9212b3a8 fixed an error where min width of col spanners were getting proportionately distributed
only desired width gets distributed, not min size.
1998-07-31 00:31:09 +00:00
michaelp%netscape.com
4ce7ab5a99 improved performance of background rendering. 1998-07-30 23:31:42 +00:00
spider%netscape.com
257a2dec72 XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
troy%netscape.com
97f44b821e Removed assertion in image complete code that assumed we have gotten at
least one pixmap update notification
1998-07-30 22:24:11 +00:00
karnaze%netscape.com
8e54395b27 turn off frameborders ala nav4; mouse sensitive to frame borders, but can't yet resize 1998-07-30 21:25:35 +00:00
buster%netscape.com
d0afc21169 fixed non-Debug build by making LengthOf part of both debug and non-Debug builds 1998-07-30 19:54:17 +00:00
troy%netscape.com
81e0cb7584 Added some calls to NS_RELEASE() when exiting the function 1998-07-30 17:46:33 +00:00
troy%netscape.com
9964053935 Re-ordered some code to ensure we don't miss a Release() call 1998-07-30 17:39:41 +00:00
troy%netscape.com
a4ab4c3b6f Added XXX comment about the lack of proper ref counting... 1998-07-30 17:30:44 +00:00
kipp%netscape.com
16d7855b70 Moved root creation into WillBuildModel; added code to enable refresh of the display on the first StartLayout call 1998-07-30 16:06:22 +00:00
troy%netscape.com
961f75c4e0 Changed BuildCellMap() to iterate table cell frames using the sibling
list instead of ChildAt()
1998-07-30 04:50:38 +00:00
troy%netscape.com
3766ec4048 Changed nsString to nsAutoString to eliminate heap allocation 1998-07-30 02:49:13 +00:00
troy%netscape.com
b02d039f0a Changed CreateFrame() to do quick style resolution for text by calling
ResolvePseudoStyleContextFor()
1998-07-29 23:31:56 +00:00
kipp%netscape.com
7ff5d0e7ce Remove most compiler warnings on IRIX 1998-07-29 20:19:08 +00:00
kipp%netscape.com
6123acf9b9 Disabled widget&view for now; render the object so that people know code is coming 1998-07-29 19:33:48 +00:00
kipp%netscape.com
4a9fb58cf0 Tidy up the rendering; don't take space when show-borders is on 1998-07-29 19:33:27 +00:00
kipp%netscape.com
d36f453987 When debugging allow zero width/height frames to render; do not render show-borders around them however 1998-07-29 19:33:00 +00:00
rpotts%netscape.com
c22db3a910 Added a missing Release() which should allow the nsDocument to be destroyed... 1998-07-29 10:47:52 +00:00
kipp%netscape.com
ec0320c95f Release font metrics when done 1998-07-29 04:06:37 +00:00
kipp%netscape.com
360dc68e35 Made placeholders implement nsIInlineReflow so that their existance wouldn't screw up whitespace compression 1998-07-29 04:05:49 +00:00
kipp%netscape.com
06d95d348f Added support for hspace and vspace style attributes 1998-07-29 04:05:04 +00:00
kipp%netscape.com
305dace5b7 Added missing NS_RELEASE call 1998-07-29 04:04:39 +00:00
kipp%netscape.com
4a0c3e1318 Added code to try (poorly unfortunately) to give events to floating objects before regular objects 1998-07-29 04:04:01 +00:00
kipp%netscape.com
bd2c231f25 cleaned up handling of list bullets; fixed FindFloaters to not recurse into child blocks (doh!); get x,y coordinate right for blocks that don't implement IRunAround; place floaters in nested blocks properly 1998-07-29 04:03:12 +00:00
kipp%netscape.com
9e71829460 When computing the max avail space for a frame, allow zero as a legal answer so that zero width objects on the same line stay on the line (e.g. BR's); fixed reflow routines to translate the spacemanager x,y 1998-07-29 03:59:33 +00:00
kipp%netscape.com
16f7bd14fb updated 1998-07-29 03:57:40 +00:00
kipp%netscape.com
632e200402 Setup metrics better for closer navigator compatability (and fix a bug) 1998-07-28 23:34:01 +00:00
kipp%netscape.com
8469091965 Bottom align BR's to make the compatible with nav 1998-07-28 23:33:31 +00:00
pierre%netscape.com
7da9dd2cd7 updated to Windows make file 1998-07-28 04:07:50 +00:00
buster%netscape.com
906c36bf12 fix for distributing spanned width that is less than the column minimums it spans. 1998-07-28 00:23:01 +00:00
buster%netscape.com
ef37113511 more span fixes 1998-07-27 23:47:54 +00:00
rods%netscape.com
820bcabd0b removed DO_SELECTION #define 1998-07-27 23:20:35 +00:00