RESOLVED FIXED289440
Add ReflectSetter
https://bugs.webkit.org/show_bug.cgi?id=289440
Summary Add ReflectSetter
Darin Adler
Reported 2025-03-09 14:54:56 PDT
Add ReflectSetter
Attachments
Radar WebKit Bug Importer
Comment 1 2025-03-09 14:55:06 PDT
Darin Adler
Comment 2 2025-05-25 18:55:57 PDT
EWS
Comment 3 2025-06-19 15:39:59 PDT
Committed 296427@main (4c99b6a9d25c): <https://commits.webkit.org/296427@main> Reviewed commits have been landed. Closing PR #45901 and removing active labels.
Diego Pino
Comment 4 2025-06-27 08:40:42 PDT
After this change, GTK3 build bot is failing with the following build error: https://build.webkit.org/#/builders/1519/builds/5012/steps/10/logs/stdio ``` /buildbot-worker/work/GTK-Linux-64-bit-Release-GTK3-Build/build/Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.cpp:187:11: error: ‘class WebCore::HTMLBaseElement’ has no member named ‘setHref’; did you mean ‘setPrefix’? 187 | item->setHref(WTF::AtomString::fromUTF8(value)); | ^~~~~~~ | setPrefix ```
Diego Pino
Comment 5 2025-06-27 08:42:45 PDT
EWS
Comment 6 2025-06-27 09:57:46 PDT
Committed 296732@main (bbbf39e5eddd): <https://commits.webkit.org/296732@main> Reviewed commits have been landed. Closing PR #47302 and removing active labels.
Darin Adler
Comment 7 2025-06-27 12:14:36 PDT
(In reply to Diego Pino from comment #4) > After this change, GTK3 build bot is failing with the following build error Why didn’t the EWS show this failure? I rely on that to make sure I don’t break GTK builds.
Diego Pino
Comment 8 2025-06-27 19:03:32 PDT
(In reply to Darin Adler from comment #7) > (In reply to Diego Pino from comment #4) > > After this change, GTK3 build bot is failing with the following build error > > Why didn’t the EWS show this failure? I rely on that to make sure I don’t > break GTK builds. It's because the EWS GTK build bot builds with GTK4 which is now the default. Right now, there's not EWS GTK build bot for GTK3, only a post-commit bot.
Note You need to log in before you can comment on or make changes to this bug.