The first official 20200216 builds are out

Discussion about official Mozilla Firefox builds
Locked
Josa
Posts: 7408
Joined: July 28th, 2009, 4:52 pm

The first official 20200216 builds are out

Post by Josa »

Previous Nightly Builds thread 20200215

The first official 20200216 NIGHTLY builds are out
.The official Firefox 74 Beta 4 builds are not yet out

Previous NIGHTLY: 20200215 (Fx 75.0a1)
Previous BETA: 20200214 (Fx 74.0b3)

Mozilla Autoland Builds
Treeherder
Release Notes: NIGHTLY | BETA
Changelogs: NIGHTLY | BETA


Fixed:
  1. NIGHTLY +10
  2. #1615750 [Core:Canvas: WebGL]-On Present, invalidateFramebuffer with DEPTH_STENCIL too, not just COLOR0 [Uns]
  3. #1615751 [Core:Canvas: WebGL]-Prune unused parts of GLScreenBuffer [Uns]
  4. #1615851 [Core:Canvas: WebGL]-Crash in ImageBitmap::ToCloneData when running webgl/sdk/tests/conformance2/textures/image_bitmap_from_video/tex-2d-r32f-red-float.html?webglVersion=2&quiet=0&quick=1 [Uns]
  5. #1615489 [Core:CSS Parsing and Computation]-Refactor GenericGradient for conic-gradient support [Uns]
  6. #1615832 [Core:CSS Parsing and Computation]-Crash in [@ mozilla::css::StreamLoader::~StreamLoader] [All]
  7. #1601585 [Core:DOM: Editor]-Intermittent editor/libeditor/tests/test_bug622371.html | The start offset of the selection shouldn't change - got +0, expected 1 [All]
  8. #1615609 [Core:Layout]-Rename nsRefreshDriver::IntersectionObservationAdded. [Uns]
  9. #1612649 [Core:Layout: Images, Video, and HTML Frames]-Consider generating nsImageFrame for lazy-load image elements in the first place [Uns]
  10. #1615445 [Core:WebRTC: Networking]-Set minimum DTLS version to 1.2 [Uns]
  11. #1613733 [Core:XPCOM]-Set toolkit.shutdown.fastShutdownStage to 1 (ShutdownPostLastCycleCollection) on Nightly [Uns]
  1. Partial Landings/Diagnostic Patches:
  2. #1588688 [Core:DOM: Editor]-Change using array of nsINode to array of nsIContent in editor [All]
  1. Beta 3 -> Beta 4 Changelog +0
    None

Nightly 75 fixes since 20200210 (Gecko 74) ~301
Beta 74 fixes since 20200107 (Gecko 73) ~1156

Nightly Blog
Release Calendar
Release Tracking
MozRegression Guide
Last edited by Josa on February 16th, 2020, 6:25 am, edited 1 time in total.
User avatar
dickvl
Posts: 54161
Joined: July 18th, 2005, 3:25 am

Re: The first official 20200216 builds are not yet out

Post by dickvl »

Got hit by this bug.
Bug 1615832 - Crash in [@ mozilla::css::StreamLoader::~StreamLoader]

I had copied userContent.css from another profile to the nightly profile, but hadn't commented out @import rules for missing files and that was enough to trigger the bug.
Luckily this was mentioned in the bug and easily and quickly to fix.
Josa
Posts: 7408
Joined: July 28th, 2009, 4:52 pm

Re: The first official 20200216 builds are out

Post by Josa »

Locked