The first official 20181115 builds are out

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

The first official 20181115 builds are out

Post by Josa »

Previous Nightly Builds thread 20181114

The first official 20181115 NIGHTLY builds are out
.The Official Firefox 64 Beta 10 builds are not yet out

Previous NIGHTLY: 20181114 (Fx 65.0a1)
Previous BETA: 20181113 (Fx 64.0b9)

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


Fixed:
  1. NIGHTLY +66
  2. #1482540
  3. #1471535 [Core:Audio/Video: Playback]-Run all MediaDataDecoder in their own decoder process [Uns][[overhead:>2MB]]
  4. #1482059 [Core:Audio/Video: Playback]-Webm video with mixed video dimensions is not displayed correctly with hardware acceleration [Win][]
  5. #1507050 [Core:CSS Parsing and Computation]-store MediaFeatureDescription references as an index into the MEDIA_FEATURES array [Uns][]
  6. #1507083 [Core:DOM: Animation]-Check |aGeneration| instead of |generation| in RestyleManager::AddLayerChangesForAnimation [Uns][]
  7. #1506434 [Core:DOM: Events]-Add telemetry probe to count "text" event listeners [All][]
  8. #1483815 [Core:DOM: Networking]-Implement additional CORS restrictions [Uns][[necko-triaged]]
  9. #1505178 [Core:DOM: Security]-CSP reports for WebSocket connections are missing blocked-uri information [Uns][[domsecurity-active]]
  10. #1492036 [Core:DOM: Security]-Considering implementing the Reporting API [Uns][[domsecurity-backlog1][wptsync upstream]]
  11. #1506839 [Core:DOM: Security]-Implement document-domain featurePolicy [Uns][[domsecurity-backlog1] [domsecurity-active]]
  12. #1507230 [Core:DOM: Security]-Introduce 2 new pref for FeaturePolicy [Uns][[domsecurity-backlog1] [domsecurity-active]]
  13. #1505957 [Core:DOM]-Assertion failure: 1 >= mContent->GetShadowRoot()->GetChildCount(), at src/layout/generic/nsVideoFrame.cpp:188 [Uns][]
  14. #1507058 [Core:DOM]-Compare the strings in nsContentUtils::IsURIInPrefList() case insensitively [All][]
  15. #1503019 [Core:DOM]-Remove Shadow DOM and Custom Elements prefs [Uns][]
  16. #1505948 [Core:Gecko Profiler]-Add cache hit/miss data to network markers [Uns][]
  17. #1500467 [Core:Gecko Profiler]-Annotate profiling labels which are JavaScript entry and exit points [All][]
  18. #1506748 [Core:Graphics: WebRender]-Add profiler markers for scene building and blob rasterization [Uns][]
  19. #1507137 [Core:Graphics: WebRender]-Update webrender to 02387f7e5c77c415cfa232366c321d6f621cae28 (WR PR 3308) [Uns][[gfx-noted]]
  20. #1507025 [Core:Graphics: WebRender]-Update webrender to 2a9ddf230c9816d5801a36848981e44f2e442fea (WR PR 3307) [Uns][[gfx-noted]]
  21. #1507136 [Core:Graphics: WebRender]-Update webrender to aa1691c42111c9dbbd30fd7e1835f2139bdf4a26 (WR PR 3305) [Uns][[gfx-noted]]
  22. #1507134 [Core:Graphics: WebRender]-Update webrender to b5c232fdc1e6731cb1afadbf6a6b9b8038ccc829 (WR PR 3306) [Uns][[gfx-noted]]
  23. #1493080 [Core:Graphics]-Memory leak when using videos with transparency as materials with webGL [Uns][[MemShrink:P2]]
  24. #1502275 [Core:ImageLib]-Crash in mozilla::image::DecoderFactory::CloneAnimationDecoder [All][]
  25. #1489142 [Core:JavaScript Engine: JIT]-FlagAllOperandsAsHavingRemovedUses can take a very long time [Uns][[qf:p1:f65]]
  26. #1507120 [Core:JavaScript Engine: JIT]-Remove BaselineScript NEEDS_ARGS_OBJ flag [All][]
  27. #1503104 [Core:JavaScript Engine]-Add a CompileLazyFunction overload that supports UTF-8 [All][]
  28. #1485800 [Core:JavaScript Engine]-Allow SourceBufferHolder to store both UTF-8 and UTF-16 source text [Uns][]
  29. #1503105 [Core:JavaScript Engine]-Implement JS::CompileUtf8FileDontInflate that performs compilation as UTF-8 without inflating, for opt-in experimental use until code is stable/proven enough that JS::CompileUtf8 can compile directly from UTF-8 [All][]
  30. #1498320 [Core:JavaScript Engine]-Make BytecodeCompiler able to handle UTF-8 source text [Uns][]
  31. #1503086 [Core:JavaScript Engine]-Perform the max-source-length check at SourceBufferHolder init time, not far later [All][]
  32. #1506972 [Core:JavaScript Engine]-Remove unused JSOP_THROWING [Uns][]
  33. #1504463 [Core:JavaScript Engine]-Various fixes to bad-UTF-8 error reporting [All][]
  34. #1507106 [Core:Javascript: Web Assembly]-Add atomic.notify as an alias for atomic.wake [All][]
  35. #1450263 [Core:Javascript: Web Assembly]-Basic generalized tables: add table-of-anyref, table.get, table.set, table.grow [Uns][]
  36. #1504288 [Core:Javascript: Web Assembly]-Build with wasm thread ops by default (still disabled by default by pref) [Uns][]
  37. #1500167 [Core:Javascript: Web Assembly]-Support multiple tables [All][]
  38. #1298381 [Core:Layout]-Implement Time to First Contentful Paint (TTFCP) for Telemetry/Profiler [Uns][[qf:p3][perf-tools]]
  39. #1499961 [Core:Layout]-RestyleManager's RecomputePosition may not move reflow roots [All][]
  40. #1507035 [Core:Memory Allocator]-Wrong run sizes for size classes >= 16K [Uns][]
  41. #1495313 [Core:Networking]-Failures in xhr/send-authentication-competing-names-passwords.htm [Uns][[necko-triaged]]
  42. #1505197 [Core:Security: PSM]-asyncReauthenticateUser doesn't retry upon failure (unlike macOS) [Win][[webpayments-reserve]]
  43. #1428361 [Core:Security: Process Sandboxing]-Deny access to some properties from the mac sandbox which are included in the default permissions in the plugin sandbox [Uns][sb+]
  44. #1507315 [Core:Web Painting]-RetainedDisplayListBuilder::AttemptPartialUpdate calls LeavePresShell with an invalid display list [Uns][]
  45. #662341 [Core:XPCOM]-Better method signatures for [noscript, notxpcom] attributes (actually use return values) [Mac][]
  46. #1507002 [Core:XPCOM]-Fix typo in Services.py [Uns][]
  47. #1496503 [Core:XPCOM]-Rust panic stacks are broken [Uns][]
  48. #1507241 [DevTools:Accessibility Tools]-Fix broken Learn More icon in accessibility panel's toolbar. [Uns][]
  49. #1506516 [DevTools:General]-Improve the expand arrow (twisty) SVG icon [Uns][]
  50. #1507071 [DevTools:General]-Uninstall valence addon (fxdevtools-adapters) when starting adb-addon module [Uns][]
  51. #1506903 [DevTools:Inspector]-Changes panel visible even when pref is off [Uns][]
  52. #1506916 [DevTools:Inspector]-Track Changes - Remove obsolete ChangesManager [Uns][]
  53. #1495381 [DevTools:about:debugging]-[remote-dbg-next] Enable extension debugging for usb devices [Uns][]
  54. #1505906 [Firefox:Bookmarks & History]-regression: dragging tabs to bookmarks menu is broken [Uns][]
  55. #1506734 [Firefox:Enterprise Policies]-Allow additional locations for certificate policy import [Uns][]
  56. #1502410 [Firefox:Normandy Client]-On preference experiment expiration, app.normandy.startupExperimentPrefs.* is not removed [All][]
  57. #1491676 [Firefox:Preferences]-Move strings from preferences.properties to Fluent [Uns][]
  58. #1504247 [Firefox:Tabbed Browser]-Define a high-resolution page load time histogram [Uns][]
  59. #1506190 [Firefox:Theme]-Title bar buttons shouldn't overlap the border between the tab bar and the nav bar [Win][]
  60. #1507045 [Firefox:Toolbars and Customization]-Remove the customizable ui toolbar binding [Uns][]
  61. #1504675 [Firefox:WebPayments UI]-The re-sizable "Street Address" field severely affects the Add/Edit form's layout [All][[webpayments-reserve]]
  62. #1507117 [Toolkit:Performance Monitoring]-aboutPerformance.js, TypeError: row.nextSibling is null; can't access its "firstChild" property [Uns][]
  63. #1507114 [Toolkit:Performance Monitoring]-action and twisty icons no longer shown in about:performance [Uns][]
  64. #1507175 [Toolkit:Telemetry]-Invalid nsTArray index access in internal_RegisterScalars, crash [Uns][]
  65. #1506705 [Toolkit:Themes]-No treecol sort arrow shown [Win][]
  66. #1496827 [Toolkit:XUL Widgets]-Remove the "notification" binding [Uns][]
  67. #1500265 [WebExtensions:General]-Rip out hybrid WebExtension code [Uns][]
  1. Partial Landings/Diagnostic Patches:
  2. #1498942 [Core:General]-Crash in shutdownhang | NtReadVirtualMemory [Win][]
  3. #1503447 [Core:Graphics: WebRender]-(clipping-rewrite2) Tighten up the semantics of clip nodes versus scroll nodes in WebRender API [Uns][]
  4. #1504947 [Core:JavaScript Engine]-Column numbers for syntax errors are wrong when tokenizing UTF-8 without first inflating [Uns][]
  5. #1501587 [Core:Security: PSM]-Upgrade Firefox 65 to use NSS 3.41 [All][[psm-assigned]]
  1. Beta 9 -> Beta 10 Changelog +16
  2. #1505181
  3. #1504944 [Core:Audio/Video: Playback]-Don't re-order audio channels for Opus channel mapping 2 (ambisonic) and 255. [Uns][]
  4. #1505817 [Core:Layout]-AddressSanitizer: ABRT /build/glibc-OTsEL5/glibc-2.27/signal/../sysdeps/unix/sysv/linux/nptl-signals.h:80 in __libc_signal_restore_set [Uns][]
  5. #1507035 [Core:Memory Allocator]-Wrong run sizes for size classes >= 16K [Uns][]
  6. #1503536 [Core:WebRTC: Audio/Video]-Call ApplySettings in MediaEngineWebRTCMicrophoneSource::Start [Uns][]
  7. #1504592 [Core:Web Painting]-Slow "left arrow" and "right arrow" keys in a textarea with resize:none; and empty first line. [All][]
  8. #1504854 [Firefox:Address Bar]-Autofilled search shortcuts should show a single "Search with Engine" heuristic result in the popup [Uns][]
  9. #1495749 [Firefox:Enterprise Policies]-Extensions.Uninstall action should clear the Install runOnce pref so that an extension can be reinstalled [Uns][]
  10. #1504691 [Firefox:Enterprise Policies]-Certificates are not installed if they are placed inside %localappdata% [Win][]
  11. #1502410 [Firefox:Normandy Client]-On preference experiment expiration, app.normandy.startupExperimentPrefs.* is not removed [All][]
  12. #1504370 [Firefox:Search]-Update SEARCH_COUNTS telemetry for private browsing mode [Uns][]
  13. #1500098 [Firefox:Tabbed Browser]-The user is unable to open multiple tabs in Container [All][]
  14. #1502083 [Firefox:Tabbed Browser]-Close other tabs buried in a menu [All][]
  15. #1504274 [Firefox:Tabbed Browser]-Choosing to Close the Tabs to the right only closes the last un-selected tabs from a carousel of selected and un-selected tabs [All][]
  16. #1502951 [Toolkit:Performance Monitoring]-Column text is offset to the left and not aligned with headers when there's a vertical scrollbar [Win][]
  17. #1503680 [Toolkit:Performance Monitoring]-The new about:performance UI is missing proper RTL support [Uns][]

