Closed
Bug 1205194
Opened 10 years ago
Closed 10 years ago
[e10s] Calling Fullscreen API could sometimes be stuck there
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
|
40 bytes,
text/x-review-board-request
|
smaug
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details |
It is a regression from bug 1177155 which I noticed when I'm trying fullscreen tests on e10s.
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1205194 - Make OldWindowSize::GetItem() not stuck.
Attachment #8661676 -
Flags: review?(bugs)
Comment 2•10 years ago
|
||
Comment on attachment 8661676 [details]
MozReview Request: Bug 1205194 - Make OldWindowSize::GetItem() not stuck.
oops, sorry that I didn't notice this while reviewing.
We need this on aurora too, right?
Attachment #8661676 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
> Comment on attachment 8661676 [details]
> MozReview Request: Bug 1205194 - Make OldWindowSize::GetItem() not stuck.
>
> oops, sorry that I didn't notice this while reviewing.
It's my fault. I believe I'm not supposed to make such silly mistake.
> We need this on aurora too, right?
Absolutely, especially given this shouldn't have any risk.
| Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/aaec3b268d06681560f5ade7af640728092f6600
Bug 1205194 - Make OldWindowSize::GetItem() not stuck. r=smaug
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8661676 [details]
MozReview Request: Bug 1205194 - Make OldWindowSize::GetItem() not stuck.
Approval Request Comment
[Feature/regressing bug #]: bug 1177155
[User impact if declined]: the content process may be stuck when entering DOM fullscreen in some cases
[Describe test coverage new/current, TreeHerder]: no test coverage on fullscreen on e10s yet (otherwise I should have noticed this issue). Enabling fullscreen tests on e10s is tracked in bug 1191597
[Risks and why]: no risk, it just fixes a silly small mistake
[String/UUID change made/needed]: n/a
Attachment #8661676 -
Flags: approval-mozilla-aurora?
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Updated•10 years ago
|
status-firefox42:
--- → affected
Updated•10 years ago
|
Assignee: nobody → quanxunzhen
Comment 7•10 years ago
|
||
Comment on attachment 8661676 [details]
MozReview Request: Bug 1205194 - Make OldWindowSize::GetItem() not stuck.
We have a bunch people running e10s on aurora, taking it.
Attachment #8661676 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•