Closed
Bug 1497916
Opened 6 years ago
Closed 6 years ago
Don't accidentally let webrender ride to release
Categories
(Core :: Graphics: WebRender, enhancement, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
Right now as things stand, we are building WR on all channels, and the qualified pref is on by default on 64. Unless a guard is added somewhere, 64 beta and 64 release will end up with WR enabled on qualified hardware. i.e. if we do nothing we'll accidentally release it before we're ready.
I think we probably want to release to beta 64 but we should still guard the pref with NIGHTLY_OR_EARLY_BETA or something.
Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Is NIGHTLY_OR_EARLY_BETA mean EARLY_BETA_OR_EARLIER?
Assignee | ||
Comment 2•6 years ago
|
||
Yeah, that. Sorry I didn't look up what the actual define was.
Assignee | ||
Comment 3•6 years ago
|
||
Since the go/no-go decision hasn't been made I'll use NIGHTLY_BUILD for now.
Assignee: nobody → kats
Assignee | ||
Comment 4•6 years ago
|
||
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/119109905dc0
Ensure the WR qualified pref is only enabled on nightly. r=jrmuizel
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•