WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
303356
[RenderStyleGen] Generate getter/setter function declarations
https://bugs.webkit.org/show_bug.cgi?id=303356
Summary
[RenderStyleGen] Generate getter/setter function declarations
Sam Weinig
Reported
2025-12-01 19:28:19 PST
Extend generation to also generate the function declarations.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2025-12-01 19:30:54 PST
Pull request:
https://github.com/WebKit/WebKit/pull/54673
Sam Weinig
Comment 2
2025-12-04 09:15:45 PST
Pull request:
https://github.com/WebKit/WebKit/pull/54847
EWS
Comment 3
2025-12-05 16:22:52 PST
Committed
304026@main
(b7a21d91ed79): <
https://commits.webkit.org/304026@main
> Reviewed commits have been landed. Closing PR #54847 and removing active labels.
Radar WebKit Bug Importer
Comment 4
2025-12-05 16:23:12 PST
<
rdar://problem/165948558
>
Diego Pino
Comment 5
2025-12-08 04:11:57 PST
There was a build error on 'GTK-Linux-64-bit-Release-Debian-Stable-Build' after this patch:
https://build.webkit.org/#/builders/46/builds/58225
``` WebCore/PrivateHeaders/WebCore/RenderStyleInlines.h: In member function ‘constexpr bool WebCore::RenderStyle::isOriginalDisplayBlockType() const’: WebCore/PrivateHeaders/WebCore/RenderStyleInlines.h:544:107: error: call to non-‘constexpr’ function ‘WebCore::DisplayType WebCore::RenderStyleBase::originalDisplay() const’ 544 | constexpr bool RenderStyle::isOriginalDisplayBlockType() const { return isDisplayBlockType(originalDisplay()); } | ~~~~~~~~~~~~~~~^~ ```
Diego Pino
Comment 6
2025-12-08 04:12:34 PST
Re-opening for pull request
https://github.com/WebKit/WebKit/pull/55029
EWS
Comment 7
2025-12-08 05:56:00 PST
Committed
304089@main
(272c250b6663): <
https://commits.webkit.org/304089@main
> Reviewed commits have been landed. Closing PR #55029 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