Closed Bug 1240978 Opened 9 years ago Closed 9 years ago

Shorten the max timeout of black screen in fullscreen transition

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla46
Tracking Status
firefox46 --- fixed

People

(Reporter: xidorn, Assigned: xidorn)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

In the initial implementation, I set a one second timeout for fullscreen transition's staying in black, so that in case that something unexpected happens, we wouldn't get stuck in the black screen. It seems in some machines, doing the fullscreen reflow on Youtube could even take longer than one second. Staying in black screen for a long time could be a even poorer experience than exposing an intermediate state. Thus we may want to shorten the timeout to something like 300ms. Hopefully this would help mitigating bug 1187769.
Blocks: 1187769
Comment on attachment 8709836 [details] MozReview Request: Bug 1240978 - Shorten timeout for black screen in fullscreen transition. https://reviewboard.mozilla.org/r/31579/#review28313 But either way, up to you to decrease the default or use some pref. ::: dom/base/nsGlobalWindow.cpp:5886 (Diff revision 1) > - static const uint32_t kNextPaintTimeout = 1000; // ms > + static const uint32_t kNextPaintTimeout = 500; // ms I wonder if this should be controlled by some pref so that people on different machines could try out which works best and then we could select some good default.
Attachment #8709836 - Flags: review?(bugs) → review+
Comment on attachment 8709836 [details] MozReview Request: Bug 1240978 - Shorten timeout for black screen in fullscreen transition. Review request updated; see interdiff: https://reviewboard.mozilla.org/r/31579/diff/1-2/
Attachment #8709836 - Flags: review+ → review?(bugs)
Comment on attachment 8709836 [details] MozReview Request: Bug 1240978 - Shorten timeout for black screen in fullscreen transition. https://reviewboard.mozilla.org/r/31579/#review28815
Attachment #8709836 - Flags: review?(bugs) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Assignee: nobody → quanxunzhen
Depends on: 1243014
No longer depends on: 1243014
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: