I am reimplementing Firefox for Windows 7, and this pre-release showcases my work. Through this rework, I aim to address the following issues:
- The debug version requires
api-ms-win-core-winrt-error-l1-1-0.dll
. - When maximized, the titlebar overflows beyond the top of the screen.
- If
Windows Aero
is not enabled, the titlebar of theDownload
dialog does not display correctly. - If
Windows Aero
is not enabled, menus may not display correctly. - When applied the
Dark
theme, the tabs on the titlebar are not dark enough. - The 32-bit build cannot enable sandbox.
- If DWM is not enabled, the titlebar color is incorrect.
- ......