mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
import changes from win7-7/UXP:
bug1347737, bug1365982, bug1367206
This commit is contained in:
parent
c2b2ce2c5c
commit
0f035317a3
96 changed files with 1525 additions and 1329 deletions
|
|
@ -144,10 +144,9 @@ nsBox::BeginXULLayout(nsBoxLayoutState& aState)
|
|||
|
||||
// Another copy-over from ReflowInput.
|
||||
// Since we are in reflow, we don't need to store these properties anymore.
|
||||
FrameProperties props = Properties();
|
||||
props.Delete(UsedBorderProperty());
|
||||
props.Delete(UsedPaddingProperty());
|
||||
props.Delete(UsedMarginProperty());
|
||||
DeleteProperty(UsedBorderProperty());
|
||||
DeleteProperty(UsedPaddingProperty());
|
||||
DeleteProperty(UsedMarginProperty());
|
||||
|
||||
#ifdef DEBUG_LAYOUT
|
||||
PropagateDebug(aState);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue