Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.4, 5.13
-
Fix Version/s: 5.12.6, 5.13.2, 5.14.0 Beta 1
-
Component/s: WebEngine
-
Labels:
-
Platform/s:
-
Commits:15f34fb479567dc728fedf3ab2d13a86bf421c59 (qt/qtwebengine/5.13) 99b27e9654bcaf6af0719e33989ba0c956af1c3c (qt/qtwebengine/5.12)
Description
When Qt is used in a 3rd party plugin to Photoshop then it will not start any webengine related things correctly. This is due to the fact that kBootstrapName in src/3rdparty/chromium/content/browser/mach_broker_mac.mm is duplicating the name used by Photoshop's own Chromium version.
If this name is changed to something else then it works fine.