Closed Bug 1797347 Opened 3 years ago Closed 3 years ago

Only enable OOP WebGL on Android on Nightly

Categories

(Core :: Graphics: CanvasWebGL, task)

task

Tracking

()

RESOLVED FIXED
108 Branch
Tracking Status
firefox107 + fixed
firefox108 --- fixed

People

(Reporter: jnicol, Assigned: jnicol)

References

Details

Attachments

(2 files)

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.

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.

Assignee: nobody → jnicol
Status: NEW → ASSIGNED
Pushed by jnicol@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/032a7ecf82a8 Limit OOP webgl to nightly-only on android. r=gfx-reviewers,lsalzman
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch

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
Attachment #9300182 - Flags: approval-mozilla-beta?

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

Attachment #9300182 - Flags: approval-mozilla-beta? → approval-mozilla-beta+

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.

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
Attachment #9301401 - Flags: approval-mozilla-beta?
Pushed by jnicol@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5b0ba0abbfa5 Actually disable OOP webgl on Android on non-nightly. r=lsalzman

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

Attachment #9301401 - Flags: approval-mozilla-beta? → approval-mozilla-beta+
Blocks: 1800178
See Also: → 1811456
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: