Commit Graph
240 Commits
Author SHA1 Message Date
peterl@netscape.com 01f44b3ace remap style before rebuilding frames when style rule changes 1999-09-22 01:18:45 +00:00
peterl@netscape.com dad8bf5fad moved re resolve style logic into frame manager 1999-09-21 07:55:37 +00:00
troy@netscape.com 1cd299a54b 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 6efa780d8e conditional support for mathml, for Roger Sidje <rbs@maths.uq.edu.au> 1999-09-21 01:15:30 +00:00
kipp@netscape.com 9cbe233a83 Fixed UMR bug that purify found (14171) 1999-09-20 03:46:09 +00:00
waterson@netscape.com 36a6d06244 Bug 14291. Fix some more of the same kind of leaks. 1999-09-20 03:42:02 +00:00
waterson@netscape.com 49e233ed3d Bug 14291. Stop leaking entire XUL document when anonymous frames are
constructed.
1999-09-20 00:02:59 +00:00
troy@netscape.com 59c92a325a 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 79ab348b5f Hid an unused function 1999-09-16 19:55:08 +00:00
troy@netscape.com c666b8c573 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 43e72000ca 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 514cac5e7a Changed ConstructRootFrame() to use the ":canvas" pseudo element style for
the root frame
1999-09-13 23:26:21 +00:00
troy@netscape.com e3fb680005 Added NULL pointer check 1999-09-13 22:07:15 +00:00
troy@netscape.com 2166feb827 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 fa070c424f 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
troy@netscape.com a90a45b86f Eliminated compiler warning 1999-09-13 04:45:43 +00:00
hyatt@netscape.com 2d71103a84 Working on XP menus. 1999-09-10 08:47:12 +00:00
peterl@netscape.com 10162f564c changed content state change notification rule to match attribute changed
made a seperate notification method
1999-09-10 05:54:00 +00:00
hyatt@netscape.com 3261b63db6 Landing AttributeChanged alteration. AttributeChanged now fires even when the
style hint is REFLOW or VISUAL (and not just CONTENT).
1999-09-08 03:51:41 +00:00
troy@netscape.com 913681c06a Changed CreateGeneratedFrameFor() to set the parent object and the document
object of the generated content
1999-09-07 03:09:33 +00:00
troy@netscape.com 8a4aa0aee7 Fix for bug #13176. Changed CantRenderReplacedElement() to reset the
primary frame mapping for OBJECT elements
1999-09-07 02:42:00 +00:00
peterl@netscape.com 8ffe431a5f use reparent style context 1999-09-03 23:37:37 +00:00
rods@netscape.com 310c09e9cc ListControlFrame now use the nsSelectsAreaFrame to get the correct frame
when clicking in a list
removed NS_VIEW_PUBLIC_FLAG_DONT_CHECK_CHILDREN on list frames the events get routed correctly
1999-09-03 14:57:47 +00:00
kipp@netscape.com 35bf044f84 Moved atom init to factory where it should have been 1999-09-02 18:02:21 +00:00
troy@netscape.com eb6dbc050c Fix for bug #12997 1999-09-02 05:21:39 +00:00
kipp@netscape.com f732090ee8 Disable empty text frame removal; tweaked a few lines to be more compiler friendly 1999-09-01 01:00:25 +00:00
waterson@netscape.com f9ebbf9fad Fix nsCOMPtr --pedantic bustage. 1999-08-31 07:14:54 +00:00
kipp@netscape.com 3dbd670c62 Reimplemented SizeOf methods in some of the frame classes; partial rework of first-line handling snapshot 1999-08-31 03:09:40 +00:00
sspitzer@netscape.com 98787e3020 fix pedantic build bustage. 1999-08-28 16:55:31 +00:00
hyatt@netscape.com 115765fc48 Enabling tree row frames. 1999-08-28 00:45:18 +00:00
kipp@netscape.com fef377f27e Fixed crash when a frame is skipped and we are in a first-letter situation (doh) 1999-08-27 22:53:18 +00:00
kipp@netscape.com c8a21e7e5e 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
evaughan@netscape.com 845d115056 Fixed to gfx scrollbar.
Fixed some blockers.
1999-08-27 06:06:39 +00:00
pinkerton@netscape.com 6a76af7f57 remove nsTriStateCheckboxFrame.cpp 1999-08-27 03:41:43 +00:00
rods@netscape.com 5b644e2d13 Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
Add addtional safety code for dynamically adding items to list boxes when in native widget mode
1999-08-25 13:42:59 +00:00
hyatt@netscape.com c2b7128f2a More anonymous content goodness. 1999-08-25 10:26:41 +00:00
hyatt@netscape.com feb5420ee5 Teaching the tree widget how to make anonymous content. 1999-08-25 05:52:10 +00:00
hyatt@netscape.com 39333e0ced Making a tree outer frame that is constructed instead of a table outer frame
(for trees only of course).
1999-08-24 00:44:21 +00:00
rods@netscape.com 4c5e6144f0 Fixes crash on start up of mail news 1999-08-23 20:59:08 +00:00
rods@netscape.com af62817327 Adde code to return the nsListControlFrame frame when adding frames to the combobox. This fixes Bug #11693 1999-08-23 14:05:39 +00:00
evaughan@netscape.com b3b0d5ed1c xpscrollbars 1999-08-19 22:16:23 +00:00
ducarroz@netscape.com f0e00ce196 Create an autocomplete text widget if needed 1999-08-19 22:11:03 +00:00
rods@netscape.com cf3cc2f8fd For generated content that gets its value from an attribute, it now creates a new object nsIAttributeContent which goes and gets the current value when needed. 1999-08-19 14:29:55 +00:00
rods@netscape.com a0d2e045a3 added an extra check to make sure we have a valid child frame. childFrame could be null when native widgets are turned on 1999-08-10 21:28:06 +00:00
kmcclusk@netscape.com c440633943 Rewrote nsButtonControlFrame. It is now based on nsHTMLButtonControlFrame.
Added style rules to set submit, reset, and browse buttons default labels.
1999-08-10 19:13:57 +00:00
morse@netscape.com d7e28a479c avoid an uninitialized memory access 1999-08-08 19:16:09 +00:00
morse@netscape.com f9ba3a8f03 fix a crash in cookie viewer 1999-08-08 18:10:19 +00:00
peterl@netscape.com 6c98352deb cleaned up style contexts of viewport and friends 1999-08-08 01:16:50 +00:00
rods@netscape.com dc7cd5256b Fixed build breakage, passing in wrong variable, and it was uninitialized. 1999-08-06 21:45:14 +00:00
bienvenu@netscape.com f3dd01d8dc fix build bustage for rods 1999-08-06 21:43:33 +00:00