Closed
Bug 1580603
Opened 6 years ago
Closed 5 years ago
Refactor document fullscreen stack to become top layer
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: ntim, Assigned: sefeng211)
References
Details
Attachments
(1 file)
This refactor would make implementing modal dialogs a lot easier.
FullscreenStackPop/FullscreenStackPush are fairly straightforward to change, the functions can just be renamed to be TopLayerPop/TopLayerPush, with the fullscreen state/viewport bits factored out in the individual callers. I think the FullscreenStackPop calls will need an extra check for the fullscreen state, but the same thing probably applies.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sefeng
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Attachment #9136166 -
Attachment description: Bug 1580603 - Refactor Fullscreen stack to Top Layer stack r=ntim,smaug → Bug 1580603 - Refactor Fullscreen stack to Top Layer stack r=xidorn,smaug
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1dc7cd341a2a
Refactor Fullscreen stack to Top Layer stack r=smaug,xidorn
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•