Bug 1620491 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Add logs around screen size related infos.

Added log around IDXGIOutput and ScreenHelperWin::RefreshScreens().

These APIs did not provide Active signal resolution:(

But PCs that caused the problem always return 0 at [IDXGIOutput6::CheckHardwareCompositionSupport()](https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_6/nf-dxgi1_6-idxgioutput6-checkhardwarecompositionsupport). When the flags were not 0, I did not see the problem.
Add logs around screen size related infos.

Added log around IDXGIOutput and ScreenHelperWin::RefreshScreens().

These APIs did not provide Active signal resolution:(

But PCs that caused the problem always return 0 at [IDXGIOutput6::CheckHardwareCompositionSupport()](https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_6/nf-dxgi1_6-idxgioutput6-checkhardwarecompositionsupport). When the flags were not 0, I did not see the problem.

The following command was used for testing.
> ./firefox.exe --wait-for-browser > log.txt 2>&1

Back to Bug 1620491 Comment 2