canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
| Line 149: | Line 149: | ||
* consolidate move-but-don't-reflow code into nsIFrame::SlideTo and nsIFrame::SlideBy (with the code to handle the not-same-position case shared) | * consolidate move-but-don't-reflow code into nsIFrame::SlideTo and nsIFrame::SlideBy (with the code to handle the not-same-position case shared) | ||
* try to remove the aInit parameter from the nsHTMLReflowState constructor | * try to remove the aInit parameter from the nsHTMLReflowState constructor | ||
* assertions print-previewing [http://www.mozilla.com/] | * <s>assertions print-previewing [http://www.mozilla.com/ mozilla.com]</s> - Done [[User:Dbaron|David Baron]] 18:19, 1 July 2006 (PDT) | ||
* <s>fix intrinsic sizing bug in [http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#899 default browser prompt], which has something to do with either insufficient invalidation on image load or a timing change related to the image load</s> Done, [[User:Dbaron|David Baron]] 17:10, 6 Oct 2005 (PDT) | * <s>fix intrinsic sizing bug in [http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js#899 default browser prompt], which has something to do with either insufficient invalidation on image load or a timing change related to the image load</s> Done, [[User:Dbaron|David Baron]] 17:10, 6 Oct 2005 (PDT) | ||
| Line 171: | Line 171: | ||
** make width on tables not override intrinsic minimum width [Is this done at this point?] | ** make width on tables not override intrinsic minimum width [Is this done at this point?] | ||
** Firefox and Seamonkey print preview doesn't make the print preview tall enough. | ** Firefox and Seamonkey print preview doesn't make the print preview tall enough. | ||
** fix layout problems on network error pages | ** <s>fix layout problems on network error pages</s> - Done [[User:Dbaron|David Baron]] 18:19, 1 July 2006 (PDT) | ||
*** figure out who (frame class?) should compute intrinsic width when about to reflow an inline-box or inline-block within inline layout | *** figure out who (frame class?) should compute intrinsic width when about to reflow an inline-box or inline-block within inline layout | ||
** Fix https://bugzilla.mozilla.org/attachment.cgi?id=200664 -- minimal testcase is http://wargers.org/mozilla/margin_100_percent.html | ** Fix https://bugzilla.mozilla.org/attachment.cgi?id=200664 -- minimal testcase is http://wargers.org/mozilla/margin_100_percent.html | ||