Popup window of WebExtension's browser_action has hardcoded size limit of 800x600px  
    Categories
(WebExtensions :: Frontend, enhancement)
Tracking
(firefox57 wontfix)
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix | 
People
(Reporter: p, Unassigned, NeedInfo)
References
(Blocks 3 open bugs)
Details
(Whiteboard: [design-decision-denied])
| Updated•8 years ago
           | 
|   | ||
| Comment 1•8 years ago
           | ||
| Updated•8 years ago
           | 
| Comment 2•7 years ago
           | ||
| Updated•7 years ago
           | 
| Comment 3•7 years ago
           | ||
| Comment 4•7 years ago
           | ||
| Updated•7 years ago
           | 
(In reply to Mike Conca [:mconca] from comment #4)
Nevertheless, it is undeniable that screens resolutions continue to get
higher, so while the whiteboard tag says design-decision-denied, it is
probably more appropriate to think of it as postponed. At some point, I'm
certain, we'll need to re-evaluate this default setting.
The width and height of the popup are limited by firefox to 800 x 600 pixels:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups
At the same time, 1080p screens are very popular now. Higher screen resolutions are also available now including 4K and 8K:
https://www.dell.com/en-us/work/shop/dell-ultrasharp-32-8k-monitor-up3218k/apd/210-alez/monitors-monitor-accessories
Popup windows for some extensions, like Tab Session Manager, contain plenty of information (about sessions), making difficult to navigate. Here is the example of request from Tab Session Manager support page:
https://github.com/sienori/Tab-Session-Manager/issues/245
https://github.com/sienori/Tab-Session-Manager/issues/269
Previously, XUL addons like Session Manager, were able to create huge window containing information about sessions, which could be extended to entire screen.
Thus, it is necessary to increase significantly the size of popup window for Webextensions.
I've also raised this on the chromium bugtracker at https://bugs.chromium.org/p/chromium/issues/detail?id=1018500
Related older issues died due to inactivity :
https://bugs.chromium.org/p/chromium/issues/detail?id=36080
https://bugs.chromium.org/p/chromium/issues/detail?id=64330
https://bugs.chromium.org/p/chromium/issues/detail?id=119710
Is there some dialogue that could happen here between Mozilla and Chromium devs, as this seems an antiquated limitation which should be either removed or at least increased to current screen resolutions? Code wise this is a small change - it also doesn't seem to raise any proper opposition. It seems it needs to find a maintainer to fix it.
Andy McKay, why did you close this issue silently?
Does this "Won't fix" mean Firefox will have ridiculous 800x600 limitation for addons popup in the time of 4K+ displays?
I though Firefox represents itself as something more advanced and customizable, but you don't think like that, do you?
The same bug in Chromium bugtracker is still OPEN.
Can you please re-open the issue with low priority and enhancement flag and close it only after the issue is solved?
Because closing issues like that only makes it look like there are no problems nor user improvement requests, but it's not true.
Description
•