Bug 224448 - Make sure AuxiliaryProcessProxy::sendMessage() is called on the main thread
Summary: Make sure AuxiliaryProcessProxy::sendMessage() is called on the main thread
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 224377
Blocks:
  Show dependency treegraph
 
Reported: 2021-04-12 13:20 PDT by Chris Dumez
Modified: 2021-04-16 18:24 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.17 KB, patch)
2021-04-12 13:22 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-04-12 13:20:20 PDT
Make sure AuxiliaryProcessProxy::sendMessage() is called on the main thread. This is a follow-up to Bug 224377 but for trunk.
Comment 1 Chris Dumez 2021-04-12 13:22:04 PDT
Created attachment 425780 [details]
Patch
Comment 2 Geoffrey Garen 2021-04-12 13:33:30 PDT
Comment on attachment 425780 [details]
Patch

r=me
Comment 3 EWS 2021-04-12 14:28:47 PDT
Committed r275839 (236407@main): <https://commits.webkit.org/236407@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 425780 [details].
Comment 4 Radar WebKit Bug Importer 2021-04-12 14:29:14 PDT
<rdar://problem/76558102>
Comment 5 Chris Dumez 2021-04-13 08:06:28 PDT
This new assertion found a bug: rdar://76590425.
Comment 6 Chris Dumez 2021-04-13 22:09:49 PDT
(In reply to Chris Dumez from comment #5)
> This new assertion found a bug: rdar://76590425.

And another one: rdar://76598710
Comment 7 Chris Dumez 2021-04-16 12:20:37 PDT
Reverted r275839 for reason:

The new release assertion is hitting to easily in client apps

Committed r276153 (236644@main): <https://commits.webkit.org/236644@main>