kipp%netscape.com
65f6ba5343
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
1999-10-08 20:41:19 +00:00
peterl%netscape.com
a3aede8c1c
First step at fixing 12106, factored out style rule processing from
...
style sheets into a seperate style rule processor interface
r=troy
1999-10-08 03:09:31 +00:00
warren%netscape.com
8c71c45537
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
dcone%netscape.com
317cd9edf5
Fixed some warnings
1999-10-07 20:40:00 +00:00
dcone%netscape.com
edf1bb0675
Turned on the background tiling optimization.. Reviewed By rods
1999-10-07 14:57:32 +00:00
kipp%netscape.com
4b19ca3266
Eliminate a memory leak of a style context (which ends up leaking all the stylecontexts upward)
1999-10-07 00:29:28 +00:00
troy%netscape.com
58eccb6592
b=11971, r=peterl@netscape,karnaze@netscape.com
...
Changed ContentInserted() to use GetFrameFor() so we target the table cell's
area frame
1999-10-06 23:17:28 +00:00
mgleeson1%netscape.com
675530c17a
r=kipp changed illegal escape \{ to {
1999-10-06 01:41:38 +00:00
kipp%netscape.com
3eaba4f422
Support SizeOf methods
1999-10-05 23:47:46 +00:00
kipp%netscape.com
8274ae09b1
r=peterl; Added in ctor/dtor counting
1999-10-05 14:52:20 +00:00
kipp%netscape.com
e62c3edf52
Removed static ctors
1999-10-05 14:51:56 +00:00
rbs%maths.uq.edu.au
129e3d048e
Adding remaining MathML hooks and changing ifdef INCLUDE_MATHML to ifdef MOZ_MATHML to avoid thinking autoconf-related. r:peterl
1999-10-02 10:41:40 +00:00
peterl%netscape.com
d8902f6f3a
added hooks to track content that doesn't get a frame
...
Fix for bug 9013 (and any dynamic change from display:none) r=troy
1999-10-02 04:27:40 +00:00
peterl%netscape.com
2fb6714797
fixed fix to bug 15373. Now it won't crash on EOF conditions
1999-10-02 04:23:00 +00:00
kipp%netscape.com
d26d687ef6
r=peterl; bug=15373; Fixed atom memory leaky
1999-10-01 20:13:39 +00:00
dcone%netscape.com
de58b40e53
added background fix.. commented out for now until other platforms are tested
1999-10-01 14:35:20 +00:00
kipp%netscape.com
c37ecb974c
Removed atom table hacks
1999-09-30 21:17:28 +00:00
kipp%netscape.com
da75f9061f
Fixed atom memory leaks and HTMLAttribute memory leaks (for unmapped attrs only)
1999-09-30 21:17:06 +00:00
rods%netscape.com
2036813036
Turned on the system colors
1999-09-30 11:55:15 +00:00
peterl%netscape.com
efe3761c38
made child sheet loads of agent sheets be optionally synchronous
1999-09-30 01:39:57 +00:00
troy%netscape.com
4b1a623ab9
Fix for bug #11633 . Changed ConstructFrameByDisplayType() to use the correct
...
parent frame for absolutely positioned tables
1999-09-29 05:06:17 +00:00
peterl%netscape.com
cd5a8a17d1
manage view visibility better, hide collapsed views and hidden views with widgets
1999-09-29 03:37:02 +00:00
hyatt%netscape.com
e252669b87
Fixing tree widget updating problem (bienvenu).
1999-09-28 00:57:31 +00:00
mcafee%netscape.com
414e7107ef
Backing out latest change, apprunner menus were totally screwed up. a=shaver, r=ramiro,pavlov
1999-09-27 07:28:06 +00:00
troy%netscape.com
9430750742
Fixes for bug #2552 and bug #10961
1999-09-26 20:40:29 +00:00
warren%netscape.com
70c80e647e
Fixed uninitialized variables
1999-09-26 10:07:16 +00:00
peterl%netscape.com
3ca1ef4519
fix bug 5458 - made ApplyRenderingChangeToTree handle overflow content
...
as well as floaters and positioned children
also improved handling of view invalidation and syncing
removed warning
approved chofman
1999-09-25 05:02:52 +00:00
troy%netscape.com
aa014c731c
Fix for bug #14814 . Changed GetFloaterContainingBlock() to also check for floated
...
or absolutely positioned inline elements
1999-09-24 17:14:19 +00:00
troy%netscape.com
55585684cb
Fix for bug #14737 . Made sure that captionFrame is initialized before
...
we use it
1999-09-24 03:15:49 +00:00
putterman%netscape.com
b66140352d
Fix for 13815. Implement OnContentInserted. Approved by chofmann and reviewed by hyatt.
1999-09-23 21:11:02 +00:00
peterl%netscape.com
7b9a8f64d4
Remember: always remove mapped attributes from hashtable before modifying them.
...
Fix bug 13589
1999-09-23 03:54:12 +00:00
peterl%netscape.com
341ec82a84
reset pushback buffer when creating a new scanner
...
factored scanner creation code
1999-09-22 01:19:29 +00:00
peterl%netscape.com
739aaab6e0
remap style before rebuilding frames when style rule changes
1999-09-22 01:18:45 +00:00
peterl%netscape.com
e4c87f11a1
moved re resolve style logic into frame manager
1999-09-21 07:55:37 +00:00
troy%netscape.com
4f514e447a
Part of the fix for bug #11389 . Changed CantRenderReplacedElement() to
...
reset the placeholder frame's out-of-flow frame after replacing the primary
frame. This allows the block frame code to find the floater in the line's
list of floaters
1999-09-21 05:20:11 +00:00
shaver%netscape.com
469ce734c6
conditional support for mathml, for Roger Sidje <rbs@maths.uq.edu.au>
1999-09-21 01:15:30 +00:00
kipp%netscape.com
519b9a7849
Fixed UMR bug that purify found (14171)
1999-09-20 03:46:09 +00:00
waterson%netscape.com
092982e02b
Bug 14291. Fix some more of the same kind of leaks.
1999-09-20 03:42:02 +00:00
waterson%netscape.com
5933db40d2
Bug 14291. Stop leaking entire XUL document when anonymous frames are
...
constructed.
1999-09-20 00:02:59 +00:00
rpotts%netscape.com
69eebbead3
Changed GetDocumentLoadGroup(...) to be XPCom complient. This helps prevent leaks when using nsCOMPtrs.
1999-09-18 06:20:49 +00:00
troy%netscape.com
cbf2204bfc
Fix for bug #14157 . Changed ConstructAlternateImageFrame() to set the document
...
pointer and the parent content pointer for the text frame
1999-09-17 20:57:06 +00:00
kipp%netscape.com
3ced381a1a
Zapped mCompatFloatMargin hack
1999-09-17 00:57:06 +00:00
kipp%netscape.com
aed7845101
Added in mCompatFloaterMargin
1999-09-16 19:55:28 +00:00
kipp%netscape.com
517bde835e
Hid an unused function
1999-09-16 19:55:08 +00:00
troy%netscape.com
07cd658481
Fix for bug #13233 . Changed CantRenderReplacedEledment() so it handles OBJECT
...
frames that are out-of-flow
1999-09-15 04:03:08 +00:00
troy%netscape.com
5c674a3adb
Added back all of Peter's changes to ConstructRootFrame() to use the correct
...
pseudo element styles. Somehow evaughan commented out his code and reverted
to the old wrong code...
1999-09-14 00:40:16 +00:00
troy%netscape.com
b9c7f9eeb5
Changed ConstructRootFrame() to use the ":canvas" pseudo element style for
...
the root frame
1999-09-13 23:26:21 +00:00
troy%netscape.com
97c0000d30
Added NULL pointer check
1999-09-13 22:07:15 +00:00
troy%netscape.com
5ace2e44bc
Fix for bug #13570 . Changed ContentAppended() and ContentInserted() to check
...
for an "object" frame
1999-09-13 21:25:43 +00:00
troy%netscape.com
fa27198a6d
Fix for bug #13497 . Made sure to use NS_BLOCK_MARGIN_ROOT flag when creating
...
the area frame for a scrolled block element
1999-09-13 14:28:34 +00:00