зеркало из https://github.com/mozilla/gecko-dev.git
Bug 34408. Fix botched checkin that left '#if 0' in the code. a=leaf
This commit is contained in:
Родитель
539019c038
Коммит
15adcd65d2
|
@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
|
||||||
nsIAtom* tag = Tag();
|
nsIAtom* tag = Tag();
|
||||||
|
|
||||||
if (kTreeItemAtom == tag) {
|
if (kTreeItemAtom == tag) {
|
||||||
#if 0
|
|
||||||
// Force a framechange if the 'open' atom changes on a <treeitem>
|
// Force a framechange if the 'open' atom changes on a <treeitem>
|
||||||
if (kOpenAtom == aAttribute)
|
if (kOpenAtom == aAttribute)
|
||||||
aHint = NS_STYLE_HINT_FRAMECHANGE;
|
aHint = NS_STYLE_HINT_FRAMECHANGE;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else if (kTreeColAtom == tag) {
|
else if (kTreeColAtom == tag) {
|
||||||
// Ignore 'width' and 'hidden' on a <treecol>
|
// Ignore 'width' and 'hidden' on a <treecol>
|
||||||
|
|
|
@ -3923,11 +3923,9 @@ nsXULElement::GetMappedAttributeImpact(const nsIAtom* aAttribute,
|
||||||
nsIAtom* tag = Tag();
|
nsIAtom* tag = Tag();
|
||||||
|
|
||||||
if (kTreeItemAtom == tag) {
|
if (kTreeItemAtom == tag) {
|
||||||
#if 0
|
|
||||||
// Force a framechange if the 'open' atom changes on a <treeitem>
|
// Force a framechange if the 'open' atom changes on a <treeitem>
|
||||||
if (kOpenAtom == aAttribute)
|
if (kOpenAtom == aAttribute)
|
||||||
aHint = NS_STYLE_HINT_FRAMECHANGE;
|
aHint = NS_STYLE_HINT_FRAMECHANGE;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else if (kTreeColAtom == tag) {
|
else if (kTreeColAtom == tag) {
|
||||||
// Ignore 'width' and 'hidden' on a <treecol>
|
// Ignore 'width' and 'hidden' on a <treecol>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче