bernd.mielke%snafu.de
|
aee2600aa3
|
bug 131687 Take into acount MIN_adj width as it has been included in totals before r=karnaze sr=waterson
|
2002-07-02 04:39:16 +00:00 |
|
dbaron%fas.harvard.edu
|
6d2263f19b
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
|
dbaron%fas.harvard.edu
|
e63a11c0e8
|
Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson
|
2002-06-25 21:16:17 +00:00 |
|
bernd.mielke%snafu.de
|
ba45f0a1ca
|
bug 151888 - use SafeElementAt as we use it in all other places r=karnaze sr=kin
|
2002-06-25 06:58:49 +00:00 |
|
karnaze%netscape.com
|
fcf58cc094
|
bug 127022 - make sure the desired width is at least as big as the max element width. sr=kin, r=alexsavulov
|
2002-06-19 23:16:33 +00:00 |
|
karnaze%netscape.com
|
694c4c654a
|
bug 114706 - only use last height as desired size if a special reflow occurred during an incremental reflow. sr=kin
|
2002-06-19 22:42:41 +00:00 |
|
karnaze%netscape.com
|
4e2ffcaab4
|
bug 127544 - fixed asserts when there are no cells in a row group and there is a column. sr=kin, r=alexsavulov.
|
2002-06-19 22:35:59 +00:00 |
|
karnaze%netscape.com
|
4a91b4198d
|
bug 149436 - shanmu's patch to fix crash on OSF/1, sr=kin, r=karnaze
|
2002-06-19 13:43:19 +00:00 |
|
karnaze%netscape.com
|
88f6934f88
|
bug 151956 - make sure child of row group is a row in CalcRowHeights. sr=kin, r=bernd.
|
2002-06-19 13:37:18 +00:00 |
|
karnaze%netscape.com
|
267c071408
|
bug 151230 - consider style width when calculating avail width for a cell only during initial reflow. sr=kin, r=alexsavulov
|
2002-06-14 14:21:03 +00:00 |
|
karnaze%netscape.com
|
ab674e6d21
|
bug 148338 - fixed optimization in nsTableRowGroupFrame::CalculateRowHeights to only process the newly added rows. sr=waterson, r=bernd
|
2002-06-14 14:17:01 +00:00 |
|
karnaze%netscape.com
|
db9173f46c
|
bug 144024 - Don't store first in flow row groups and rows in map border iterator. Use row group of first in flow row group when accessing offset for borders. sr=attinasi, r=alexsavulov
|
2002-05-31 14:40:51 +00:00 |
|
bernd.mielke%snafu.de
|
605e1e230b
|
removal of debug cruft bug 146474 r=karnaze sr=attinasi
|
2002-05-29 18:55:34 +00:00 |
|
karnaze%netscape.com
|
1faf4c0592
|
bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov.
|
2002-05-28 22:50:43 +00:00 |
|
waterson%netscape.com
|
84901d3ed5
|
Bug 145272. Handle incremental reflows that are targeted at a child of a caption frame. r=karnaze, sr=jst
|
2002-05-23 18:51:02 +00:00 |
|
jst%netscape.com
|
1075a3f80d
|
Fixing bug 146034. Getting rid of nsHTMLIIDs.{h,cpp}. r=jfrancis@netscape.com, sr=rpotts@netscape.com
|
2002-05-23 00:00:34 +00:00 |
|
dbaron%fas.harvard.edu
|
0d941d730b
|
Store containing block reflow state so we don't have to walk up the tree to find it every time. b=143706 r=attinasi sr=waterson
|
2002-05-14 12:59:55 +00:00 |
|
waterson%netscape.com
|
e3554c37cc
|
Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi
|
2002-05-10 18:22:41 +00:00 |
|
karnaze%netscape.com
|
bb4247183f
|
bug 141021 - skip row reflow optimization of cell when the cell hasn't had a pass2 reflow. sr=waterson, r=bernd.
|
2002-05-09 14:44:02 +00:00 |
|
karnaze%netscape.com
|
4dca55521f
|
bug 120107 - calc max/max-elem sizes when requested during an unconstrained incremental reflow. sr=waterson, r=bernd.
|
2002-05-09 14:28:28 +00:00 |
|
bernd.mielke%snafu.de
|
8911328db0
|
hide also collapsed borders when the table is hidden, bug 135782 r=karnaze sr=attinasi
|
2002-05-01 05:33:11 +00:00 |
|
karnaze%netscape.com
|
7e0c444abb
|
bug 138436 - remove redundant style change reflows on auto-layout table. sr=attinasi, r=alexsavulov
|
2002-04-27 15:54:37 +00:00 |
|
joki%netscape.com
|
af9379992c
|
Fix for 93111, Make table row and col frame invalid as direct targets of mouseevents. Mouseevents on table should hit cells or the table itself instead. r:dbaron, sr:jst
|
2002-04-14 21:52:52 +00:00 |
|
karnaze%netscape.com
|
253add7dbb
|
bug 125543 - Prevent row groups from splitting in the reflow preceeding a special height reflow. Cells are only notified that they should observe a percent height element if the element is inside the table's cell. Percent height elements inside the body will have a height based on the page height when printing. sr=kin, r=alexsavulov.
|
2002-04-10 21:32:41 +00:00 |
|
attinasi%netscape.com
|
3dd4ebc58e
|
stop positioning views for floaters before the frame is placed - avoids flicker due to painting at erroneous position. b=128133 r=karnaze,dbaron sr=waterson a=roc,jaimejr
|
2002-04-07 18:26:35 +00:00 |
|
karnaze%netscape.com
|
739509e13e
|
bug 135112 - correctly set border collapse damage area and fix it if incorrect when borders are calculated. a=asa, adt=jaimejr, sr=attinasi, r=bernd
|
2002-04-06 22:56:45 +00:00 |
|
karnaze%netscape.com
|
ece225e1cc
|
bug 133948 - don't reset HadSpecialReflow bit so that subsequent resize reflows will occur whenever a special height reflow has ever occured. a=asa, adt=jaimejr, sr=attinasi, r=bernd
|
2002-04-06 22:42:39 +00:00 |
|
karnaze%netscape.com
|
ef8486e013
|
bug 134845 - avoid dividing by zero during pixel rounding. a=asa, adt=jamiejr, sr=attinasi, r=kin
|
2002-04-06 22:28:39 +00:00 |
|
karnaze%netscape.com
|
9acf51392f
|
bug 131020 - process special height reflow when initiator is the containing table. a=roc+moz, sr=attinasi, r=bernd.
|
2002-04-01 06:46:17 +00:00 |
|
karnaze%netscape.com
|
7bb0f90ec2
|
bug 130550 - Added nsIFrame::CanPaintBackground, to treat nsTableOuterFrame as transparent. a=asa, sr=attinasi, r=roc+moz
|
2002-03-31 22:43:40 +00:00 |
|
karnaze%netscape.com
|
306b3b8eae
|
bug 133756 - always return last height during special height reflow. a=roc+moz, sr=attinasi, r=alexsavulov
|
2002-03-31 17:44:57 +00:00 |
|
dbaron%fas.harvard.edu
|
b350a0fd0f
|
Remove |aForceUnique| parameter from style context resolving methods, and corresponding flag from nsStyleContext, since the only caller was ReResolveStyleContext (on the assumption that other callers used it). Allow ReResolveStyleContext to benefit from FindChildWithRules and allow it to re-resolve to the same tree even when called on the root style context. b=133821 r=attinasi sr=hyatt a=asa
|
2002-03-31 16:59:00 +00:00 |
|
karnaze%netscape.com
|
5fd3b234da
|
bug 123983 - set mIsTopOfPage in the reflow state, fix desired height in rows and row groups, clean up nsTableRowGroupFrame::SplitRowGroups and handle more cases of splitting/moving rows. a=roc+moz, sr=attinasi, r=alexsavulov
|
2002-03-27 05:50:24 +00:00 |
|
dbaron%fas.harvard.edu
|
8e8fb14ea0
|
Fix 2 cases where ReResolveStyleContext was broken, causing serious problems with dynamic style reresolution. Change nsIFrame::GetStyleContextProvider to GetParentStyleContextFrame, always use its result rather than using the parent frame in some cases, and move a bit of the complexity into the GetParentStyleContextFrame implementations. Fix block-within-inline case (bug 129350) using a special-previous-sibling frame property and ensuring that NS_FRAME_IS_SPECIAL is copied when frames are split. Fix out-of-flow frame case (bug 88154) by going to the placeholder map and by parenting the placeholder frame style contexts to the style context from their frame parent rather than the out-of-flow frame. b=129350 r=attinasi sr=hyatt a=asa
|
2002-03-27 02:38:13 +00:00 |
|
sicking%bigfoot.com
|
058a33eded
|
Bug 41983: Make (x)html-elements support namespaced attributes.
r=heikki sr=jst a=roc+moz
|
2002-03-27 00:13:57 +00:00 |
|
karnaze%netscape.com
|
121df3998f
|
bug 132130 - Get correct starting row on collapsing border iterator. a=scc, sr=attinasi, r=alexsavulov
|
2002-03-25 15:03:14 +00:00 |
|
karnaze%netscape.com
|
773d422073
|
bug 24000 - implement page-break-before/after:always using new nsPageBreakFrame. Tables handle page breaks internally. a=asa, sr=attinasi, r=alexsavulov
|
2002-03-17 21:35:08 +00:00 |
|
karnaze%netscape.com
|
a7ee794631
|
bug 126118 - remove code which tries to honor height of cell after it splits, get correct height on 3rd pass reflow. a=asa, sr=attinasi, r=alexsavulov.
|
2002-03-16 21:46:29 +00:00 |
|
karnaze%netscape.com
|
303ce25eb2
|
bug 92868 - Simplified the style context provider mechanism, changed frame manager to re-resolve the provider first and to use correct style context in a few other places. a=roc, sr=attinasi, r=dbaron.
|
2002-03-12 15:21:35 +00:00 |
|
shaver%mozilla.org
|
146f2a192d
|
reversion of patch for 92868, to repair severe regression (129827, a=drivers
|
2002-03-10 06:16:01 +00:00 |
|
karnaze%netscape.com
|
789e7e3040
|
bug 92868 (also bugs 51037, 90960, 91443) - Simplified the style context provider mechanism, changed frame manager to re-resolve the provider first and to use correct style context in a few other places, sr=roc, r= bernd, a=asa.
|
2002-03-08 15:34:33 +00:00 |
|
karnaze%netscape.com
|
74a917c925
|
bug 128876 - expanded border collapse damage area to include spanners. sr=roc, r=bernd, a=asa
|
2002-03-07 15:33:49 +00:00 |
|
karnaze%netscape.com
|
200dab5fc2
|
bug 127471 - construct the correct nsStyleBorder for border collapse cells, . sr=roc, r=alexsavulov, a=asa
|
2002-03-07 15:23:08 +00:00 |
|
bernd.mielke%snafu.de
|
71fc2ecfc9
|
bug 122899 encapsulate debug code r=karnaze sr=attinasi a=roc+moz
bug 128229 pass stylechange reflow to table childrens r=karnaze sr=roc+moz a=asa
|
2002-03-06 15:56:32 +00:00 |
|
karnaze%netscape.com
|
8e4131e572
|
bug 43039 - allow col to get next col in different col group for border collapse calc. sr=attinasi, r=alexsavulov
|
2002-03-05 15:23:28 +00:00 |
|
karnaze%netscape.com
|
cee69f0564
|
bug 120364 - remove framelist assertion; have table with height return correct desired height when row group splits. sr=attinasi, r=alexsavulov
|
2002-03-04 15:48:56 +00:00 |
|
karnaze%netscape.com
|
eab00e2d64
|
bug 126742 - correct typo, setting the correct offset. sr=attinasi, r=alexsavulov, a=shaver
|
2002-02-26 00:43:12 +00:00 |
|
karnaze%netscape.com
|
2017816095
|
bug 127040 - paint backgrounds in correct order when there are collapsed borders. sr=kin, r=dbaron, a=shaver
|
2002-02-26 00:27:42 +00:00 |
|
bernd.mielke%snafu.de
|
5701a854e8
|
patch by fantasai - removing standard table background painting as our old quirks mode background
painting is now more CSS2 compliant (the w3c published a errata) bug 4510
r=karnaze sr=attinasi a=roc+moz
|
2002-02-21 05:36:16 +00:00 |
|
mkaply%us.ibm.com
|
362d590ed0
|
Fix HPUX bustage - some compilers don't like a comma on the last enum
|
2002-02-20 13:48:50 +00:00 |
|