aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-08-08 22:50:32 +0800
committerGitHub <noreply@github.com>2019-08-08 22:50:32 +0800
commit12e055a37c54c6fe12c1c02676041b8d29c753bd (patch)
tree7dc7720bc09b1e8bb5c78e130a532aae8167e56b /CHANGELOG.md
parentda7fe65599d4a1d0f779c826b862a9482f20fd40 (diff)
downloadtangerine-wallet-browser-12e055a37c54c6fe12c1c02676041b8d29c753bd.tar.gz
tangerine-wallet-browser-12e055a37c54c6fe12c1c02676041b8d29c753bd.tar.zst
tangerine-wallet-browser-12e055a37c54c6fe12c1c02676041b8d29c753bd.zip
Close window after opening fullscreen (#6966)
* Add background environment type The `getEnvironmentType` method now checks for the background environment as well, instead of returning 'notification' for that case. Instead of adding another regex for the background path, the regexes for each environment have been replaced with the URL constructor[0]. This is the standard method of parsing URLs, and is available in all supported browsers. [0]: https://developer.mozilla.org/en-US/docs/Web/API/URL * Add note regarding a missing manifest permission The `url` parameter to `tabs.query(...)` requires the `tabs` permission, and will be ignored otherwise. We are missing this permission, so that call does not work. * Close window after opening full screen The browser behaviour when opening a new tab differs between Chrome and Firefox. In the case of a popup, Chrome will close the popup whereas Firefox will leave it open. In the case of the notification window, Chrome will move the new tab to the foreground, whereas Firefox will leave the notification window in the foreground when opening a new tab. We always want to close the current UI (popup or notification) when switching to a full-screen view. The only exception to this is when the switch is triggered from the background, which has no UI. Closes #6513, #6685
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions