The Official Win32 20150602 builds are out

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

The Official Win32 20150602 builds are out

Post by Josa »

Previous Nightly Builds thread 20150601 | Nightly Build thread RSS feed (courtesy DaCypher)

The Official Win32 20150602 NIGHTLY build is out
The Official Win32 20150602 AURORA build is out
The Official Firefox 39 Beta 2 builds are out


Previous NIGHTLY: 20150601 (Fx41.0a1)
Previous AURORA: 20150601 (Fx40.0a2)
Previous BETA: 20150524 (Fx39.0b1)

Hourly NIGHTLY builds: mozilla-central-linux | mozilla-central-macosx | mozilla-central-win32 | Firefox Tinderbox | NIGHTLY Changelog
AURORA Tinderbox | AURORA changelog

Fixed:
    NIGHTLY +58
  1. #1168207
  2. #1169908
  3. #817406 [Core:CSS Parsing and Computation]-'direction' isn't propagated to the canvas [All][]
  4. #1107096 [Core:Canvas: 2D]-soft hyphen renders as a block in canvas [All][]
  5. #1120487 [Core:DOM: Security]-Implement shim before moving security checks into AsyncOpen [All][]
  6. #1157619 [Core:DOM: Service Workers]-Encoding problem forcing a reload from a ServiceWorker controlled page in non-e10s windows [Uns][]
  7. #1162844 [Core:DOM]-Add meta name="viewmode" to have configurable VR experiences [Uns][[horizon]]
  8. #1169376 [Core:Disability Access APIs]-Allow getting the OuterDocAccessible for the tab's top level document [All][]
  9. #1168932 [Core:Disability Access APIs]-Implement ProxyCreated and ProxyDestroyed to update mozAccessibles [Mac][]
  10. #1169408 [Core:Disability Access APIs]-Merge mozButtonAccessible and mozPopupButtonAccessible [Mac][]
  11. #1169996 [Core:Editor]-Changing the spell check language in the message subject of a recycled message via right-click changes the composition language preference [All][]
  12. #1169039 [Core:Graphics]-Check for CreateEffect call fails [Uns][]
  13. #1167693 [Core:Graphics]-Strange AdapterHexIDs with spaces [Uns][[gfx-noted]]
  14. #1168807 [Core:JavaScript Engine: JIT]-Clean-up: Move MacroAssemblerSpecific::framePushed to the generic MacroAssembler. [Uns][]
  15. #1169611 [Core:JavaScript Engine: JIT]-IonBuilder::getPropTryConstant should not require a singleton result [All][]
  16. #1169391 [Core:JavaScript Engine]-Clear out "reserved" Rooted contents between JSOP_* cases [All][]
  17. #1170107 [Core:JavaScript Engine]-Don't allocate a wrapper object when doing primitive.foo [All][]
  18. #1168103 [Core:JavaScript Engine]-Execution cannot reach the expression "?unknown?" inside this statement in jsfriendapi.cpp [Uns][[good first bug][lang=C++][CID 1274591]]
  19. #1170039 [Core:JavaScript Engine]-Startup crash in dosprintf [Win][]
  20. #1163851 [Core:JavaScript Engine]-Use InHandling to implement restrictions on |in| expressions in the first part of a for(;;) loop [Uns][]
  21. #1166789 [Core:JavaScript: GC]-Clean up and simplify the console GC statistics output [All][]
  22. #1169692 [Core:JavaScript: GC]-Make WeakMapTracer use virtual dispatch instead of a function pointer [All][]
  23. #1169097 [Core:JavaScript: GC]-Remove CountHeap [All][]
  24. #1166790 [Core:JavaScript: GC]-Remove the StatisticsSerializer [All][]
  25. #1169880 [Core:Layout: Images]-Recompute image visibility on a timer if layout or style flushes have occurred [All][]
  26. #1169881 [Core:Layout: Images]-Recompute image visibility when display port margins change [All][]
  27. #1169879 [Core:Layout: Images]-Use only the critical displayport when computing image visibility [All][]
  28. #1169267 [Core:Layout: Text]-Directionality of dir=auto element is not always updated correctly when adding strong RTL characters to an element previously containing all neutrals [All][]
  29. #1148660 [Core:Layout: Text]-GPOS doesn't work for vertical text with upright orientation [Mac][]
  30. #1169420 [Core:Layout]-"Assertion failure: GetMarginComponentForSide(side) == 0 (Someone else tried to resolve our auto margin)" with flex, writing-mode, vertical text, rtl [Uns][]
  31. #1168629 [Core:Layout]-always make sure that there is at least one layer with the metrics for the root scroll frame/root element [Uns][]
  32. #1157322 [Core:Networking: Cache]-TSan: data race netwerk/cache2/CacheIOThread.cpp:315 OnDispatchedEvent [Lin][[tsan]]
  33. #1122070 [Core:Networking: Cache]-TSan: data race netwerk/cache2/CacheIOThread.cpp:97 DispatchInternal [Lin][[tsan]]
  34. #1168221 [Core:Networking: WebSockets]-Assertion failure: !mDataStarted [Uns][]
  35. #1166382 [Core:Panning and Zooming]-Scrollbars (particularly the thumbs) are mispositioned when fullzoom is applied with APZ enabled [Uns][[gfx-noted]]
  36. #1168630 [Core:Panning and Zooming]-if the layer we hit doesn't have an apzc (and no ancestor does either) search the tree for the root apzc with the same layers id [Uns][]
  37. #1091112 [Core:Printing: Setup]-Print dialog doesn't get focus automatically, if e10s is enabled [Mac][]
  38. #1063486 [Core:SVG]-SVG Path - Cubic bezier rendering Issue (missing some of its fill) with matching end points [All][]
  39. #1168903 [Core:SVG]-class nsSMILValue may invoke undefined behavior in Swap (& should just switch to use Move construction) [Uns][]
  40. #1169530 [Core:Security: PSM]-Add l10n string for SSL_ERROR_WEAK_SERVER_CERT_KEY [All][]
  41. #1169151 [Core:Selection]-AccessibleCaret remains on the screen when long tapping an empty input [Uns][]
  42. #1169542 [Core:Video/Audio]-Implement MediaPromise::All [Uns][]
  43. #1170059 [Core:WebRTC: Networking]-Fix -Wunreachable-code clang warnings in webrtc/signaling [Uns][]
  44. #1169034 [Core:XPCOM]-include <cstdlib> in ThreadStackHelper.cpp to declare correct overload for std::abs [All][]
  45. #1169064 [Firefox:Developer Tools: Debugger]-Refactor the ObjectActor from script.js to object.js [All][]
  46. #1166852 [Firefox:Developer Tools: Debugger]-Temp sourceURL not listing in sources pane [Uns][]
  47. #1168689 [Firefox:Developer Tools: Inspector]-Browser inspector can't descend into <tabbrowser> [All][]
  48. #1169411 [Firefox:Developer Tools: Performance Tools (Profiler/Timeline)]-Duration should be based on profiler end time. [Uns][]
  49. #1169754 [Firefox:General]-Persist state that Firefox was a user's default browser [Uns][]
  50. #1166347 [Firefox:Untriaged]-Enabling pointer events in Nighly builds [All][]
  51. #1169706 [Loop:Client]-Link-clicker UI broken for release builds (38 & earlier) - Join doesn't work (TypeError: rootNavigator.mediaDevices.enumerateDevices is not a function) [All][]
  52. #1170051 [Loop:Client]-second screen share in a room doesn't layout correctly (race) [Uns][]
  53. #1168009 [Toolkit:Application Update]-heap-use-after-free (ASAN build) in updater.cpp mstrtok [Uns][]
  54. #1166990 [Toolkit:Password Manager]-Create a wrapper object for form-like elements and test it with _getPasswordFields [All][]
  55. #1149486 [Toolkit:Performance Monitoring]-Add a TabID to PerformanceStats [All][]
  56. #1162538 [Toolkit:Telemetry]-Telemetry redesign: Implement archived ping storage quota [Uns][]
  57. #1167422 [Toolkit:Telemetry]-don't log it as an error that telemetry can't get a browser shell [All][]
  58. #1169606 [Toolkit:Themes]-<description> and <label> should have -moz-margin-end: 5px; [Mac][]

Partial Landings/Diagnostic Patches:
  1. #1168274 [Core:DOM: Events]-Collapse all the resize events before fullscreen to the last one [Uns][[parity-blink]]
  2. #1158120 [Core:Graphics]-Remove all occurrences of the gfxIntSize and nsIntSize typedefs in gfx code, replace them by gfx::IntSize [Uns][]
  3. #964512 [Core:Graphics: Text]-crash in RenderItemWithFallback(tag_STRING_ANALYSIS*, int, int, _ABC*) [Win][]
  4. #1155618 [Core:JavaScript Engine]-Ensure we always report allocation failures to the context [All][]
  5. #1166678 [Core:JavaScript Engine]-2% Win7/win8 kraken regression on Mozilla-Inbound-Non-PGO on May 20, 2015 from push 1410ca139039 [Uns][[talos_regression]]
  6. #1157624 [Core:JavaScript Engine: JIT]-Odin: Split parsing/validation from codegen [Uns][]
  7. #1148582 [Core:Panning and Zooming]-Shouldn't move the mask layer along with the masked layer in this testcase [All][[gfx-noted]]
  8. #1168007 [Core:XPCOM]-Add and use PLDHashTable2::Clear() [Uns][]
  9. #1164564 [Firefox:Developer Tools: Debugger]-Implement WorkerActor.connect [Uns][[leave-open]]
  10. #1169439 [Firefox:Developer Tools: Performance Tools (Profiler/Timeline)]-Markers should be collapsed under their parent when fully encompassed [Uns][[fixed-in-fx-team]]

    AURORA +1
  1. #1158887 [Toolkit:Places]-Intermittent test_async_transactions.js | xpcshell return code: 0 | test_add_and_remove_livemark [Win][[test disabled on WinXP][leave open]]
    BETA +6
  1. #1145781
  2. #1163109
  3. #1166082
  4. #1166924
  5. #1168207
  6. #1166646 [Loop:Client]-WINDOW_ENABLED sharing telemetry probe not working [Uns][]


