The Official 20170309 builds are out

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

The Official 20170309 builds are out

Post by Josa »

Previous Nightly Builds thread 20170308

The Official 20170309 NIGHTLY builds are out
The Official 20170309 AURORA builds are out
.The Official Firefox 53 Beta 2 builds are not yet out

Previous NIGHTLY: 20170308 (Fx 55.0a1)
Previous AURORA: 20170308 (Fx 54.0a2)
Previous BETA: 20170308 (Fx 53.0b1)

Hourly builds: Tinderbox Builds
Treeherder: Nightly | Aurora
Changelogs: NIGHTLY | AURORA | BETA
Release Notes: AURORA | BETA

Fixed:
  1. NIGHTLY +87
  2. #1339722
  3. #1342661
  4. #1345680 [Core:Audio/Video: Playback]-Add Add ToString(MediaKeySessionType) [Uns][]
  5. #1345324 [Core:Audio/Video: Playback]-Label runnables for CDMProxy sub-classes [Uns][]
  6. #1344654 [Core:Audio/Video: Playback]-Label runnables in dom/media/MediaCache.cpp [All][]
  7. #1345027 [Core:Audio/Video: Playback]-Label runnables in dom/media/VideoUtils.cpp [Uns][]
  8. #1345339 [Core:Audio/Video: Playback]-Label runnables in dom/media/VideoUtils.h [All][]
  9. #1345034 [Core:Audio/Video: Playback]-Label runnables in dom/media/WMFMediaDataDecoder.cpp [Win][]
  10. #1343793 [Core:Audio/Video: Playback]-Presentation time is odd in dom/media/test/test_eme_non_mse_fails.html [Uns][]
  11. #1340398 [Core:Audio/Video: Playback]-Use NV12 DXGI format when using DXVA2 with D3D11 [Uns][]
  12. #1345341 [Core:Audio/Video: Playback]-[EME] "Never expire" MediaKeySession expiration is not exposed [Uns][]
  13. #1343879 [Core:CSS Parsing and Computation]-Reload-like thing happen by opening find bar on https://tc39.github.io/ecma262/ [Uns][]
  14. #1343078 [Core:CSS Parsing and Computation]-Switch placeholder frames to using a style context that doesn't inherit from anything [Uns][]
  15. #1345362 [Core:CSS Parsing and Computation]-stylo: Make -moz-pagebreak anonymous boxes non-inheriting, so their style doesn't depend on their parent [Uns][]
  16. #1344386 [Core:CSS Parsing and Computation]-stylo: nsStyleChangeList::AppendElement does too much work [Uns][]
  17. #1339332 [Core:DOM: Animation]-Do not fill computed values in missing 0%/100% keyframes in CSS Animation when generating keyframes [Uns][]
  18. #1248340 [Core:DOM: Animation]-Implement frames() timing function [All][]
  19. #1344619 [Core:DOM: Animation]-stylo: Introduce pre-traversal step to update a bunch of stuff that we shouldn't update during the parallel traversal [Uns][]
  20. #1337392 [Core:DOM: Core & HTML]-in a pre filled textbox, cursor is behind all text, previously it was on the first position [All][]
  21. #1342057 [Core:DOM: Events]-DataTransfer.items always uses application/x-moz-file as mime-type for file items [All][]
  22. #1345301 [Core:DOM: Events]-elt.firstChild.remove() doesn't trigger a DOMSubtreeModified event [Uns][]
  23. #1345277 [Core:DOM: Workers]-Crash uploading photos to Google photo [Uns][]
  24. #1299500 [Core:DOM]-Get rid of DeviceStorage API [Uns][]
  25. #1345168 [Core:DOM]-Get rid of OriginAttributes::Inherit [Uns][]
  26. #1344204 [Core:DOM]-nsMultiplexInputStream and nsBufferedInputStream should be serializable/cloneable following the internal sub streams. [Uns][]
  27. #1334875 [Core:Document Navigation]-page not loading on session restoration [All][[workaround see comment #8]]
  28. #1344149 [Core:Editor]-EditorEventListener should stop accepting odd focus/blur events [All][]
  29. #1340161 [Core:Gecko Profiler]-Crash in ThreadInfo::StreamJSON [Uns][]
  30. #1072859 [Core:Geolocation]-Disable Geolocation on non-secure origins [All][parity-chrome,parity-webkit]
  31. #1337131 [Core:Graphics: Layers]-Enable restarting the GPU process when it dies [Uns][]
  32. #1318558 [Core:Graphics: Layers]-Remove D3D9 fallback [Uns][[gfx-noted]]
  33. #1345053 [Core:Graphics: WebRender]-Add webrender support for nsDisplayImage [Uns][]
  34. #1337889 [Core:Graphics: WebRender]-Do not use LayerHandle in OMTA testing methods [Uns][[gfx-noted]]
  35. #1344965 [Core:IPC]-Improve separation of concerns in mscom APIs [Win][]
  36. #1344798 [Core:IPC]-Improvements to mscom::AsyncInvoker [Win][]
  37. #1345111 [Core:IPC]-Make the IPDL compiler error out when it finds sync-messages.ini entries without corresponding IPDL sync messages [All][]
  38. #1337694 [Core:Internationalization]-Add language negotiation heuristics to LocaleService [Uns][]
  39. #1344691 [Core:JavaScript Engine: JIT]-CacheIR: dense element stub should support element (re)allocation [All][]
  40. #1344218 [Core:JavaScript Engine: JIT]-Remove holder and holderShape arguments from IonBuilder::testCommonGetterSetter [All][]
  41. #1344315 [Core:JavaScript Engine]-Assertion failure: CurrentThreadCanAccessRuntime(cx->runtime()), at js/src/threading/ProtectedData.cpp:47 with evalInCooperativeThread [Lin][[jsbugmon:update,bisect]]
  42. #1342642 [Core:JavaScript Engine]-Assertion failure: CurrentThreadCanAccessRuntime(cx->runtime()), at threading/ProtectedData.cpp:97 or Assertion failure: rt->jitRuntime()->preventBackedgePatching() || rt->activeContext()->handlingJitInterrupt(), at jit/ExecutableAllocator.cpp:3 [Lin][[jsbugmon:update]]
  43. #1345162 [Core:JavaScript Engine]-Assertion failure: fun->explicitName() == nullptr, at js/src/frontend/Parser.cpp:2469 with asm.js [Lin][[jsbugmon:update,bisect]]
  44. #1343483 [Core:JavaScript Engine]-Find out how often we syntax-parse when we should full-parse immediately [Uns][]
  45. #1108941 [Core:JavaScript Engine]-Update the cache rules for template literal call site objects [All][[DocArea=JS]]
  46. #1299900 [Core:JavaScript Engine]-Warn when Date.prototype.toLocaleFormat is used [Uns][]
  47. #1345307 [Core:JavaScript: GC]-Implement runtime-wide WeakCache [All][]
  48. #1344574 [Core:Layout: Form Controls]-Dropdown menu list is completely unreadable due to broken style caused by patches from bug #910022 [Win][]
  49. #1343570 [Core:Layout: Form Controls]-[e10s] <option> elements don't inherit background-color attribute from parent <select> on Mac OS X [Mac][]
  50. #1344628 [Core:Layout: Tables]-Assertion failure: GetTableRowGroupFrame()-> GetTableFrame()->IsDeletedRowIndexRangesEmpty() (mDeletedRowIndexRanges should be empty here!), at nsTableRowFrame.h:355 [Uns][]
  51. #1343937 [Core:Layout]-Crash [@HasFlag in nsWrapperCache.h] [Uns][]
  52. #1345074 [Core:MFBT]-Add an alternative form of MOZ_FOR_EACH for having separator between items [Uns][]
  53. #1325073 [Core:MFBT]-Make a shorter version for constructing error values of Result<V,E> [Uns][]
  54. #1344827 [Core:mozglue]-Critical Sections should only omit debug info in Beta and Release [Win][]
  55. #1343816 [Core:Networking: Cache]-CacheFileIOManager::CloseHandleInternal() can remove file belonging to other handle [Uns][[necko-active]]
  56. #1342442 [Core:Networking: Cache]-Crash in nsCacheService::DispatchToCacheIOThread [Uns][[necko-active]]
  57. #1345240 [Core:Networking: HTTP]-h2 stalls on failed early data hard reload [All][]
  58. #1344890 [Core:Networking: HTTP]-h2 tls 1.3 early data problem with https://echo.filippo.io/foo [Uns][]
  59. #1342994 [Core:Printing: Output]-Convert nsPrintObject "mKids" array to use UniquePtr [Uns][]
  60. #1328495 [Core:Printing: Output]-[jsplugins] Parameter |page_ranges| in |PrintPages| function should be an array [Uns][]
  61. #1331434 [Core:Rewriting and Analysis]-add a must-return-from-calling block static analysis check [All][]
  62. #1344442 [Core:Security: PSM]-Fix various issues with the nsICryptoHash and nsICryptoHMAC implementations [All][[psm-assigned]]
  63. #1344441 [Core:Security: PSM]-Move various Necko IDLs that really ought to be PSM IDLs [All][[psm-assigned]]
  64. #1345018 [Core:Spelling checker]-anaphylactic isn't in the English dictionary [Uns][]
  65. #1337810 [Core:WebRTC: Audio/Video]-Jitsi video freezes after a few minutes of conversation [All][]
  66. #1339246 [Core:WebRTC: Networking]-When switching from sendrecv to recvonly to sendrecv, FF sends RTP with the previous SSRC of the same m= line rather than the new one [Uns][]
  67. #1337777 [Core:WebRTC]-Audio/video on Ciscospark is not working [All][]
  68. #1254776 [Core:WebVR]-[webvr] `VRDisplay.requestPresent` must succeed when called from only from a user-gesture or trusted event [All][[webvr]]
  69. #1328724 [Core:Widget: Gtk]-does not use user-themed cursors for zoom-in or zoom-out css cursors [Lin][tpi:+]
  70. #792209 [Core:XPCOM]-(nuke-nsSupportsArray) remove nsISupportsArray [All][]
  71. #1345251 [Core:XPCOM]-MozPromise is not usable on worker threads [Uns][]
  72. #1344443 [Core:XPConnect]-Fix [[SetPrototypeOf]] on cross-origin objects to follow the spec [Uns][]
  73. #1344372 [Firefox:Activity Streams: General]-Add override for RemotePageManager in AboutNewTab.jsm [Uns][]
  74. #1327683 [Firefox:Developer Tools: Inspector]-Attributes in markup steal focus from other elements when I edit attributes [Uns][]
  75. #1213767 [Firefox:Developer Tools: Inspector]-Make it easier to toggle classes on elements in the inspector [Uns][[polish-backlog]]
  76. #1338386 [Firefox:Developer Tools: Netmonitor]-304 Not Modified - Make it clear if request comes from the browser cache [Uns][[netmonitor-reserve]]
  77. #1343803 [Firefox:Developer Tools: Netmonitor]-Middle-mouse click on [Learn More] should open tab without immediately switching to it [Uns][[netmonitor-reserve]]
  78. #1342706 [Firefox:Developer Tools: Netmonitor]-Prettify plaintext copy format of headers [Uns][]
  79. #1341107 [Firefox:Developer Tools: Netmonitor]-Transferred size should not consider cached requests [Uns][[netmonitor-reserve]]
  80. #1345323 [Firefox:Developer Tools]-Firebug theme tab issues [Uns][]
  81. #1344987 [Firefox:Search]-Permafailing after version bump to 55 test_update_telemetry.js | ignore_cache_files_without_engines - [ignore_cache_files_without_engines : 16] histogram has expected content - [3,7,2] deepEqual [1,0,0] [Uns][[stockwell fixed][fxsearch]]
  82. #1342464 [Firefox:Tabbed Browser]-Collect Telemetry on when in a tabs lifetime a tab switch spinner is displayed [Uns][]
  83. #1019471 [Toolkit:Form Manager]-(fx-autofill-profile-edit) Dialog to add/edit/view an autofill profile [All][[form autofill:M1]]
  84. #1344630 [Toolkit:Form Manager]-Display parsed value in the corresponding column instead of showing JSON string [Uns][ [form autofill:M1]]
  85. #1339006 [Toolkit:Safe Browsing]-DocGroup labeling in toolkit/components/url-classifier [Uns][]
  86. #1341236 [Toolkit:Telemetry]-Drop the |dataset()| function from keyed & plain histograms [All][[measurement:client][lang=c++]]
  87. #1339131 [Toolkit:WebExtensions: General]-Don't error out on unknown properties in the theme object [Uns][[themes, triaged]]
  88. #1344376 [Toolkit:WebExtensions: Request Handling]-onCreatedNavigationTarget not called when clicking a target="_blank" link [Uns][triaged]

