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

8063 Коммитов

Автор SHA1 Сообщение Дата
karnaze%netscape.com 66dbe5b033 new regression tests 2000-01-31 23:03:08 +00:00
rods%netscape.com b9e710dd6b removing the creation of native widget and replacing them with asserts (for now)
b 17027 r kmccluck
2000-01-31 22:46:55 +00:00
attinasi%netscape.com d5cfee006d Sorry - typo in change... 2000-01-31 14:26:25 +00:00
attinasi%netscape.com 899d8d2a27 Changed the setting of PrimaryFrame for elements wrapped in a GfxScrollFrame,
except for the DocElement which still has the primary frame set to the scrolledframe.
Fixed compiler warning around NS_NewFiedlSetFrame(...).
r=evaughan b=23803
2000-01-31 14:04:41 +00:00
attinasi%netscape.com 1b2a788ce7 Removed unused argument statements for elimination of warnings. No functional changes. 2000-01-31 13:54:39 +00:00
rbs%maths.uq.edu.au be2639277c [#ifdef MATHML]. Hook for the ms tag 2000-01-30 23:33:38 +00:00
rbs%maths.uq.edu.au e9cb289607 Enable the <ms> tag 2000-01-30 23:30:54 +00:00
rbs%maths.uq.edu.au 1ad2b0bbe3 First check-in 2000-01-30 23:28:51 +00:00
troy%netscape.com 9cb902de91 b=25245. Fixed some problems in ReflowLine() when reflowing to incrementally
update the maximum width
2000-01-30 18:42:23 +00:00
troy%netscape.com c9708e5a02 b=25245 Changed ComputeContainingBlockRectangle() to set the containing
block width to NS_UNCONSTRAINEDSIZE if it is an unconstrained reflow.
This way percentage based widths are treated properly
2000-01-30 18:40:48 +00:00
troy%netscape.com 5d3a802715 b=25245 Fixed ApplyLeftMargin() to not subtract for margins if it is an
unconstrained reflow
2000-01-30 18:29:52 +00:00
troy%netscape.com 70f0ee3653 b=25245 Changed Reflow() to return 0 for a max-element-width if the
image has a percentage based width
2000-01-30 18:28:38 +00:00
scc%netscape.com ef181b05f8 |nsFrameIterator::QueryInterface| neglects to handle |nsIBidirectionalEnumerator| ... replacing hand-rolled QI with the macro to fix. r=pinkerton 2000-01-29 19:59:53 +00:00
mscott%netscape.com 1c9003cd9b Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
r=travis
2000-01-29 06:08:52 +00:00
mscott%netscape.com 97916ccf63 Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
tweaks to make doc loader observer scriptable
tweaks to make doc loader observer scriptable
r=travis
2000-01-29 06:08:05 +00:00
saari%netscape.com a94b50e760 Fix for bug 22264. r=hyatt 2000-01-29 04:05:03 +00:00
troy%netscape.com 7c5823dbda b=25223. Block code now does a better job of determing where the floater
should go before reflowing it
2000-01-29 00:47:33 +00:00
vidur%netscape.com fe4e5e294c Fix for bugs 20485 and 24600. We no longer flush immediately in the content sink when we hit a script element. Instead the sink is a document observer and listens for BeginUpdate/EndUpdate notifications when evaluating a script and flushes only if necessary. Added BeginUpdate/EndUpdate notifications to nsIDocument and layout content (note that it's still necessary for XUL content). r=nisheeth,pollmann 2000-01-29 00:34:07 +00:00
troy%netscape.com 3d0b3b3cab b=22692 Changed RemoveFloater() to return PR_FALSE if the floater is
associated with that line
2000-01-29 00:17:04 +00:00
vidur%netscape.com fa580e6551 Fix for bugs 20485 and 24600. We no longer flush immediately in the content sink when we hit a script element. Instead the sink is a document observer and listens for BeginUpdate/EndUpdate notifications when evaluating a script and flushes only if necessary. Added BeginUpdate/EndUpdate notifications to nsIDocument and layout content (note that it's still necessary for XUL content). r=nisheeth,pollmann 2000-01-28 23:43:12 +00:00
pollmann%netscape.com 039ff5517c Bug 6747: HTML labels now pass events to their assigned element in XUL documents too. r=rods 2000-01-28 23:29:36 +00:00
sfraser%netscape.com 26912d7426 Fix for crash loading bugzilla pages (infinite reflow recursion). by vidur, r=smfr, a=leaf 2000-01-28 22:58:17 +00:00
leaf%mozilla.org f1a8910137 backing out rods to fix options lists 2000-01-28 19:03:34 +00:00
karnaze%netscape.com c3d9e36783 bug 1809, 0 width tables (not trees) become auto, r=dcone, (hyatt) 2000-01-28 15:43:25 +00:00
rods%netscape.com 57502d77af using correct usesage pattern for getting and seeting the FrameState
Added in my new reflow code with an ifdef so I can work on it and fix other bugs
fixed the checking of return codes for getHTMLAttr
removed ShouldScrollFrameIntoView, the presshell can now do this.
also commented out the call to Position the Dropdown
r=dcone b=24292
2000-01-28 15:24:49 +00:00
jst%citec.fi b2bea40719 Remove delete call on an interface pointer (nsIFactory), use a nsCOMPtr in stead for proper refcounting. r=troy@netscape.com 2000-01-28 15:16:54 +00:00
rods%netscape.com e7e764db46 added check so it doesn't do a reset on the incremental reflow
r=dcone bug=none
2000-01-28 15:04:19 +00:00
rods%netscape.com f9109408e6 when an option contained a comment node and and an attr was unset case a
WipeContainingBlock to be called. This was because the undisplayed node had a psuedo
style that wasn't being properly reolved to this code thought the comment was now visible
instead of being hidden.
b=none r=pierre,attinasi
2000-01-28 15:03:00 +00:00
pierre%netscape.com 0d68374d75 Bug 24676 ("Need -moz-outline-radius feature"). Fixed the parsing of -moz-outline-radius. 2000-01-28 10:03:10 +00:00
rbs%maths.uq.edu.au 20f2cbbaea Catch up with recent changes in layout 2000-01-28 09:00:03 +00:00
warren%netscape.com f8b1c9d37f Fix to propagate failure from MakeAbsolute to DOM event handler. r=vidur,joki 2000-01-28 06:55:27 +00:00
jim_nance%yahoo.com 3008345c2a Implemented idea from shaver for speeding up SelectorMatches().
We wait until we know we are going to need the contentTag before
we create it.
r=shaver
2000-01-28 04:37:13 +00:00
saari%netscape.com 9501564f7b Something I forgot with yesterday's checkin. 2000-01-28 04:04:26 +00:00
waterson%netscape.com cc577b4890 Fix nsXBLBinding leaks. r=hyatt 2000-01-28 03:16:08 +00:00
troy%netscape.com 87f43adf5c b=25049. Fixed a problem with max-element-size not being calculated
correctly for a floated table
2000-01-28 03:12:30 +00:00
rbs%maths.uq.edu.au 4d81241e52 Slight rework to fix a particular situation 2000-01-28 02:31:09 +00:00
karnaze%netscape.com d7b72a10f0 bug 24037 r=attinasi; nsOuterTableFrame handles bad incremental reflow by using the height of its rect.
bug 23235 r=attinasi; nsTableRowFrame requests max element size when reflowing cell for the 1st time.
bug 24410 r=attinasi; nsTableCellFrame reflow always checks width and height and updates the content empty flag.
bug 3305 r=troy,hyatt; table frame constructor cleanup, put caption in its own child list.
2000-01-28 02:19:45 +00:00
rbs%maths.uq.edu.au bd378e0cc5 Beware of copy-paste! 2000-01-28 00:58:28 +00:00
nisheeth%netscape.com b24ce89407 Fix for bug 10818. r=troy. Add reflow batching APIs to the pres shell. 2000-01-28 00:48:02 +00:00
kin%netscape.com d7ff3ca24d Fix for bug #25259: [Regression]Cannot enter text in Composer
Backed out attinasi@netscape.com's changes from revision 1.337.
a=leaf@netscape.com
2000-01-27 20:21:28 +00:00
rods%netscape.com 2dff18f31c reworked reflow to better support incremental reflow
bugs 6747,18602 r=dcone
2000-01-27 15:57:30 +00:00
rbs%maths.uq.edu.au 8d23ea8084 Cleanup and flags for debug mode 2000-01-27 12:38:03 +00:00
rbs%maths.uq.edu.au 6914b25525 Recognize all the attributes of the mpadded tag 2000-01-27 12:35:30 +00:00
rbs%maths.uq.edu.au 7331116060 Enable the mspace tag 2000-01-27 12:33:28 +00:00
rbs%maths.uq.edu.au 8b755821f8 First checkin 2000-01-27 12:31:12 +00:00
rbs%maths.uq.edu.au e5241940fa [#ifdef MATHML]. Hook for the mspace tag 2000-01-27 12:28:41 +00:00
rbs%maths.uq.edu.au ea73a91b96 Added more atoms (depth, edge, height, lquote, rquote, width) 2000-01-27 12:24:21 +00:00
hyatt%netscape.com edf3ead8f2 Eliminating another leak. 2000-01-27 11:19:09 +00:00
hyatt%netscape.com 763b0dcbcc Patching a leak in XBL. 2000-01-27 10:37:52 +00:00
hyatt%netscape.com fa2f9ec8a5 Updating the event handler code for XBL. 2000-01-27 09:44:58 +00:00