Skip to content

Commit 3fc2dcf

Browse files
authored
Update: Mozilla.Firefox.DeveloperEdition.kab version 149.0 (149.0b5) (microsoft#345980)
1 parent b31c101 commit 3fc2dcf

File tree

3 files changed

+47
-12
lines changed

3 files changed

+47
-12
lines changed

manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.installer.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,17 @@ FileExtensions:
2424
- webp
2525
- xht
2626
- xhtml
27-
ReleaseDate: 2026-03-04
27+
ProductCode: Firefox Developer Edition
28+
ReleaseDate: 2026-03-06
2829
Installers:
2930
- Architecture: x86
30-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win32/kab/Firefox%20Setup%20149.0b4.exe
31-
InstallerSha256: 75BCBAA52F3A1D1F7357A7977AAE1B3055BD9049C4A10161B4F7CA6C9972DD92
32-
ProductCode: Firefox Developer Edition 149.0 (x86 kab)
31+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win32/kab/Firefox%20Setup%20149.0b5.exe
32+
InstallerSha256: B98649E6C91D38B61A51885FA8EB4B91806216C518850FBCDE488AC739CE17FF
3333
- Architecture: x64
34-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64/kab/Firefox%20Setup%20149.0b4.exe
35-
InstallerSha256: 8228248985641199516154076DCE1B4E51672FACAA0C7F0024F1D475C01F123A
36-
ProductCode: Firefox Developer Edition 149.0 (x64 kab)
34+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win64/kab/Firefox%20Setup%20149.0b5.exe
35+
InstallerSha256: 745A8FEB205756C737B4002419D8BF1AAC37AF837A0006D215382F22E25B7E6E
3736
- Architecture: arm64
38-
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b4/win64-aarch64/kab/Firefox%20Setup%20149.0b4.exe
39-
InstallerSha256: 827DB64E5FBC8369F79747880E027AC8BCC2C3D085C197223D5EF052FDF6EBD9
40-
ProductCode: Firefox Developer Edition 149.0 (arm64 kab)
37+
InstallerUrl: https://download-installer.cdn.mozilla.net/pub/devedition/releases/149.0b5/win64-aarch64/kab/Firefox%20Setup%20149.0b5.exe
38+
InstallerSha256: 510B0D0354E36FDC65177EE94639FCFFD42DE1C450A5185084573B727F194EC7
4139
ManifestType: installer
4240
ManifestVersion: 1.12.0

manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.locale.en-US.yaml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,44 @@ Tags:
2626
- spidermonkey
2727
- web
2828
- web-browser
29-
ReleaseNotesUrl: https://www.mozilla.org/firefox/149.0beta/releasenotes/
29+
ReleaseNotes: |-
30+
Version 149.0beta, first offered to Beta channel users on February 25, 2026
31+
Firefox Beta gets updated 3 times a week and as a consequence, the release notes for the Beta channel are updated continuously to reflect features that have reached sufficient maturity to benefit from community feedback and bug reports.
32+
Warning: Features listed here may or may not make a final release of Firefox.
33+
In addition to these release notes, you can follow ongoing development via the Firefox Trains website or our @FirefoxBeta Bluesky account.
34+
35+
New
36+
- The WebRender layer compositor is now enabled on Windows, reducing power usage during full-screen video playback and improving WebGL/WebGPU performance.
37+
- Many PDF files will now load significantly faster thanks to hardware acceleration.
38+
- Address Autofill is enabled for users in Australia, India, Italy, Poland, and Austria
39+
- Firefox now automatically blocks notifications and permanently revokes permissions for any website flagged as malicious by SafeBrowsing. This prevents unsafe sites from sending background notifications to users, commonly used for ads, spam or phishing.
40+
- You can now add a Share button to your toolbar from Customize Toolbar. It lets you easily share the addresss of your current tab using your Windows or macOS Operating system’s sharing services.
41+
- Local network access restrictions are now being extended to all users. Firefox will require websites to request your permission before connecting to devices on your local network or to apps and services on your device. Previously limited to users with Enhanced Tracking Protection set to Strict, this protection is now rolling out gradually to all users. You can find more details about this on our support page.
42+
This feature is part of a progressive roll out.
43+
What is a progressive roll out?
44+
Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience.
45+
- View two pages side-by-side in a single window with the new Split View feature that makes it easier to compare information, research topics, or work across two pages at once. To create a split view, select one or two tabs and choose Add to Split View or Open in Split View.
46+
47+
Fixed
48+
- Increased robustness of HTTP/3 upload performance for unstable network conditions.
49+
50+
Changed
51+
- TrustPanel combines the privacy and security panels accessed from the urlbar to give the user one place to check the privacy & security settings of the current page
52+
- Firefox 149 tightens the security requirements for the JavaScript files that can be loaded in the parent process, to provide defense in depth against security threats.
53+
- On Linux, Firefox will now default to the XDG portal file picker if available, rather than the GTK3 one, which is usually better integrated with the user's desktop environment, and more powerful.
54+
55+
Developer
56+
- The toolbar of the Storage Inspector now has a button to delete all entries of the currently selected storage.
57+
58+
Web Platform
59+
- showPicker() now supports text-based <input> elements with an associated <datalist>, displaying the autofill dropdown. See documentation.
60+
- The functions xywh() and rect() were previously already implemented for the clip-path and offset-path properties. Now they are also available for the shape-outside property.
61+
- The math value of the CSS font-family is now supported and used by default for MathML's <math> element. It enables Web developers to indicate special fonts with advanced math features should be used. Firefox will rely on the serif font for mathematics defined in Firefox preferences.
62+
- Added support for the HTML attribute popover="hint".
63+
- Enabled media element pseudo-classes, such as :playing, :paused…
64+
- Enabled the spec-compliant HTMLMediaElement.captureStream() API.
65+
- Added support for closing popovers & dialogs with the Android Back Button, and implement the CloseWatcher API for handling this in script.
66+
- The new Reporting API provides a generic reporting mechanism for web applications to use to make reports available based on various platform features (for example Content Security Policy, Permissions-Policy, or feature deprecation reports) in a consistent manner.
67+
ReleaseNotesUrl: https://www.firefox.com/en-US/firefox/149.0beta/releasenotes/
3068
ManifestType: defaultLocale
3169
ManifestVersion: 1.12.0

manifests/m/Mozilla/Firefox/DeveloperEdition/kab/149.0/Mozilla.Firefox.DeveloperEdition.kab.locale.zh-CN.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ Tags:
2222
- 火狐
2323
- 火狐浏览器
2424
- 网页浏览器
25-
ReleaseNotesUrl: https://www.mozilla.org/firefox/149.0beta/releasenotes/
2625
ManifestType: locale
2726
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)