Attachment #8369709: Added box-sizing preference for bug #243412

View | Details | Raw Unified | Return to bug 243412 | Differences between
and this patch

Collapse All | Expand All

(-)a/layout/style/nsCSSPropAliasList.h (-1 / +1 lines)
Line     Link Here 
 Lines 118-124    Link Here 
118
CSS_PROP_ALIAS(-moz-box-sizing,
118
CSS_PROP_ALIAS(-moz-box-sizing,
119
               box_sizing,
119
               box_sizing,
120
               MozBoxSizing,
120
               MozBoxSizing,
121
               "")
121
               "layout.css.prefixes.box-sizing")
122
CSS_PROP_ALIAS(font-feature-settings,
122
CSS_PROP_ALIAS(font-feature-settings,
123
               font_feature_settings,
123
               font_feature_settings,
124
               FontFeatureSettings,
124
               FontFeatureSettings,
(-)a/layout/style/nsCSSPropList.h (-1 / +1 lines)
Line     Link Here 
 Lines 1384-1390    Link Here 
1384
    box_sizing,
1384
    box_sizing,
1385
    BoxSizing,
1385
    BoxSizing,
1386
    CSS_PROPERTY_PARSE_VALUE,
1386
    CSS_PROPERTY_PARSE_VALUE,
1387
    "",
1387
    "layout.css.prefixes.box-sizing",
1388
    VARIANT_HK,
1388
    VARIANT_HK,
1389
    kBoxSizingKTable,
1389
    kBoxSizingKTable,
1390
    CSS_PROP_NO_OFFSET,
1390
    CSS_PROP_NO_OFFSET,
(-)a/modules/libpref/src/init/all.js (+1 lines)
Line     Link Here 
 Lines 1782-1787    Link Here 
1782
pref("layout.css.prefixes.transforms", true);
1782
pref("layout.css.prefixes.transforms", true);
1783
pref("layout.css.prefixes.transitions", true);
1783
pref("layout.css.prefixes.transitions", true);
1784
pref("layout.css.prefixes.animations", true);
1784
pref("layout.css.prefixes.animations", true);
1785
pref("layout.css.prefixes.box-sizing", true);
1785
// Is support for the :scope selector enabled?
1786
// Is support for the :scope selector enabled?
1786
#ifdef RELEASE_BUILD
1787
#ifdef RELEASE_BUILD

Return to bug 243412