Finish off PiP

This commit is contained in:
wuggy 2026-09-13 12:18:07 -07:00
commit 55a53a2576
14 changed files with 293 additions and 21 deletions

View file

@ -228,6 +228,9 @@ NS_IMETHODIMP nsXULWindow::SetZLevel(uint32_t aLevel)
}
// do it
if (mWindow) {
mWindow->SetAlwaysOnTop(aLevel >= nsIXULWindow::raisedZ);
}
mediator->SetZLevel(this, aLevel);
PersistentAttributesDirty(PAD_MISC);
SavePersistentAttributes();