mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
partly import changes from tenfourfox:
- first rolling release: update to 91ESR EV and roots, TZs, TLDs (d7c93b6cf) - security: M1730935, M1735152, M1730048 (1603b00d0)
This commit is contained in:
parent
25114ddf5f
commit
190b620c2d
5 changed files with 397 additions and 480 deletions
|
|
@ -1273,7 +1273,9 @@ nsMenuFrame::PassMenuCommandEventToPopupManager()
|
|||
nsXULPopupManager* pm = nsXULPopupManager::GetInstance();
|
||||
nsMenuParent* menuParent = GetMenuParent();
|
||||
if (pm && menuParent && mDelayedMenuCommandEvent) {
|
||||
pm->ExecuteMenu(mContent, mDelayedMenuCommandEvent);
|
||||
nsCOMPtr<nsIContent> content = mContent;
|
||||
RefPtr<nsXULMenuCommandEvent> event = mDelayedMenuCommandEvent;
|
||||
pm->ExecuteMenu(content, event);
|
||||
}
|
||||
mDelayedMenuCommandEvent = nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue