Closed
Bug 1719688
Opened 4 years ago
Closed 4 years ago
Add support for querying/setting webrender compositor in browserSettings
Categories
(WebExtensions :: General, enhancement, P3)
WebExtensions
General
Tracking
(firefox91 fixed)
RESOLVED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: mkaply, Assigned: mkaply)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
We need one more pref related to colormanagement (but actually webrender)
gfx.webrender.compositor
It's a boolean that enables the os compositor backends for webrender.
One suggestion was:
webRender.gfxWebrenderCompositor
but this seems redundant.
I'm wondering if I just keep this under colorManagement:
colorManagement.webRenderCompositor
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Keywords: dev-doc-needed
Pushed by mozilla@kaply.com:
https://hg.mozilla.org/integration/autoland/rev/4bcef771cb79
Support turning off the webrender compositor for color management. r=mixedpuppy
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Comment 4•4 years ago
|
||
Documentation updated in colorManagement in browserSettings #7893
Updated•4 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 5•9 months ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #0)
We need one more pref related to colormanagement (but actually webrender)
Can you elaborate why we need this to be settable from extensions?
- This pref switch doesn't work at runtime (only on startup).
- WebRender compositor is not stable on some platforms or hardware.
Flags: needinfo?(mozilla)
Assignee | ||
Comment 6•9 months ago
|
||
This was done to help support Industrial Light & Magic for their specific use case.
https://addons.mozilla.org/en-US/firefox/addon/extended-color-management/
Flags: needinfo?(mozilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•