Gecko:Reflow Refactoring: Difference between revisions

Jump to navigation Jump to search
(→‎Build Instructions: merged to a new branch off the trunk)
Line 154: Line 154:
*** 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
** Fix assert on the following markup: <code><select multiple size=1><option>o </select></code> (note space after the "o")
* convert form control code
* convert form control code
** <s>figure out whether to refactor <code>nsLeafFrame::GetDesiredSize</code> and implement <code>nsLeafFrame::GetMinWidth</code> and <code>nsLeafFrame::GetPrefWidth</code> in terms of it or whether to implement <code>GetMinWidth</code> and <code>GetPrefWidth</code> separately for all the subclasses of <code>nsLeafFrame</code> that use <code>GetDesiredSize</code></s> - done, bzbarsky, 1 May 2006
** <s>figure out whether to refactor <code>nsLeafFrame::GetDesiredSize</code> and implement <code>nsLeafFrame::GetMinWidth</code> and <code>nsLeafFrame::GetPrefWidth</code> in terms of it or whether to implement <code>GetMinWidth</code> and <code>GetPrefWidth</code> separately for all the subclasses of <code>nsLeafFrame</code> that use <code>GetDesiredSize</code></s> - done, bzbarsky, 1 May 2006
308

edits

Navigation menu