The first official 20191210 builds are out

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

The first official 20191210 builds are out

Post by Josa »

Previous Nightly Builds thread 20191209

The first official 20191210 NIGHTLY builds are out
.The official Firefox 72 Beta 5 builds are not yet out

Previous NIGHTLY: 20191209 (Fx 73.0a1)
Previous BETA: 20191209 (Fx 72.0b4)

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


Fixed:
  1. NIGHTLY +58
  2. #1598117 [Core:Audio/Video: MediaStreamGraph]-Enable GraphRunner by default [Uns]
  3. #1601803 [Core:Audio/Video: Playback]-Add logs to exit paths of GMPParent::ParseChromiumManifest [Uns]
  4. #1602336 [Core:Audio/Video: Playback]-Merge MediaController and TabMediaController [Uns]
  5. #1602317 [Core:CSS Parsing and Computation]-Use nicer cbindgen bitflags. [Uns]
  6. #1600773 [Core:CSS Parsing and Computation]-there is no cursor hover feedback for tab bar scroll buttons [Uns]
  7. #1601486 [Core:CSS Transitions and Animations]-Motion path is not correct for <g> SVG elements with transform-box:fill-box [Uns]
  8. #1572415 [Core:Canvas: 2D]-Crash in [@ mozilla::gfx::DrawTargetD2D1::PopClip] [Win]
  9. #1601717 [Core:DOM: Bindings (WebIDL)]-ThreadSanitizer: data race [@ mozilla::dom::ProgressEvent_Binding::CreateInterfaceObjects] vs. [@ mozilla::dom::ProgressEvent_Binding::CreateInterfaceObjects] [Lin]
  10. #1601377 [Core:DOM: Core & HTML]-Change some nsContentUtils function signatures to take nsIPrincipal& to make it clear it can't be null [Uns]
  11. #1602023 [Core:DOM: Core & HTML]-Short circuit icon loading when it is already a data uri [Uns]
  12. #1580241 [Core:DOM: Navigation]-Fix usage of nsIDocShellTreeItem in nsDocShell::CanSavePresentation [Uns]
  13. #1601773 [Core:DOM: Navigation]-Make ReloadCurrentEntry forward to the child process if called from session history in the parent [All]
  14. #1602093 [Core:DOM: Security]-Make CORS errors errors, not warnings, in the console [Uns]
  15. #1600536 [Core:DOM: Selection]-user-select: initial/auto on input works incorrectly [Uns]
  16. #1588152 [Core:DOM: Service Workers]-Crash in [@ AsyncShutdownTimeout | profile-change-teardown | ServiceWorkerShutdownBlocker: shutting down Service Workers] [All]
  17. #202251 [Core:Find Backend]-Find/FindAsYouType will not find text if entered with diacritics ("nikud") in Hebrew, or accented characters in other languages [All]
  18. #1602391 [Core:Graphics: Text]-Crash in [@ CFDataGetLength] [mac]
  19. #1601862 [Core:Graphics: WebRender]-Suppress false alarm log in RenderCompositorANGLE on Windows7 [Uns]
  20. #1601868 [Core:Graphics: WebRender]-Using scrollbar-width:none on root element causes severe scrolling issues with WR picture caching [Uns]
  21. #1598582 [Core:Graphics]-Crash in [@ mozilla::gfx::DrawTargetD2D1::DrawSurface] [Win]
  22. #1602051 [Core:ImageLib]-imgITools.decodeImageFromChannelAsync's observer should be optional. [Uns]
  23. #1566466 [Core:JavaScript Engine]-JSScript isRelazifiable check should be consistent with when we keep LazyScript [Uns]
  24. #1602165 [Core:JavaScript Engine]-Move and rename JS_ContainsSharedArrayBuffer [Uns]
  25. #1602280 [Core:JavaScript Engine]-ProfilingStack needs visibility attribute [Uns]
  26. #1599465 [Core:JavaScript Engine]-Reduce allocations in BigInt functions and add fast-paths for uint64 BigInts [Uns]
  27. #1561739 [Core:JavaScript Engine]-Shrink js::FieldInitializers [Uns]
  28. #1577825 [Core:JavaScript: GC]-SharedArrayBuffer memory is not accounted for [Uns]
  29. #1602457 [Core:Javascript: WebAssembly]-Fix typo in needsStaticStackAlignment [Uns]
  30. #1599517 [Core:Javascript: WebAssembly]-Implement bulk-memory-operations in Cranelift [Uns]
  31. #1600207 [Core:Layout: Form Controls]-use-after-poison in [@ mozilla::ReflowInput::ReflowInput] [Uns]
  32. #1599841 [Core:Layout: Text and Fonts]-Combination of unicode-bidi: bidi-override, Arabic subtending mark, and a CSS counter value makes single digits disappear [Uns]
  33. #1601083 [Core:Layout]-Add an API that returns an element's containing block [Uns]
  34. #1582363 [Core:Layout]-Dragging text selection markers selects the wrong text on Android with layout.reflow.synthMouseMove=true [All]
  35. #1602421 [Core:Layout]-Minor include cleanup. [Uns]
  36. #1500465 [Core:Panning and Zooming]-Need APIs to measure touch scrolling input latency (Non-WebRender call path) on desktop and GeckoView [All]
  37. #1598330 [Core:Preferences: Backend]-Assertion failure: sInServoTraversal || NS_IsMainThread(), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ServoUtils.h:34 [Lin]
  38. #1427141 [Core:Printing: Output]-CSS page-break-before can cause elements to disappear in HTML tables [Uns]
  39. #1602125 [Core:Printing: Setup]-Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint [Uns]
  40. #1486968 [Core:Printing: Setup]-Remove nsPrintJob::mOldPrtPreview [Uns]
  41. #1602103 [Core:Printing: Setup]-Set the print job name before initialization of the print session on macOS [Uns]
  42. #1601775 [Core:Printing: Setup]-Stop needlessly calling PMPrintSettingsSetJobName in nsPrintDialogServiceX::Show [Uns]
  43. #1599922 [Core:XPCOM]-Intermittent Assertion failure: !OnGraphThread(), at GraphDriver.cpp:971 | application crashed [@ mozilla::AudioCallbackDriver::StateCallback(cubeb_state)] [Uns]
  44. #1598461 [Core:XPConnect]-Remove vestigial TLS in XPCJSContext::Get() [All]
  45. #1601476 [DevTools:Debugger]-Value with watchpoint in object inspector does not update when stepping [Uns]
  46. #1601506 [DevTools:General]-Enable `javascript.options.asyncstack` in DevEdition [Uns]
  47. #1601444 [DevTools:Netmonitor]-Server timings not added on transaction close [Uns]
  48. #1316265 [DevTools:Shared Components]-Object actor should have properties to indicate if a function is a generator or an async function [Uns]
  49. #1602279 [External Software Affecting Firefox:Telemetry]-Intermittent GECKO(1767) | Assertion failure: !IsPending(), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/MozPromise.h:1074 [Uns]
  50. #1600152 [Firefox:Messaging System]-Error reported when clicked on the "see all" button of cfr milestone message [Uns]
  51. #1602522 [Firefox:Messaging System]-Fix Icons alignment inside Triplets onboarding cards [Uns]
  52. #1601714 [Firefox:New Tab Page]-Capitalize 'p' in "Recommended by Pocket" [All]
  53. #1472097 [Firefox:Normandy Client]-Force Normandy reset its timer and run imediately at version change (upgrade/downgrade) [Uns]
  54. #1601901 [Firefox:Normandy Client]-[1.128.0] Recipes set up on the Delivery Console Stage are no longer executed on the latest Firefox Release, Beta, or Nightly [All]
  55. #1599444 [Firefox:Preferences]-Let users know we will delete past telemetry when they opt out of data collection in about:preferences#privacy. [Uns]
  56. #1601345 [Firefox:Preferences]-Remove containers panel's "<< Go Back" text link in favor of a back button, like in about:addons [Uns]
  57. #1598562 [Firefox:Remote Settings Client]-Prevent Remote Settings server URL to be modified in release [Uns]
  58. #1601563 [Toolkit:Places]-History is reverting valid titles with empty ones from subframes (was: Pocket articles in the Highlights section have no title) [All]
  59. #1453355 [WebExtensions:Frontend]-add sidebar.toggle api [Uns]
  1. Partial Landings/Diagnostic Patches:
  2. #1595708 [Core:Graphics: WebRender]-Cargo build timings SVG output Freezes the entire browser with WebRender [Uns]
  3. #1592427 [Core:JavaScript Engine]-[jsdbg2] Debugger.Objects for promises should provide reaction records [All]
  4. #1511958 [Core:Javascript: WebAssembly]-[meta] Implement i64<>JavaScript’s BigInt conversions proposal [Uns]
  5. #1596050 [Core:Layout: Text and Fonts]-Text selection while Windows High Contrast is running becomes invisible in Firefox [Uns]
  6. #1600906 [Core:Storage: IndexedDB]-Reduce state in dom/indexedDB classes [Uns]
  1. Beta 4 -> Beta 5 Changelog +10
  2. #1600567 [Core:Graphics]-ThreadSanitizer: data race [@ operator!] vs. [@ assign_assuming_AddRef] in APZCTreeManager [Lin]
  3. #1593362 [Core:Layout]-crash near null in [@ nsFrame::HandleDrag] [Uns]
  4. #1599379 [Core:Privacy: Anti-Tracking]-Level 2 (Strict) List cookies are not being blocked after restart and load tracker immediately [Uns]
  5. #1601306 [Core:Web Painting]-Default themes are not applied correctly when they are switched from about:addons on Mac OS [mac]
  6. #1600261 [Core:Widget: Gtk]-[Wayland][WebRender] Windows become unresponsive if some are hidden (minimized or on different workspaces) [Uns]
  7. #1589930 [Core:XSLT]-Crash in [@ txFormatNumberFunctionCall::evaluate] [Win]
  8. #1599864 [Firefox:General]-when title has html tag doesn't shown on taskbar [Uns]
  9. #1597492 [Firefox:New Tab Page]-Add Pocket tile type to assa_events_daily ping [Uns]
  10. #1600242 [Toolkit:Places]-Stop storing favicons having Cache-Control: no-store [Uns]
  11. #1600244 [Toolkit:Places]-Don't store favicons added after FaviconLoader::onPageShow [Uns]

Nightly 73 fixes since 20191202 (Gecko 72) ~345
Beta 72 fixes since 20191021 (Gecko 71) ~1787

Nightly Blog
Release Calendar
Release Tracking
MozRegression Guide
Josa
Posts: 7420
Joined: July 28th, 2009, 4:52 pm

Re: The first official 20191210 builds are out

Post by Josa »

Locked