Pref on webgl.out-of-process for Linux
Categories
(Core :: Graphics: CanvasWebGL, task, P1)
Tracking
()
Fission Milestone | Future |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
Assignee | ||
Comment 1•5 years ago
|
||
Comment 4•5 years ago
|
||
(In reply to Pulsebot from comment #2)
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d60a1c3a1070
Pref on webgl.out-of-process for Lin nightly/dev. r=lsalzman
This Linux patch was backed out:
https://hg.mozilla.org/integration/autoland/rev/fbe5e4d4d080
webgl.out-of-process is currently only enabled for Nightly and Dev Edition on Windows and macOS:
Comment 5•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
We need bug 1678152 here because if that happens in the wild, we might get crashes without crash reports!
Comment 7•5 years ago
|
||
Nika doesn't think WebGL Remoting needs to block Fission MVP. Non-native theming will remove the biggest use of X11 in content processes and that's probably good enough for Fission MVP.
Comment 8•4 years ago
|
||
Merging this with bug 1638466; at this point we're just going to have this ride the trains.
(Also, if anyone was wondering why the patch here broke — like me, when I tried the same thing just now and it broke on Try — it's because our cpp
-like preprocessor doesn't handle parenthesized subexpressions. However, it does give &&
higher precedence than ||
.)
Description
•