Bug 278219

Summary: Make NavigationIdentifier non-nullable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2024-08-15 22:21:16 PDT
Make NavigationIdentifier non-nullable, forcing callers to use Markable/std::optional when there is no identifier. This makes it clearer when the identifier can be missing or not. It is also more compatible with our IPC layer which rejects sending a null ObjectIdentifier.
Attachments
Chris Dumez
Comment 1 2024-08-15 22:49:39 PDT
EWS
Comment 2 2024-08-16 11:23:47 PDT
Committed 282359@main (54e56ff12891): <https://commits.webkit.org/282359@main> Reviewed commits have been landed. Closing PR #32290 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-08-16 11:24:14 PDT
Note You need to log in before you can comment on or make changes to this bug.