Partial Landings/Diagnostic Patches:
  1. #1342306 [Core:Gecko Profiler]-Properly synchronize the global state in platform.cpp [Uns][leave-open]
  2. #1345368 [Core:Security: PSM]-Upgrade Firefox 55 to NSS 3.31 [Uns][]

  1. AURORA +0
    None
  1. Beta 1 -> Beta 2 Changelog
    None

Nightly 55 fixes since 20170306 (Gecko 54) ~181
Aurora 54 fixes since 20170123 (Gecko 53) ~2045
Beta 53 fixes since 20161114 (Gecko 52) ~2923

Nightly Blog
Release Calendar
Release Tracking
Last edited by Josa on March 9th, 2017, 7:11 am, edited 1 time in total.
User avatar
streetwolf
Posts: 2700
Joined: August 21st, 2011, 8:07 am
Location: NJ (USA)

Re: The Official 20170309 builds are not yet out

Post by streetwolf »

I'm on inbound. I'm still having problems playing videos over at cnn.com. Playing a video will often give a not responding message on the title bar. Eventually the video will play but the not responding message might come back again. Some videos work fine. I see that the videos are now HTML5 so I wonder if cnn is having withdrawal symptoms after using Flash all these years.

Here's the regression range. Don't know if it made it's way into Nightly yet.

