sailfishos / sailfish-browser

Sailfish Browser
https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki
Mozilla Public License 2.0
305 stars 86 forks source link

Check whether MessageChannel is broken on ESR 91 #1022

Open llewelld opened 10 months ago

llewelld commented 10 months ago

In ESR 91 the IPC channels changed to use a message router/ports rather than having to open a channel between every pair of communicating threads.

As a result various changes had to be made to the code that sets things up. See for example the following:

55dde8828eefdefba5073e64c1826557722259a3.

Relevant upstream bugs and changesets:

  1. Bug 1706374
  2. D112777
  3. D80655