Re: renaming XUL Box layout methods
Cameron McCormack <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout |
|---|---|
| Message-ID | <[email protected]> |
L. David Baron wrote: > There are a number of XUL Box layout methods that were moved to > nsIFrame. In a previous discussion about names, we came to the > conclusion that renaming these to have "XUL" in the name would > reduce confusion, especially in cases where there is an analogous > non-XUL method also on nsIFrame. > > So I propose renaming the following methods: Making it obvious they're XUL layout things makes sense to me. Although why XULIsCollapsed but IsXULHorizontal? Also is it possible to push any of these methods down to nsBox/nsBoxFrame?