Skip to content

Releases: kawapure/firefox-native-controls

115.16.1

12 Oct 21:01
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.16.1 Windows x64 only.

No new changes since 115.12.0.

115.16.0

02 Oct 05:35
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.16.0 Windows x64 only.

No new changes since 115.12.0.

115.15.0

05 Sep 02:41
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.15.0 Windows x64 only.

No new changes since 115.12.0.

115.14.0

07 Aug 19:52
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.14.0 Windows x64 only.

No new changes since 115.12.0.

115.13.0

09 Jul 20:43
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.13.0 Windows x64 only.

No new changes since the previous release.

ESR 115.12.0

11 Jun 18:57
58e1e17
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.12.0 Windows x64 only.

A bug affecting the fullscreen transition when DWM is enabled was fixed. The transition should have been there only when DWM was disabled, but the logic was miswritten; a ! was forgotten.

ESR 115.11.0

14 May 18:01
abb51f1
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.11.0 Windows x64 only.

No new changes in this release.

Clarification on previous release notes: Win64 means x86-64 Windows, not 64-bit Windows in general. The prebuilt binary will not work for ARM64 Windows releases.

ESR 115.10.0

15 Apr 23:44
abb51f1
Compare
Choose a tag to compare

Native controls patch prebuilt binary for 115.10.0 Win64 only.

Note that I'm releasing this ~15 minutes before the official release. Presuming Mozilla doesn't rebuild 115.10.0 in the next 15 minutes, this release of the patch should be good for production.

There were only some small changes to the scrollbar calculation code in this release. For more information, see the commit message for abb51f1.

ESR 115.9.1 (hotfix)

03 Apr 23:30
8eb497a
Compare
Choose a tag to compare

Native controls patch hotfix for 115.9.1 Win64 only.

Originally released on 22 March 2024.

Note that this will still say 115.9.0 in Windows Explorer. I just changed the version number in the binary in HxD, since this was not a major patch. A proper compilation for 115.9.1 will come soon. Next proper compilation will be 115.10.

ESR 115.9.0

03 Apr 23:29
8eb497a
Compare
Choose a tag to compare

Native control patches for ESR 115.9.0 Win64 only.

Originally released on 19 March 2024.

No new changes since the previous release. But, if you are a developer who recommends this, then I will write documentation soon on a better method of applying the caption button mask. It is recommended that you abandon the approach involving the official mask, as this is broken with certain WebRender backends (ANGLE), and is much more limited than the new approach that I found out. (By the way, I figured out the ANGLE bug where no mask would display partially. Clear rectangles (which erase the entire background for the contents underneath them) do not work if a layer has any transparent background in the ANGLE backend, for some reason. If you made the background of the window a solid colour, then it would work; this is almost completely useless though. I'm not experienced in graphics programming, and I really couldn't figure out why this is the case.)

R2 will most likely just add native focus outlines. I meant to look into them for this release, but I didn't schedule my implementation well. I just wanted to get this out the same day as the Firefox update in question.