[Webkit-unassigned] [Bug 168708] New: Fix makeprops.pl to handle multiple codegen being a list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 21:51:31 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168708

            Bug ID: 168708
           Summary: Fix makeprops.pl to handle multiple codegen being a
                    list
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: lforschler at apple.com

CSSProperties.json an array of items for line-height, but I think it would be better as:

        "line-height": {
            "inherited": true,
            "codegen-properties": [
                {
                    "custom": "All",
                    "enable-if": "ENABLE_TEXT_AUTOSIZING"
                },
                {
                    "getter": "specifiedLineHeight",
                    "conditional-converter": "LineHeight",
                    "enable-if": "!ENABLE_TEXT_AUTOSIZING"
                }
            ],
            "specification": {
                "category": "css-22",
                "url": "https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height"
            }
        },

Need to fix makeprops.pl to handle this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170222/b383cdf5/attachment-0001.html>


More information about the webkit-unassigned mailing list