Closed
Bug 1312530
Opened 9 years ago
Closed 9 years ago
Force Flash windowless mode under 64-bit firefox in Fx50
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(firefox49 affected, firefox50blocking fixed, firefox51 fixed, firefox52 fixed)
RESOLVED
FIXED
mozilla52
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Keywords: dev-doc-needed, flashplayer, site-compat)
Attachments
(1 file)
1.71 KB,
patch
|
bugzilla
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Async plugin rendering is coming out of 49 and 50. In 50 we'll need to re-establish our forced windowless mode policy.
![]() |
Assignee | |
Updated•9 years ago
|
Assignee: nobody → jmathies
status-firefox49:
--- → affected
status-firefox50:
--- → affected
tracking-firefox50:
--- → blocking
Comment 1•9 years ago
|
||
Implementing bug 1305595 will fix this.
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Async plugin rendering caused some regressions out on release channel so we've disabled it using a system add-on (bug 1312528).
Internally we have a "force windowless" switch tied to support for async rendering that currently ignore the pref and just checks for support in the flash dll. Add a check for the pref to this switch.
This patch should land on dev channels and beta.
Attachment #8804237 -
Flags: review?(aklotz)
Updated•9 years ago
|
Attachment #8804237 -
Flags: review?(aklotz) → review+
Pushed by jmathies@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/14277a31e124
Force windowless plugin mode in 64-bit builds if async rendering is disabled. r=akotz
![]() |
Assignee | |
Comment 5•9 years ago
|
||
Comment on attachment 8804237 [details] [diff] [review]
patch
Approval Request Comment
[Feature/regressing bug #]:
async plugin rendering
[User impact if declined]:
broken ime in 64-bit builds in fx 50.
[Describe test coverage new/current, TreeHerder]:
on nightly, manual testing. this is pretty minor patch, it simply checks a new pref.
[Risks and why]:
low, minimal change.
[String/UUID change made/needed]:
none
Attachment #8804237 -
Flags: approval-mozilla-beta?
Attachment #8804237 -
Flags: approval-mozilla-aurora?
Comment on attachment 8804237 [details] [diff] [review]
patch
This is needed to fix IME related regressions since 49, Aurora51+, Beta50+
Attachment #8804237 -
Flags: approval-mozilla-beta?
Attachment #8804237 -
Flags: approval-mozilla-beta+
Attachment #8804237 -
Flags: approval-mozilla-aurora?
Attachment #8804237 -
Flags: approval-mozilla-aurora+
status-firefox51:
--- → affected
Comment 7•9 years ago
|
||
bugherder uplift |
Comment 8•9 years ago
|
||
bugherder uplift |
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment hidden (obsolete) |
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•