FIREFOX 103 RELEASES TODAY

FULL LIST: bugzilla.mozilla.org/buglist.cgi?f1=cf_status_firefox103&o1=equals&v1=fixed&order=changeddate DESC&limit=0
OFFICAL CHANGELOG: mozilla.org/firefox/103.0/releasenotes/

NOTABLE FIXED BUGS:
>Don't clear the extension on the possible filename if we don't have one to replace it with
Fixes installer download on java.com lacking .exe extension
bugzilla.mozilla.org/show_bug.cgi?id=1773907
>Replace deprecated OSSpinLock with os_unfair_lock
Improves performance on macOS
bugzilla.mozilla.org/show_bug.cgi?id=1670885
>Let the tabs toolbar being keyboard navigable ride trains
Buttons in the Tabs toolbar are now reachable with tab, shift+tab, arrow keys
bugzilla.mozilla.org/show_bug.cgi?id=1774742
>Tweak idle scheduling to support high frame rates better
Improves pageload and scrolling performance on gayming monitors
bugzilla.mozilla.org/show_bug.cgi?id=1771718
>Non-breaking spaces (nbsp) not copied as such
This is a 17 year old bug that got fixed by a volunteer (lol)
bugzilla.mozilla.org/show_bug.cgi?id=359303
>"Tell Mozilla about the crash" checkbox is unchecked by default on Linux
When firefox crashes and the mozilla crash reporter window appears, this option will be selected by default.
bugzilla.mozilla.org/show_bug.cgi?id=740304
>Remove HTML context menu ( and tag) support
This was a deprecated HTML5 feature that only Firefox supported.
bugzilla.mozilla.org/show_bug.cgi?id=1372276
>Adding a bookmark by hand in Manage Bookmarks hangs firefox
macOS bug
bugzilla.mozilla.org/show_bug.cgi?id=1748815
>Turn on Total Cookie Protection for all channels (phase 4)
The rollout of first party isolation by default has completed in v103.
bugzilla.mozilla.org/show_bug.cgi?id=1776760
>Disable IDBMutableFile by default
This was non-standard and only Firefox supported it.
bugzilla.mozilla.org/show_bug.cgi?id=1764771

Attached: 1658828875085.png (1062x539, 149.75K)

Other urls found in this thread:

bugzilla.mozilla.org/show_bug.cgi?id=1773577
bugzilla.mozilla.org/show_bug.cgi?id=1676020
bugzilla.mozilla.org/show_bug.cgi?id=1776800
bugzilla.mozilla.org/show_bug.cgi?id=1764120
bugzilla.mozilla.org/show_bug.cgi?id=1768069
bugzilla.mozilla.org/show_bug.cgi?id=698873
bugzilla.mozilla.org/show_bug.cgi?id=1752494
bugzilla.mozilla.org/show_bug.cgi?id=1770905
bugzilla.mozilla.org/show_bug.cgi?id=1463600
bugzilla.mozilla.org/show_bug.cgi?id=1771725
bugzilla.mozilla.org/show_bug.cgi?id=1381071
bugzilla.mozilla.org/show_bug.cgi?id=1773558
bugzilla.mozilla.org/show_bug.cgi?id=1773070
bugzilla.mozilla.org/show_bug.cgi?id=1770509
bugzilla.mozilla.org/show_bug.cgi?id=1768535
bugzilla.mozilla.org/show_bug.cgi?id=1772049
bugzilla.mozilla.org/show_bug.cgi?id=1771742
bugzilla.mozilla.org/show_bug.cgi?id=1312165
bugzilla.mozilla.org/show_bug.cgi?id=1735929
bugzilla.mozilla.org/show_bug.cgi?id=1750102
bugzilla.mozilla.org/show_bug.cgi?id=1771950
twitter.com/NSFWRedditVideo

>Enable the pref `media.autoplay.block-webaudio`
Improves autoplay blocking coverage, ensures websites cant bypass autoplay blocking by using javascript apis.
bugzilla.mozilla.org/show_bug.cgi?id=1773577
>Title tooltips flash off immediately
Fixed bug on linux
bugzilla.mozilla.org/show_bug.cgi?id=1676020
>Let zero copy hardware decoded video to release on intel GPU on Windows
Improves GPU usage and video smoothness on Windows.
bugzilla.mozilla.org/show_bug.cgi?id=1776800
>Implement subtitles settings in PiP window
bugzilla.mozilla.org/show_bug.cgi?id=1764120
>Open image in new tab if image is webp triggers the download dialog
Aligns with chromium and safari on mime sniffing for images
bugzilla.mozilla.org/show_bug.cgi?id=1768069
>Disable View > Zoom > "Actual size" when the zoom level is already at default.
11 year old bug fixed
bugzilla.mozilla.org/show_bug.cgi?id=698873
>Enable VA-API by default in nightly
GPU video decoding on Linux was enabled by default in Nightly, starting in v103
bugzilla.mozilla.org/show_bug.cgi?id=1752494
>Crash when capturing recording on a page using Widevine
Fixed recording DRM-protected video on linux (based)
bugzilla.mozilla.org/show_bug.cgi?id=1770905
>Implement CSS 'contain: style'
The contain property allows you to indicate that an element and its contents are independent of the rest of the document tree, allowing the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, improving performance.
bugzilla.mozilla.org/show_bug.cgi?id=1463600
> Add a low-priority selector list for pseudo-classes that have global rules.
Improves CSS performance
bugzilla.mozilla.org/show_bug.cgi?id=1771725

