RESOLVED FIXED 177480
Make PolicyAction an encodable enum class
https://bugs.webkit.org/show_bug.cgi?id=177480
Summary Make PolicyAction an encodable enum class
Alex Christensen
Reported 2017-09-25 21:48:21 PDT
Make PolicyAction an encodable enum class
Attachments
Patch (40.93 KB, patch)
2017-09-25 21:56 PDT, Alex Christensen
no flags
Patch (41.09 KB, patch)
2017-09-25 22:28 PDT, Alex Christensen
no flags
Alex Christensen
Comment 1 2017-09-25 21:56:25 PDT
Antti Koivisto
Comment 2 2017-09-25 22:00:19 PDT
Comment on attachment 321789 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321789&action=review > Source/WebKit/UIProcess/WebPageProxy.messages.in:102 > + DecidePolicyForNavigationAction(uint64_t frameID, struct WebCore::SecurityOriginData frameSecurityOrigin, uint64_t navigationID, struct WebKit::NavigationActionData navigationActionData, struct WebKit::FrameInfoData originatingFrameInfoData, uint64_t originatingPageID, WebCore::ResourceRequest originalRequest, WebCore::ResourceRequest request, uint64_t listenerID, WebKit::UserData userData) -> (uint64_t newNavigationID, enum WebCore::PolicyAction policyAction, WebKit::DownloadID downloadID, struct WebKit::WebsitePolicies websitePolicies) Delayed Would be nice make these sane at some point (by packing all the million arguments into a struct for example).
Antti Koivisto
Comment 3 2017-09-25 22:00:31 PDT
r=me
Alex Christensen
Comment 4 2017-09-25 22:28:53 PDT
Alex Christensen
Comment 5 2017-09-25 22:52:59 PDT
Radar WebKit Bug Importer
Comment 6 2017-09-27 12:15:55 PDT
Note You need to log in before you can comment on or make changes to this bug.