Nightly 65 fixes since 20181022 (Gecko 64) ~1130
Beta 64 fixes since 20180904 (Gecko 63) ~2215

Nightly Blog
Release Calendar
Release Tracking
MozRegression Guide
Last edited by Josa on November 20th, 2018, 5:09 am, edited 1 time in total.
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: The first official 20181115 builds are not yet out

Post by WaltS48 »

Not sure when it happened but that dumb Close Tabs Options context menu item is gone. Now "Close Tabs to the Right" and "Close Other Tabs" are back where they belong. =D> :D

Not that I use them now that I am able to multi select tabs and use the close "x" in a tab. Great :idea:
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
User avatar
Omega X
Posts: 8225
Joined: October 18th, 2007, 2:38 pm
Location: A Parallel Dimension...

Re: The first official 20181115 builds are not yet out

Post by Omega X »

Mediadecoder process landed. All they need now is the Network process and nearly everything will be separated.

EDIT: media.rdd-process.enabled

It doesn't look like any decoders are hooked up at the moment.
Last edited by Omega X on November 14th, 2018, 9:06 pm, edited 1 time in total.
User avatar
Snake4
Posts: 1841
Joined: December 27th, 2017, 4:03 am
Location: Australia

Re: The first official 20181115 builds are not yet out

Post by Snake4 »