Nightly 41.0 fixes since 20150511 (Gecko 40) ~954
Aurora 40.0 fixes since 20150330 (Gecko 39) ~2191
Beta 39.0 fixes since 20150223 (Gecko 38) ~2224

Release tracking Firefox 39-41 see HERE
Last edited by Josa on June 3rd, 2015, 7:02 pm, edited 1 time in total.
NVD
Posts: 371
Joined: September 17th, 2010, 7:55 am

Re: The Official Win32 20150602 builds are not yet out

Post by NVD »

http://www.geforce.com/whats-new/articl ... r-released

GeForce 353.06 WHQL driver for GeForce users.

http://www.nvidia.com/download/driverRe ... 6066/en-us

Quadro 353.06 WHQL driver for Quadro users.
User avatar
Virtual_ManPL
Posts: 2052
Joined: July 24th, 2008, 5:52 am
Contact:

Re: The Official Win32 20150602 builds are not yet out

Post by Virtual_ManPL »

Still TDRs in every game here on GTX 460 v2... ](*,)
Thanks NVIDIA! [-X

Downgrading to 347.88.
Virtualfox persona
Tired of constant Firefox UI changes? XUL extensions are not working anymore? Try SeaMonkey, Waterfox Classic, Pale Moon.
User avatar
colfer
Posts: 643
Joined: December 4th, 2002, 9:34 am
Location: Bear

Re: The Official Win32 20150602 builds are not yet out

Post by colfer »

Aurora updates have returned, after a four day hiatus. (Win32).
TheVisitor
Posts: 5472
Joined: May 13th, 2012, 10:43 am

Re: The Official Win32 20150602 builds are not yet out

Post by TheVisitor »

User avatar
AteUte52
Posts: 1525
Joined: June 19th, 2004, 5:30 am
Location: Finland

Re: The Official Win32 20150602 builds are not yet out

Post by AteUte52 »

FYI: Win Nightly builds (03 Jun) are out: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0 ID:20150603030208 CSet: 14be4237f855
winapp2
Posts: 1405
Joined: March 31st, 2013, 10:31 pm

Re: The Official Win32 20150602 builds are not yet out

Post by winapp2 »

copying a file and attempting to paste it into the text field on the groupme.com crashes plugin container on e10s.. can anyone confirm?

Also happens when pasting a file (i used .zip) into the search bar on Facebook.
User avatar
Grantius
Posts: 1545
Joined: June 28th, 2011, 4:14 pm
Contact:

Re: The Official Win32 20150602 builds are not yet out

Post by Grantius »

uBlock users, this bug is of interest if you have e10s enabled:

https://bugzilla.mozilla.org/show_bug.cgi?id=1171173
Micro gaming box: AMD A10-7800 APU, 8gb RAM M350 ITX case (size of a book), Windows 10/Ubuntu
Tablet/Laptop: Asus Transformer T100, Intel Atom 2GB RAM, Windows 10 x86
Mobile:Xiaomi Redmi Note 3 Pro
Josa
Posts: 7418
Joined: July 28th, 2009, 4:52 pm

Re: The Official Win32 20150602 builds are out

Post by Josa »

Locked