WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
174878
prepareChangeLog gets confused when CSS file has C preprocessor directives
https://bugs.webkit.org/show_bug.cgi?id=174878
Summary
prepareChangeLog gets confused when CSS file has C preprocessor directives
Daniel Bates
Reported
2017-07-26 15:26:25 PDT
In
attachment #316479
[details]
(
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):
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug