Only enable OOP WebGL on Android on Nightly
Categories
(Core :: Graphics: CanvasWebGL, task)
Tracking
()
People
(Reporter: jnicol, Assigned: jnicol)
References
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
It's causing bug 1794237. Rather than disable it altogether, let's just hold it back to nightly. Hopefully that way we'll get a bug report with a URL to help us actually fix the crash.
| Assignee | ||
Comment 1•3 years ago
|
||
It's causing bug 1794237. Rather than disable it altogether, let's
just hold it back to nightly. Hopefully that way we'll eventually get
a bug report with a URL to help us actually fix the crash.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9300182 [details]
Bug 1797347 - Limit OOP webgl to nightly-only on android. r?#gfx-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Crashes - bug 1794237
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Disables feature that was only enabled last cycle
- String changes made/needed:
- Is Android affected?: Yes
Comment 5•3 years ago
|
||
Comment on attachment 9300182 [details]
Bug 1797347 - Limit OOP webgl to nightly-only on android. r?#gfx-reviewers
Approved for Desktop 107.0b6 and Fenix/Focus 107.0b4
Comment 6•3 years ago
|
||
| bugherder uplift | ||
| Assignee | ||
Comment 7•3 years ago
|
||
This was accidentally left enabled by the previous patch, since
XP_LINUX is true on Android. We must therefore use
defined(XP_LINUX) && !defined(ANDROID)
instead, as we did prior to enabling OOP webgl on Android in the first
place.
| Assignee | ||
Comment 8•3 years ago
|
||
Comment on attachment 9301401 [details]
Bug 1797347 - Actually disable OOP webgl on Android on non-nightly. r?lsalzman
Beta/Release Uplift Approval Request
- User impact if declined: Out of process webgl will be enabled on 107, which causes crashes in bug 1794237
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Fixes a bug with the previous attempt to disable this pref
- String changes made/needed:
- Is Android affected?: Yes
Comment 10•3 years ago
|
||
| bugherder | ||
Comment 11•3 years ago
|
||
Comment on attachment 9301401 [details]
Bug 1797347 - Actually disable OOP webgl on Android on non-nightly. r?lsalzman
Approved for Desktop 107.0b9 and Fenix/Focus 107.0b6
Comment 12•3 years ago
|
||
| bugherder uplift | ||
Description
•