Closed
Bug 1238827
Opened 9 years ago
Closed 9 years ago
Put layout.css.prefixes.webkit pref behind "ifndef RELEASE_BUILD" guard (don't ship it past Aurora for now)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
1.29 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
In bug 1213126, we optimistically turned on the layout.css.prefixes.webkit without any #ifndef RELEASE_BUILD guard (to let it ride the trains).
However, Nightly testing has revealed that there are probably some more pieces we need to implement before shipping, to avoid shipping regressions. (e.g. bug 1238527 and bug 1236400)
So, I think we should put this pref behind an #ifndef RELEASE_BUILD guard for now, so that it'll only be default-enabled as far as Aurora.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8706733 -
Flags: review?(cam)
Updated•9 years ago
|
Attachment #8706733 -
Flags: review?(cam) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•