Closed
Bug 1398492
Opened 8 years ago
Closed 8 years ago
Remove the "layout.css.grid.enabled" preference
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: MatsPalmgren_bugz, Assigned: emilio)
References
Details
Attachments
(1 file)
We have shipped CSS Grid for a while now so we should remove
this preference. This will also help fusing the 'column-gap'
and 'grid-column-gap' properties (bug 1398482).
| Reporter | ||
Comment 1•8 years ago
|
||
(Hmm, where did that flag come from?) Anyway, this is probably better
to fix in v58 to avoid any risk for v57.
status-firefox57:
affected → ---
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Priority: -- → P3
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8937269 [details]
Bug 1398492: Remove the grid pref.
https://reviewboard.mozilla.org/r/207958/#review213806
::: devtools/shared/css/generated/properties-db.js
(Diff revision 1)
> "from-image",
> "full-width",
> "geometricprecision",
> "grab",
> "grabbing",
> - "grayscale",
You might want to manually revert this hunk since it has nothing to do with the grid pref changes. (I think the "grayscale" value depends on which platform you run the mach command on, so that's why it's added/removed all the time.)
::: layout/style/nsLayoutStylesheetCache.cpp
(Diff revision 1)
>
> #define INVALIDATE(sheet_) \
> InvalidateSheet(gStyleCache_Gecko ? &gStyleCache_Gecko->sheet_ : nullptr, \
> gStyleCache_Servo ? &gStyleCache_Servo->sheet_ : nullptr);
>
> - INVALIDATE(mUASheet); // for layout.css.grid.enabled
Perhaps we should leave a comment behind to give a hint on how it should be used? e.g.
// INVALIDATE(mUASheet); // for layout.css.example-pref.enabled
Attachment #8937269 -
Flags: review?(mats) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0e1b938f8377
Remove the grid pref. r=mats
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•8 years ago
|
Assignee: nobody → emilio
You need to log in
before you can comment on or make changes to this bug.
Description
•