Attached: 1658829422141.png (1159x480, 67.9K)

>Consider caching getComputedStyle styles in display: none subtrees
Improved CSS performance and battery life on pages that read computed styles a lot. (100% CPU usage in v102 to 11% CPU usage in v103)
bugzilla.mozilla.org/show_bug.cgi?id=1381071
>Move font style/weight/stretch types to rust.
>Unify rust and C++'s EventState bits.
More rust in firefox, always great to see!
bugzilla.mozilla.org/show_bug.cgi?id=1773558
bugzilla.mozilla.org/show_bug.cgi?id=1773070
>Use an IC when closing for-of iterators
Improved javascript performance
bugzilla.mozilla.org/show_bug.cgi?id=1770509
>Implement CSS :modal pseudo-class
bugzilla.mozilla.org/show_bug.cgi?id=1768535
>Use a surface for stacking contexts with backface-visible: false
Improved graphics performance
bugzilla.mozilla.org/show_bug.cgi?id=1772049
>82s jank while loading HTML Spec Archive
Improved DOM performance to make browsing archive.org and similar websites faster
bugzilla.mozilla.org/show_bug.cgi?id=1771742
>Implement 'scroll-snap-stop'
New CSS feature
bugzilla.mozilla.org/show_bug.cgi?id=1312165
>Dmabuf WebGL/X11/Nvidia: Failed to create gl framebuffer
Fixed WebGL performance issues on NVIDIA binary drivers
bugzilla.mozilla.org/show_bug.cgi?id=1735929
>Context menus can't be closed by clicking again
Fixed small annoyance on Linux
bugzilla.mozilla.org/show_bug.cgi?id=1750102
>Add an option to show the native context menu when right-clicking on the toolbar with CSD enabled.
New feature for Linux
bugzilla.mozilla.org/show_bug.cgi?id=1771950

Attached: 1658829477332.png (680x254, 43.99K)

Who cares about this shitty browser anymore? Uhh it's not 2003 anymore dad. Everything is on chromium now.

holy shit how can someone care this much

15 years and it's still better than chrome

ahhahahahahahhah it doesn't follow the modern web standarts and no webview host. It's old and soon they'll take the about:config from you.

when will these trannies fix the laggy as fuck html5 video playback on loonix using GNOME

Based, i love Firefox. Chromium glowies should consider sudoku

works on my windows machine.

thanks, but im sticking with 91 esr (for another month)

>playing videos with anything but a video player
found the retard

>t. NEET using a 15 year old thinkpad

>>Context menus can't be closed by clicking again
This is why i stopped using firefox, happy to see that its finally fixed, now i can switch back

Only the maintainer of Firefox, whom the OP actually is.

Basically, its just him (xer) and noone else.

Cope. I'll see you niggers come back when chrome kills adblocking with manifest v3.

I'm on it since Sunday. wtf are you smoking?

Attached: file.png (651x333, 46.05K)

I think they dont roll it out all at the same time. Differs based on country probably.

oh I am on beta, that's why. lol
anyway, it is a lot faster than older versions for me at least.

strawman and false choice ... who said we collectively use chrome? That shitty logic only works on redditors and HN retards. You should know better, which would hint you are just another sub-IQ firefox maintainer kek. Proofs in the pudding.

Unless you use safari you are using chrome.. but it's called Brave. Or edge. Or opera. Or whatever the fuck they reskinned it.

Thanks for the update, OP.
>GPU video decoding on Linux was enabled by default in Nightly, starting in v103
Perfect.

OH SHEEEIT
LETS GOOOOOOOOOOOOOO

Attached: 1651992921747.png (622x469, 40.96K)

>Arch cucks

Attached: Screenshot from 2022-07-26 21-37-21.png (1424x906, 201.33K)

>beta
who is the cuck here

cope post

you are beta testing for me lole