Hello roytam1!
In basilisk52-g4.8.win32-git-20250315 - when the multiprocess option is enabled, the 'Page Source Code' view doesn't work. (This only works in single process mode.)
The problem started with the version basilisk52-g4.8.win32-git-20241123!
Before that, on basilisk52-g4.8.win32-git-20241116 - everything worked fine.
Steps to reproduce the problem:
browser.tabs.remote.autostart", true
browser.tabs.remote.force-enable", true
dom.ipc.processCount", 6
When clicking on the 'View Page Source' item in the context menu, a blank page is displayed.
An error is displayed in the browser console(Ctrl+Shift+J):
TypeError: contentWindow is null — viewSource-content.js:226:11
Please fix this problem.