Closed
Bug 1246574
Opened 10 years ago
Closed 10 years ago
Force windowless mode even if e10s is turned on
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(e10s+, firefox47 fixed)
RESOLVED
FIXED
mozilla47
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
Follow up bug 1201904. When on e10s, windowless mode doesn't work well. I should store sandbox level to nsPluginTag.
| Assignee | ||
Comment 1•10 years ago
|
||
s/windowless mode doesn't work/force windowless mode doesn't work/
| Assignee | ||
Comment 2•10 years ago
|
||
When turned on e10s, plugin process creates from chrome process. So content
process doesn't know current sandbox level. To rewrite wmode attribute on
contnet process by sandbox level >= 2, we should store sandbox level to
nsPluginTag.
Review commit: https://reviewboard.mozilla.org/r/34127/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/34127/
Attachment #8717315 -
Flags: review?(jmathies)
Updated•10 years ago
|
tracking-e10s:
--- → +
Comment 3•10 years ago
|
||
I don't understand why you've moved this to nsPluginTag. Are you going to access this in future work?
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #3)
> I don't understand why you've moved this to nsPluginTag. Are you going to
> access this in future work?
This idea is that I add sandbox level to nsPluginTag like AsyncInit flag to manage simply. But should I add new function/method "int32_t GetSandboxLevel(nsPlugTag*)" instead?
Updated•10 years ago
|
Attachment #8717315 -
Flags: review?(jmathies) → review+
Comment 5•10 years ago
|
||
Comment on attachment 8717315 [details]
MozReview Request: Bug 1246574 - Store sandbox level to nsPluginTag for e10s. r?jimm
https://reviewboard.mozilla.org/r/34127/#review31641
Comment 7•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Updated•9 years ago
|
Depends on: CVE-2016-9072
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
•