Bad
https://hg.mozilla.org/integration/mozi ... f9629da41f

Good
https://hg.mozilla.org/integration/mozi ... 6014fd3cbc
Intel i9-13900K | ASUS ROG MAXIMUS Z790 HERO DDR5 | 64GB CORSAIR VENGEANCE DDR5 @ 6400 Mhz.
H100i ELITE CAPELLIX XT Liquid CPU Cooler | PNY 12GB GeForce RTX 3080 Ti | 2 CORSAIR 2TB MP600 PRO XT GEN 4
HX1200 PLATINUM PSU | XENEON 32" IPS UHD 144Hz | BenQ 32" UHD | MS Windows 11 Pro
User avatar
itisomegakai
Posts: 358
Joined: February 13th, 2014, 11:52 am

Re: The Official 20170309 builds are not yet out

Post by itisomegakai »

media.autoplay.enabled to false in about:config!
That now appears to affect GIFV media. You can right-click the video and click Show Controls to get a play button, then click the play button.
This mostly happens on imgur files.

Nightly v55 has a massive memory leak in which WebExtensions doing this leaking. Try ghostery/uBo webextensions.
More so uBo it uses much more CPU and RAM loading pages. Parent process sits on about 200MB for me at a fresh start with the standard version. About 330MB after hitting 500MB for a second with the Webextension version.
e10 off also same.

