Bug 247582
| Summary: | Ensure AddAllowedFirstPartyForCookies message is processed before ScheduleResourceLoad | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> |
| Component: | WebKit Process Model | Assignee: | Alex Christensen <achristensen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alex Christensen
It turns out that message order isn't defined between UI->network and UI->web->network so to ensure AddAllowedFirstPartyForCookies is processed first, use sendWithAsyncReply. Also, I'm pretty sure one of the message sending locations was redundant.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102056030>
Alex Christensen
Pull request: https://github.com/WebKit/WebKit/pull/6218
EWS
Committed 256488@main (3d4ebd0d31cd): <https://commits.webkit.org/256488@main>
Reviewed commits have been landed. Closing PR #6218 and removing active labels.
Fujii Hironori
*** Bug 247658 has been marked as a duplicate of this bug. ***