Robo
Robo
Thanks @tristan957 , I can test this PR locally tomorrow. QQ: Does setting the fake parent as transient for the Electron window help with screen readers ? Or will that...
The gist from https://github.com/electron/electron/issues/32857#issue-1130587899 can be used to test the fix.
> is there a way to disable or suppress the native plugin? There is no way to disable the plugin, but you can workaround it either by using iframes to...
> Can you think of a workaround that works where the PDF should render in a new BrowserWindow while the contents of the main BrowserWindow keeps intact? Its not possible...
When initializing logging fails, how does `PLOG(ERROR)` surface to the users ? Does the runtime log to stderr in this case ?
Failing test would be a side-effect of https://github.com/electron/electron/pull/33832, needs further investigation.
Yup the current apis from electron only target to the top-level document, however we maybe able to target a particular frame if electron connects to https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/render_frame_devtools_agent_host.h. Created https://github.com/microsoft/vscode/issues/129437 to check...
@heartacker can you start the application from the command line with `--log-net-log=netlog.json` argument, and perform the steps that show the reported issue and exit the application. Attach the generated `netlog.json`...
@isidorn can you track the `mp3` conversion in a separate issue, this particular issue is a regression with the ffmpeg build shipped with internal builds. There was a recent build...
Sorry for the regression, but this is a temporary expected breakage because we are updating our supported audio formats https://github.com/microsoft/vscode/pull/158486, audio cues will be updated to new format this iteration...