WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242457
The `CSSPropertyNames.cpp` file is code-generated with non-deterministic contents
https://bugs.webkit.org/show_bug.cgi?id=242457
Summary
The `CSSPropertyNames.cpp` file is code-generated with non-deterministic cont...
Argyrios Kyrtzidis
Reported
2022-07-07 10:22:41 PDT
Every time `Source/WebCore/css/makeprop.pl` runs it generates different contents for `CSSPropertyNames.gprof` (and subsequently for `CSSPropertyNames.cpp`). The switch-case statements for the properties are written out in a non-deterministic order.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
2022-07-07 12:09:04 PDT
rdar://96607159
Argyrios Kyrtzidis
Comment 2
2022-07-07 12:17:27 PDT
I have a fix at
https://github.com/WebKit/WebKit/pull/2179
Argyrios Kyrtzidis
Comment 3
2022-07-08 13:55:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2196
EWS
Comment 4
2022-07-08 15:02:17 PDT
Committed
252297@main
(e4ff5dfc94ce): <
https://commits.webkit.org/252297@main
> Reviewed commits have been landed. Closing PR #2196 and removing active labels.
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