Bug 283519

Summary: Reduce use of `NotRefCounted` in *.messages.in files
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, kkinnunen, rniwa, rupin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2024-11-21 12:30:30 PST
Reduce use of `NotRefCounted` in *.messages.in files. Many of the message receivers are ref-counted now. However, they still have `NotRefCounted` in their *.messages.in so the generated IPC code fails to ref the object before calling IPC endpoint functions on the object.
Attachments
Chris Dumez
Comment 1 2024-11-22 07:59:34 PST
EWS
Comment 2 2024-11-23 12:57:46 PST
Committed 287015@main (31f23dad62dd): <https://commits.webkit.org/287015@main> Reviewed commits have been landed. Closing PR #37026 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-11-23 12:58:12 PST
Note You need to log in before you can comment on or make changes to this bug.