Open
Bug 1932868
Opened 3 months ago
Updated 2 months ago
Flip sidebar pref for Nightly only
Categories
(Firefox :: Sidebar, task, P2)
Firefox
Sidebar
Tracking
()
NEW
People
(Reporter: sclements, Unassigned)
References
Details
(Whiteboard: [fidefe-sidebar])
Attachments
(1 obsolete file)
For 135, let's change the pref to:
#ifdef NIGHTLY_BUILD
pref("sidebar.revamp", true);
#else
pref("sidebar.revamp", false);
#endif
But Ania's asked us not to land this change until the first week of December.
Updated•3 months ago
|
Summary: Flip sidebar pref for Nightly only → Flip sidebar pref for Nightly 135 only
Reporter | ||
Updated•2 months ago
|
Assignee: nobody → sclements
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Attachment #9440232 -
Attachment is obsolete: true
Reporter | ||
Comment 2•2 months ago
|
||
We're putting this decision on hold for now due to initial experiment feedback.
Reporter | ||
Updated•2 months ago
|
Summary: Flip sidebar pref for Nightly 135 only → Flip sidebar pref for Nightly only
Reporter | ||
Updated•2 months ago
|
Assignee: sclements → nobody
Status: ASSIGNED → NEW
Priority: P1 → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•