Any bugs filed for these two?
TheVisitor
Posts: 5469
Joined: May 13th, 2012, 10:43 am

Re: The Official 20170309 builds are not yet out

Post by TheVisitor »

streetwolf wrote:I'm on inbound. I'm still having problems playing videos over at cnn.com. Playing a video will often give a not responding message on the title bar. Eventually the video will play but the not responding message might come back again. Some videos work fine. I see that the videos are now HTML5 so I wonder if cnn is having withdrawal symptoms after using Flash all these years.

Here's the regression range. Don't know if it made it's way into Nightly yet.

Bad
https://hg.mozilla.org/integration/mozi ... f9629da41f

Good
https://hg.mozilla.org/integration/mozi ... 6014fd3cbc
Just got up so not done a lot of testing but your video from yesterday http://www.cnn.com/2017/03/07/vr/manila ... index.html plays OK here as well now running the latest win32 Tinderbox on win10 x64..
Tested with cset: https://hg.mozilla.org/mozilla-central/rev/19289cc8bf6f
paradis_pal
Posts: 48
Joined: January 27th, 2013, 2:10 am

Re: The Official 20170309 builds are not yet out

Post by paradis_pal »

Something strange about version 52, only version 52, minimizing will lead to zero CPU usage, anyone has noticed that?

Now in 53b1 minimizing with 3 tabs I have 4-7% CPU
User avatar
Virtual_ManPL
Posts: 2052
Joined: July 24th, 2008, 5:52 am
Contact:

Re: The Official 20170309 builds are not yet out

Post by Virtual_ManPL »

Virtualfox persona
Tired of constant Firefox UI changes? XUL extensions are not working anymore? Try SeaMonkey, Waterfox Classic, Pale Moon.
User avatar
streetwolf
Posts: 2700
Joined: August 21st, 2011, 8:07 am
Location: NJ (USA)

Re: The Official 20170309 builds are not yet out

Post by streetwolf »

Virtual_ManPL wrote:@ streetwolf - FYI, I reported it here Bug 1345814 - Firefox hangs when seeking or even playing movies on CNN websites
Thanks.
Intel i9-13900K | ASUS ROG MAXIMUS Z790 HERO DDR5 | 64GB CORSAIR VENGEANCE DDR5 @ 6400 Mhz.
H100i ELITE CAPELLIX XT Liquid CPU Cooler | PNY 12GB GeForce RTX 3080 Ti | 2 CORSAIR 2TB MP600 PRO XT GEN 4
HX1200 PLATINUM PSU | XENEON 32" IPS UHD 144Hz | BenQ 32" UHD | MS Windows 11 Pro
Josa
Posts: 7360
Joined: July 28th, 2009, 4:52 pm

Re: The Official 20170309 builds are out

Post by Josa »

Locked