Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1594337: When dismissing a pop-up or the menu bar, if focus is in…
…side an OOP iframe, restore a11y focus inside the iframe. r=yzen Previously, we only restored focus within the top level remote browser. This is fine for remote documents without iframes or only in-process iframes, as was the case with e10s. For Fission, if an OOP iframe has focus, we need to get the appropriate nested remote browser. Fortunately, BrowserParent::GetFocused was introduced to do exactly this. Differential Revision: https://phabricator.services.mozilla.com/D52803 --HG-- extra : moz-landing-system : lando
- Loading branch information