-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Generate serialization for CFCharacterSetRef #23470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate serialization for CFCharacterSetRef #23470
Conversation
a1f1c63 to
bf1bed9
Compare
|
EWS run on previous version of this PR (hash a1f1c63) Details
|
|
EWS run on previous version of this PR (hash bf1bed9) Details
|
achristensen07
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after 2 comments addressed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should add any RELEASE_ASSERTs.
bf1bed9 to
c946f49
Compare
|
EWS run on previous version of this PR (hash c946f49) Details
|
c946f49 to
6b17a19
Compare
|
EWS run on previous version of this PR (hash 6b17a19) Details
|
6b17a19 to
94a8e17
Compare
|
EWS run on current version of this PR (hash 94a8e17) Details
|
https://bugs.webkit.org/show_bug.cgi?id=268338 rdar://121884571 Reviewed by Alex Christensen. This patch moves from using a hand-rolled serializer for CFCharacterSetRef to a generated one and expands a test to exercise it. * Source/WebKit/DerivedSources-input.xcfilelist: * Source/WebKit/DerivedSources.make: * Source/WebKit/Shared/cf/ArgumentCodersCF.cpp: (IPC::ArgumentCoder<CFCharacterSetRef>::encode): Deleted. (IPC::ArgumentCoder<RetainPtr<CFCharacterSetRef>>::decode): Deleted. * Source/WebKit/Shared/cf/ArgumentCodersCF.h: * Source/WebKit/Shared/cf/CFTypes.serialization.in: * Source/WebKit/WebKit.xcodeproj/project.pbxproj: * Tools/TestWebKitAPI/Tests/IPC/IPCSerialization.mm: (TEST): Canonical link: https://commits.webkit.org/274177@main
94a8e17 to
2b8626d
Compare
|
Committed 274177@main (2b8626d): https://commits.webkit.org/274177@main Reviewed commits have been landed. Closing PR #23470 and removing active labels. |
🧪 gtk-wk2
2b8626d
94a8e17
🧪 bindings🧪 wpe-wk2🧪 api-mac🧪 ios-wk2-wpt🧪 mac-wk1🧪 mac-wk2