[Webkit-unassigned] [Bug 174878] New: prepareChangeLog gets confused when CSS file has C preprocessor directives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 26 15:26:25 PDT 2017


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

            Bug ID: 174878
           Summary: prepareChangeLog gets confused when CSS file has C
                    preprocessor directives
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: lforschler at apple.com

In attachment #316479 (bug #141477) I added the following code to Source/WebCore/css/html.css:

#if defined(ENABLE_CSS_MARKER_PSEUDO_ELEMENT) && ENABLE_CSS_MARKER_PSEUDO_ELEMENT
::marker {
    font-variant-numeric: tabular-nums;
}
#endif

When I ran prepare-ChangeLog the function list in the generated WebCore ChangeLog entry corresponding to this change was:

* css/html.css:
(#if defined(ENABLE_CSS_MARKER_PSEUDO_ELEMENT) && ENABLE_CSS_MARKER_PSEUDO_ELEMENT):
(#endif):

I expected to see:

* css/html.css:
(::marker):

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170726/7d5625fd/attachment.html>


More information about the webkit-unassigned mailing list