mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
The patch that that regressed this started using the widget state rather than the DOM state to return full-screen. It seems on macOS they sometimes can get out of sync, in the failure from comment 0 the window is really full-screen. We seemed to account for some of this in: https://searchfox.org/mozilla-central/rev/00e504083572d47f2199168f0f79c75c0ddaefb3/browser/components/extensions/test/browser/browser_ext_windows_create.js#31-36 Make sure we exit full-screen as appropriate if DOM thinks we're fullscreen. This passes verify and at worst it should be harmless. Differential Revision: https://phabricator.services.mozilla.com/D155353 |
||
|---|---|---|
| .. | ||
| .eslintrc.js | ||
| ext-bookmarks.js | ||
| ext-browser.js | ||
| ext-browserAction.js | ||
| ext-chrome-settings-overrides.js | ||
| ext-commands.js | ||
| ext-devtools-inspectedWindow.js | ||
| ext-devtools-network.js | ||
| ext-devtools-panels.js | ||
| ext-devtools.js | ||
| ext-find.js | ||
| ext-history.js | ||
| ext-menus.js | ||
| ext-normandyAddonStudy.js | ||
| ext-omnibox.js | ||
| ext-pageAction.js | ||
| ext-pkcs11.js | ||
| ext-search.js | ||
| ext-sessions.js | ||
| ext-sidebarAction.js | ||
| ext-tabs.js | ||
| ext-topSites.js | ||
| ext-url-overrides.js | ||
| ext-urlbar.js | ||
| ext-windows.js | ||