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
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
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
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
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
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
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
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
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
e5241940fa
[#ifdef MATHML]. Hook for the mspace tag
2000-01-27 12:28:41 +00:00
hyatt%netscape.com
bf4b22d019
Adding behavioral rules for inputs and textareas.
2000-01-27 09:44:35 +00:00
hyatt%netscape.com
767f9cd6e3
Making input and text area elements bindable using XBL.
2000-01-27 09:01:49 +00:00
vidur%netscape.com
6a5b5fe668
Fix for bug 12565. form.encoding returns the value of the ENCTYPE attribute, not ENCODING. r=joki
2000-01-27 08:51:54 +00:00
troy%netscape.com
3e020a70ac
r=karnaze@netscape.com Removed some code that was removed but then added
...
again by mistake
2000-01-27 05:54:17 +00:00
jim_nance%yahoo.com
9a9becc33a
Make SelectorMatches() faster by eleminating a few function calls
...
r=Shaver
Tree is green enough = waterson
2000-01-27 02:28:52 +00:00
attinasi%netscape.com
4956d9de31
Setting GfxScrollFrame as the PrimaryFrame for scrolled content instead of the ScrollPortFrame. Also fixed some spots that were not correctly getting at the scrolled frame from the PrimaryFrame. b=23803 r=evaughan
2000-01-27 02:19:12 +00:00
attinasi%netscape.com
385205ef51
Minor reformatting and some comments added. b=none r=none
2000-01-27 02:17:04 +00:00
attinasi%netscape.com
50fa57ca43
Title is now set in the Title Bar. b=24478 r=rickg
2000-01-27 02:15:19 +00:00
kmcclusk%netscape.com
dc23d344e1
Added support for widgetless viewmanager. Changed code pattern that assumed the root view
...
always has a nsIWidget instance to call viewmanager to get widget instance. b=22069; r=rods@netscape.com
2000-01-26 23:04:40 +00:00
troy%netscape.com
ccbec76759
b=24936, r=nisheeth@netscape.com Changed block code to set mNextRCFrame to
...
NULL after reflowing the frame, so if we reflow it again we don't think it's
an incremental reflow
2000-01-26 22:18:33 +00:00
troy%netscape.com
13a6d7fb0c
r=nisheeth@netscape.com Added asserts to help catch the case of poorly
...
targeted reflow commands
2000-01-26 22:11:47 +00:00
kin%netscape.com
9e2d664da6
Fix for bug #12825 : {css-moz} overflow: -moz-scrollbars-* not implemented
...
Added code to implement the new overflow -moz-scrollbars values.
r=evaughan@netscape.com
2000-01-26 21:56:03 +00:00
pinkerton%netscape.com
bdf08b674f
fix for bug 25092 (UMR's in drag/drop part of ESM). Again, we weren't copying the full event before redispatching. r=sfraser.
2000-01-26 21:52:47 +00:00
vidur%netscape.com
09e0c2e8d9
Fix for bug 19212. HTMLTableElement::InsertRow was creating a TR instead of a TBODY if one was necessary. r=joki
2000-01-26 15:52:41 +00:00
norris%netscape.com
e7f484f030
Fix 23227 Document object vulnerability
...
r=mstoltz
2000-01-26 15:33:57 +00:00
norris%netscape.com
4c72c257f5
Fix 24217 Access to functions in chrome: protocol using IFRAME
...
r=pollmann
2000-01-26 15:29:43 +00:00
cmanske%netscape.com
268ecb5b80
Table editing (bug 20973): return reported and actual rowspan and colspan values from GetCellDataAt(), r=karnaze
2000-01-26 14:56:06 +00:00
pollmann%netscape.com
9a9d786c7d
Bug 10939: Make background of image inputs transparent (again :) ) r=harishd
2000-01-26 06:26:59 +00:00
troy%netscape.com
6597415701
b=22677. Fix for the part of the bug where the second table taht is relatively
...
positioned flashes when the window is resized
2000-01-26 03:44:36 +00:00