kipp%netscape.com
|
78d89afc45
|
Fixed bug #10571 by always initializing 'ref'
|
1999-08-27 21:52:19 +00:00 |
|
kipp%netscape.com
|
8607e1fe21
|
Provide a small margin around tables and images here instead of hardcoding (bug #2119); make links red when active (bug #11230)
|
1999-08-27 21:51:46 +00:00 |
|
kipp%netscape.com
|
0c8f598a12
|
Added hack code (for me) to allow for stack depth testing
|
1999-08-27 21:50:37 +00:00 |
|
kipp%netscape.com
|
bcb6fd2f40
|
Fixed computation of max-element-size for bug #12384; don't compute line-height in this class
|
1999-08-27 21:50:06 +00:00 |
|
kipp%netscape.com
|
07283caa5c
|
Shrink down size of nsLineLayout object
|
1999-08-27 21:49:12 +00:00 |
|
kipp%netscape.com
|
06e81276ec
|
Keep trakc of the depth of reflow to allow for limiting stack usage (bug #10310)
|
1999-08-27 21:48:54 +00:00 |
|
kipp%netscape.com
|
a990e6fdbf
|
Don't paint frames that are unflowable
|
1999-08-27 21:48:21 +00:00 |
|
kipp%netscape.com
|
0131e47431
|
Added IsFrameTreeTooDeep method to support code handling bug #10310
|
1999-08-27 21:48:06 +00:00 |
|
kipp%netscape.com
|
5be7df2d3e
|
Fixed bug 12451 - use list-style-type when image doesn't load or is loading
|
1999-08-27 21:47:39 +00:00 |
|
kipp%netscape.com
|
74746dee38
|
Cache computed width so that during placement of the block we can see if auto margins need recomputing (bug #1164)
|
1999-08-27 21:47:04 +00:00 |
|
karnaze%netscape.com
|
373d816283
|
new regression tests
|
1999-08-27 21:46:14 +00:00 |
|
kipp%netscape.com
|
2bbab750e5
|
Revamped to create/destroy manage first-letter frames so that incremental operations (append/insert/remove) work properly
|
1999-08-27 21:46:10 +00:00 |
|
kipp%netscape.com
|
e40963e370
|
Reduce stack size by allocating nsLineLayout objects from the heap when the frame tree depth gets too big (bug #10310)
|
1999-08-27 21:45:37 +00:00 |
|
kipp%netscape.com
|
424e55fe9d
|
Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310)
|
1999-08-27 21:44:10 +00:00 |
|
kipp%netscape.com
|
c939c02aac
|
Nuked some warnings
|
1999-08-27 21:43:33 +00:00 |
|
kipp%netscape.com
|
13f379d093
|
Moved hardcode into ua.css
|
1999-08-27 21:42:46 +00:00 |
|
kipp%netscape.com
|
e0750a5070
|
Use revised DivAlignValue methods
|
1999-08-27 21:42:31 +00:00 |
|
kipp%netscape.com
|
f24657d4ec
|
Made a method to inquire about nav-quirks mode and fixed a few methods to not be static so that they could use it
|
1999-08-27 21:42:08 +00:00 |
|
kipp%netscape.com
|
7ce7393125
|
Revised implementation to better manage the embedded text fragment; implement revised nsITextContent API
|
1999-08-27 21:41:13 +00:00 |
|
karnaze%netscape.com
|
711879206c
|
bug 12287 - removed nsTableFrame::GetContainerWidth, renamed TableIsAutoWidth to IsAutoWidth and simplified.
|
1999-08-27 21:15:21 +00:00 |
|
ducarroz%netscape.com
|
155d743008
|
Add rule for blockquote[type=cite] (use by messenger for display replied messages)
|
1999-08-27 21:11:55 +00:00 |
|
karnaze%netscape.com
|
845b512f66
|
new regression tests
|
1999-08-27 21:08:14 +00:00 |
|
pollmann%netscape.com
|
2372400529
|
Opps!
|
1999-08-27 20:59:28 +00:00 |
|
dcone%netscape.com
|
918bc1fe7d
|
removed a debug printf
|
1999-08-27 20:58:37 +00:00 |
|
jdunn%netscape.com
|
54560aa3f9
|
each of these modules/apps require that libnechoutil_s.a be linked in
because they access NS_MakeAbsoluteURI and NS_OpenURI. Ramiro and Andreas
have both looked this over
|
1999-08-27 20:55:45 +00:00 |
|
rods%netscape.com
|
8b6ba3a48f
|
change all index parameters to PRInt32 from PRUint32
added key listener support for keyboard navagation inside the list
fixed extended selection
fixed a minor problem with selecting an item
|
1999-08-27 14:42:27 +00:00 |
|
rods%netscape.com
|
dfba4adce8
|
Changed the view's widget create so it doesn't register D&D
|
1999-08-27 14:40:14 +00:00 |
|
rods%netscape.com
|
d8af33a213
|
Changed Reflow to check for whether it is native mode or not. InGFX mode it now call the base class' (nsLeafFrame)
Reflow so it does a better job of laying out.
|
1999-08-27 14:38:54 +00:00 |
|
dcone%netscape.com
|
4abe0ca7d3
|
Added a rounding parameter so rounded rects can be used as cirles if the radius is large enough
|
1999-08-27 14:37:47 +00:00 |
|
rods%netscape.com
|
22813275bf
|
Added the other GetDesiredSize call overriding the base class call, and making it
the existing GetDesiredSize with the last param dummyed out. This makes all the sizing work
correctly with the change I put in in nsFormControlFrame
|
1999-08-27 14:34:54 +00:00 |
|
rods%netscape.com
|
833b8c0152
|
Changed to respect border and padding and now draw check mark "centered" in the available space
the check mark also sizes to content area
|
1999-08-27 14:31:59 +00:00 |
|
rods%netscape.com
|
c2d0583645
|
Changed parameters from width and height to a nsRect
|
1999-08-27 14:31:54 +00:00 |
|
evaughan%netscape.com
|
f781250e40
|
Fixed to gfx scrollbar.
Fixed some blockers.
|
1999-08-27 06:06:39 +00:00 |
|
pollmann%netscape.com
|
a522c7ae8f
|
Opps!
|
1999-08-27 05:13:40 +00:00 |
|
pollmann%netscape.com
|
3f220b35c5
|
Opps!
|
1999-08-27 05:05:33 +00:00 |
|
karnaze%netscape.com
|
89aed4a1fe
|
new regression tests
|
1999-08-27 04:48:25 +00:00 |
|
pinkerton%netscape.com
|
bb33f01d50
|
remove refs to nsIContentConnector
|
1999-08-27 04:30:48 +00:00 |
|
karnaze%netscape.com
|
9d31e7c8a1
|
bug 12590 - vertical-align:middle working on cell
|
1999-08-27 04:29:05 +00:00 |
|
pollmann%netscape.com
|
c0317528d3
|
Warning cleanups and Bug 12350
|
1999-08-27 03:59:49 +00:00 |
|
pollmann%netscape.com
|
30a0e34e7e
|
Bug 12350
|
1999-08-27 03:58:47 +00:00 |
|
pollmann%netscape.com
|
22fef24c59
|
Cleanup, and bugfixes for bug 12475 and 12350
|
1999-08-27 03:58:13 +00:00 |
|
pinkerton%netscape.com
|
80fdd59867
|
remove nsTriStateCheckboxFrame.cpp
|
1999-08-27 03:41:43 +00:00 |
|
rpotts%netscape.com
|
0085d83ab0
|
M9 BRANCH landing...
|
1999-08-26 22:45:55 +00:00 |
|
karnaze%netscape.com
|
a6cc89fba6
|
backing out recent changes that failed table regression tests
|
1999-08-26 16:56:42 +00:00 |
|
rods%netscape.com
|
6cf112a833
|
Completely reworked the select GFX object - List and Combobox, it now does all event processing
via DOM listeners instead of through the frames
|
1999-08-26 14:54:07 +00:00 |
|
rods%netscape.com
|
f4f7d3591c
|
Added rule for input type=image, it sets the border to a 2px solid blue
|
1999-08-26 14:50:47 +00:00 |
|
rods%netscape.com
|
d0366de11c
|
removed the hard coded blue border from Input typ=image
|
1999-08-26 14:49:42 +00:00 |
|
rods%netscape.com
|
a680982ab4
|
Put in check for null a mOptions and return zero for GetLength
|
1999-08-26 14:48:59 +00:00 |
|
rods%netscape.com
|
a70b8597f5
|
Cleanup the file and gave it a unique GUID.
|
1999-08-26 14:45:53 +00:00 |
|
hyatt%netscape.com
|
229e5bf222
|
Fix for bug 12887.
|
1999-08-26 10:23:49 +00:00 |
|