Bug 244691 - Generate IndexedDB object serializers
Summary: Generate IndexedDB object serializers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-01 15:35 PDT by Alex Christensen
Modified: 2022-09-06 12:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2022-09-01 15:35:05 PDT
Well, most of them.  This requires one of two solutions: 1. Make constructors and accessors for serializers to use, or 2. Move ArgumentCoder from WebKit to WebCore (or more likely WTF) and add "friend ArgumentCoder<...>" to give it access to private member variables like before.  I chose the first choice
Comment 1 Alex Christensen 2022-09-01 15:36:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3934
Comment 2 EWS 2022-09-06 12:54:06 PDT
Committed 254196@main (d4d3c5e42fef): <https://commits.webkit.org/254196@main>

Reviewed commits have been landed. Closing PR #3934 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-06 12:55:19 PDT
<rdar://problem/99615953>