any idea why Mozilla hasnt updated OpenH264 in Plugins? when 1.8.0 is out
Nightly Blog
Release Calendar
Posted With Chrome Or Firefox
bjherbison
Posts: 1039
Joined: October 6th, 2003, 5:40 am
Location: Bolton, MA, US
Contact:

Re: The first official 20181115 builds are not yet out

Post by bjherbison »

OpenH264 plugin release v1.8.0
https://bugzilla.mozilla.org/show_bug.cgi?id=1481142#c3
At this point I lean towards skiping 1.8.0 release and try to update to something after 1.8.0 tracked in bug 1486988.
User avatar
Snake4
Posts: 1841
Joined: December 27th, 2017, 4:03 am
Location: Australia

Re: The first official 20181115 builds are not yet out

Post by Snake4 »

ok thanks
Nightly Blog
Release Calendar
Posted With Chrome Or Firefox
User avatar
malliz
Folder@Home
Posts: 43796
Joined: December 7th, 2002, 4:34 am
Location: Australia

Re: The first official 20181115 builds are not yet out

Post by malliz »

Any reported bugs with Facebook?
Edit: Looking like the latest win 10 update borked my profile
That's an affirmative ](*,)
What sort of man would put a known criminal in charge of a major branch of government? Apart from, say, the average voter.
"Terry Pratchett"
toolong
Posts: 913
Joined: December 24th, 2011, 10:29 am

Re: The first official 20181115 builds are not yet out

Post by toolong »

I have been getting 'crash after close' with Firefox Nightlys for about a week. Is this the bug associated with this?
User avatar
Peja Stija
Posts: 649
Joined: June 4th, 2008, 8:46 am
Location: Belgium (proud producer of waffles)

Re: The first official 20181115 builds are not yet out

Post by Peja Stija »

The Mechanic wrote:
I have been getting 'crash after close' with Firefox Nightlys for about a week. Is this the bug associated with this?
Yep. Better not update until this bug is fixed imho.
toolong
Posts: 913
Joined: December 24th, 2011, 10:29 am

Re: The first official 20181115 builds are not yet out

Post by toolong »

Yep. Better not update until this bug is fixed imho.


Thanks. It's driving me crazy!!! :D It's a good thing I already am.
mayankleoboy1
Posts: 471
Joined: February 25th, 2013, 9:52 pm

Re: The first official 20181115 builds are not yet out

Post by mayankleoboy1 »

TheVisitor
Posts: 5469
Joined: May 13th, 2012, 10:43 am

Re: The first official 20181115 builds are not yet out

Post by TheVisitor »

mayankleoboy1 wrote:can anyone reproduce https://bugzilla.mozilla.org/show_bug.cgi?id=1508127 ?
Yes, flickers here... no WR, (disabled due to Intel hardware)
bjherbison
Posts: 1039
Joined: October 6th, 2003, 5:40 am
Location: Bolton, MA, US
Contact:

Re: The first official 20181115 builds are not yet out

Post by bjherbison »

Yes, two flickers per scroll. And not the flickers I would expect, the second flicker seems to be showing "old" information.

No WR, I'm running Linux.
TheVisitor
Posts: 5469
Joined: May 13th, 2012, 10:43 am

Re: The first official 20181115 builds are not yet out

Post by TheVisitor »

malliz wrote:Any reported bugs with Facebook?
Edit: Looking like the latest win 10 update borked my profile
That's an affirmative ](*,)
Your Windows profile/or Firefox got whacked...

I keep checking, but so far they are not offering 1809 here yet...
Locked