LimeMaster Posted September 30, 2014 Share Posted September 30, 2014 ...not really. in my experience 99% of fx mem leaks are an issue with an addon or plugin. I haven't had mem leak issues on firefox on any of my machines for years. The versions of firefox known for mem leaks are older versions (1.x-2.x, most mem leaks were plugged when 3.x was released), not modern versions. You're right! My issue was caused by an extension. However, before I posted in this thread, I had been having this issue since Firefox 29 and looking up the issue most sites said that the leak was introduced in recent versions of Firefox. Unfortunately a lot of sites failed to mention that it was certain plugins or extensions that cause this issue. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596596901 Share on other sites More sharing options...
Boo Berry Posted September 30, 2014 Share Posted September 30, 2014 If I were you I'd try a clean profile. I always do with every new version of Firefox and Chrome for that matter. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596597033 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 1, 2014 Veteran Share Posted October 1, 2014 This is where about:memory helps, shows what is using memory and how much (An actual memory leak should bloat the "heap-unclassified" value, otherwise it's just bad memory management) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596597509 Share on other sites More sharing options...
BooBerry Posted October 1, 2014 Share Posted October 1, 2014 Does ver 35 break for anyone else whendom.indexedDB.enabled = false ?Is the a known bug?Can someone file an appropriate bug zafum, guydelup, Miss Contractility and 4 others 7 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596597739 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 2, 2014 Veteran Share Posted October 2, 2014 Yeah, don't disable indexedDB, stuff probably relies on it. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596599583 Share on other sites More sharing options...
+Zlip792 MVC Posted October 2, 2014 MVC Share Posted October 2, 2014 D2D 1.1 landed in Firefox, hopeful that it will improve performance but high peak memory usage + slow scrolling regression bug has been filed by Alice already. Lets see.. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596599587 Share on other sites More sharing options...
BooBerry Posted October 2, 2014 Share Posted October 2, 2014 Yeah, don't disable indexedDB, stuff probably relies on it. But breakage is only on windows ucp, guydelup, viabaipo and 4 others 7 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596599691 Share on other sites More sharing options...
+Zlip792 MVC Posted October 4, 2014 MVC Share Posted October 4, 2014 More than 3000+ changeset behind in lnbound readings from my side, so I decided to skip old bugs, I will read and add them above this comment but I will mention new landings in Inbound though. I will add old changset info here... SVG: Improve the code for handling zero-length SVG subpaths - https://bugzilla.mozilla.org/show_bug.cgi?id=1075399 Convert the bounds calculation code for SVG geometry to use Moz2D Path - https://bugzilla.mozilla.org/show_bug.cgi?id=934183 Web Animations: refactor IsProcessingRestyles/IsProcessingAnimationStyleChange into SkipAnimationRestyles / PostAnimationRestyles - https://bugzilla.mozilla.org/show_bug.cgi?id=1075137 Implement Animation.target - https://bugzilla.mozilla.org/show_bug.cgi?id=1067701 Make getAnimationPlayers return players that are filling forwards - https://bugzilla.mozilla.org/show_bug.cgi?id=1074054 getAnimationPlayers should flush style - https://bugzilla.mozilla.org/show_bug.cgi?id=1073396 Assertions, Refactoring, Removal, Cleanup: Stop automatically allowed indexed and .length access on COWed arrays - https://bugzilla.mozilla.org/show_bug.cgi?id=1065185 Remove code for some of the Places telemetry probes - https://bugzilla.mozilla.org/show_bug.cgi?id=1065925 Clean up stack printing and fixing - https://bugzilla.mozilla.org/show_bug.cgi?id=1062709 Assertion failure: "Expecting iteration duration >= 0" with CSS transition numeric overflow - https://bugzilla.mozilla.org/show_bug.cgi?id=1074651 CSS Parsing and Computation: Add assertion to make it easier to debug orphaned style contexts - https://bugzilla.mozilla.org/show_bug.cgi?id=1075082 Don't overwrite eRestyleResult_ContinueAndForceDescendants with eRestyleResult_Continue - https://bugzilla.mozilla.org/show_bug.cgi?id=1074634 Use eRestyle_ForceDescendants for all cases of rebuilding the rule tree - https://bugzilla.mozilla.org/show_bug.cgi?id=1077849 OS.File Async Toolkit: PromiseWorker should support transfering values - https://bugzilla.mozilla.org/show_bug.cgi?id=1069577 Branch used for Windows Sandbox testing these days - http://hg.mozilla.org/projects/holly/shortlog Old Debug API removal and relevant bugs landings: [Not landed completely] Kill OldDebugAPI - https://bugzilla.mozilla.org/show_bug.cgi?id=1069694 Directly call debugger hooks - https://bugzilla.mozilla.org/show_bug.cgi?id=1060936 Graphics and Layers: Old scaling hack removal (Related to GetCanvasTM call) - https://bugzilla.mozilla.org/show_bug.cgi?id=1077745 Remove of various paths extent - https://bugzilla.mozilla.org/show_bug.cgi?id=1077119 Add a GetBackendType() method to PathBuilder - https://bugzilla.mozilla.org/show_bug.cgi?id=1077544 Remove gfxContext::HasError() - https://bugzilla.mozilla.org/show_bug.cgi?id=1077120 Make D3D11 image layers double buffered - https://bugzilla.mozilla.org/show_bug.cgi?id=1073113 Hack around building 'dwrite_1.h' - https://bugzilla.mozilla.org/show_bug.cgi?id=1053652 Factor out gfxContext::SetColor()'s color management conversion into a gfxPlatform helper -https://bugzilla.mozilla.org/show_bug.cgi?id=1074194 [D2D 1.1] Properly translate content when using a sampling rect - https://bugzilla.mozilla.org/show_bug.cgi?id=1075615 [D2D 1.1] ScaledFontDWrite::CopyGlyphsToBuilder should support Direct2D 1.1 as a backend type - https://bugzilla.mozilla.org/show_bug.cgi?id=1075621 Add Inverse() functions to Moz2D Matrix classes - https://bugzilla.mozilla.org/show_bug.cgi?id=1074944 WebGL2: Untangle the mixup of formats vs internalformats in the WebGL implementation - https://bugzilla.mozilla.org/show_bug.cgi?id=1072680 WebGL2 - Track GL internalformat in WebGLTexture::ImageInfo - https://bugzilla.mozilla.org/show_bug.cgi?id=1075305 Shadow DOM: No shadow DOM rendering when removing and then appending - https://bugzilla.mozilla.org/show_bug.cgi?id=1076784 Content Security Policy and Mixed Content Relevant: Favicons should be considered ContentPolicy type - https://bugzilla.mozilla.org/show_bug.cgi?id=1076978 Crash while reading CSP blog post - https://bugzilla.mozilla.org/show_bug.cgi?id=1073861 ASSERTION: Second character needs to be '.' whenever host starts with '*', going to twitter.com - https://bugzilla.mozilla.org/show_bug.cgi?id=1075230 CSP: log warning if csp-report is not sent using http or https - https://bugzilla.mozilla.org/show_bug.cgi?id=1070732 CSP in CPP: Remove unused strings from csp.properties - https://bugzilla.mozilla.org/show_bug.cgi?id=1000945 SIMD (JS side, ES spec side all relevant to SIMD): IonMonkey SIMD: commute SIMD binary operations - https://bugzilla.mozilla.org/show_bug.cgi?id=1073478 SIMD: Implement NaN-correct greaterThan and greaterThanOrEqual for x86 - https://bugzilla.mozilla.org/show_bug.cgi?id=1074509 Mac OS X v2 signing related bugs: [Regression] Sync broken on OS X nightly - https://bugzilla.mozilla.org/show_bug.cgi?id=1075981 [Addon Compatibility Can be affected] Moving of code in directories - https://bugzilla.mozilla.org/show_bug.cgi?id=1077099 Crash reporter doesn't come up anymore an MacOSX - https://bugzilla.mozilla.org/show_bug.cgi?id=1076977 Re-enable the toolkit webapps tests on OSX 10.8 when they meet visibility requirements - https://bugzilla.mozilla.org/show_bug.cgi?id=1076941 Content process crashes with browser.tabs.remote.autostart set to false - https://bugzilla.mozilla.org/show_bug.cgi?id=1075691 Modify file structure of Firefox.app broke repacks - https://bugzilla.mozilla.org/show_bug.cgi?id=1076370 Service Workers: Implement webidl stubs for the Fetch specification - https://bugzilla.mozilla.org/show_bug.cgi?id=1017613 WebCrypto API: Default ON in release builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1074001 JS Engine: Inlining RegExp.exec in jitcode - https://bugzilla.mozilla.org/show_bug.cgi?id=1066828 addRangeAssertions should skip recovered on bailout instructions - https://bugzilla.mozilla.org/show_bug.cgi?id=1077427 Object.freeze() should return its argument with no conversion when the argument is a primitive value - https://bugzilla.mozilla.org/show_bug.cgi?id=1076588 IonMonkey ARM: declare operands to common ALU and FPU operations to be used at the start - https://bugzilla.mozilla.org/show_bug.cgi?id=1070971 Range Analysis: Truncate should clone & recover instructions which have removed uses - https://bugzilla.mozilla.org/show_bug.cgi?id=1072188 Manage memory differently for native vs. non-native objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1073842 Optimize LRound codegen - https://bugzilla.mozilla.org/show_bug.cgi?id=1073016 [jsdbg2] Debugger.Object should have a isArrowFunction accessor - https://bugzilla.mozilla.org/show_bug.cgi?id=1074994 CPOWs can't wrap regular expressions - https://bugzilla.mozilla.org/show_bug.cgi?id=1067009 Object.seal() should return its argument with no conversion when the argument is a primitive value - https://bugzilla.mozilla.org/show_bug.cgi?id=1075294 ----- Below mentioned are relevant to Scalar Replacement ------ Scalar Replacement: In IsObjectEscape the guard shape might have a CreateThisWithTemplate objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1075638 GVN: visitDefinition leader can replace an instruction by a discarded one - https://bugzilla.mozilla.org/show_bug.cgi?id=1075601 RInstructionResult: Assertion failure while getting a the registered instance from the activation - https://bugzilla.mozilla.org/show_bug.cgi?id=1075488 Scalar Replacement: Do not mutate starting-block loop header - https://bugzilla.mozilla.org/show_bug.cgi?id=1074833 Electrolysis (e10s): Dictionary files opening in content process (Moz Hunspell) - https://bugzilla.mozilla.org/show_bug.cgi?id=1026099 Firefox 32 breaks if Dialog enabled Nightly e10s profile used - https://bugzilla.mozilla.org/show_bug.cgi?id=1068189 [e10s] "Untrusted Connection" page's "Add Exception" button does nothing or crashes - https://bugzilla.mozilla.org/show_bug.cgi?id=1053456 Make the global WebRTC sharing indicators actually list the streams with e10s enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1071626 The WebRTC urlbar sharing indicator gets confused if 2 iframes on the same page are using different devices - https://bugzilla.mozilla.org/show_bug.cgi?id=1074202 Renaming: https://bugzilla.mozilla.org/show_bug.cgi?id=1075125 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1075050 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1075279 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1074738 Vertical Text Rendering and Layout Text: Use the proper (horizontal i-beam) cursor over vertical-direction text elements - https://bugzilla.mozilla.org/show_bug.cgi?id=1077139 Make LogicalMargin and LogicalRect's IsEmpty have the same semantic as the base classes - https://bugzilla.mozilla.org/show_bug.cgi?id=1076986 support vertical text run construction - https://bugzilla.mozilla.org/show_bug.cgi?id=902762 New Tab Page: Search Engine logo blink related relevant bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1077200 [Regression] Background thumbnailer captures pictures with black right and bottom borders - https://bugzilla.mozilla.org/show_bug.cgi?id=1074743 Remove the self hack from content/newtab/updater.js - https://bugzilla.mozilla.org/show_bug.cgi?id=1075211 DOM: Move hasAttributes() to Element - https://bugzilla.mozilla.org/show_bug.cgi?id=1055773 Failure to create JS-implemented webidl component always throws NS_ERROR_FAILURE - https://bugzilla.mozilla.org/show_bug.cgi?id=1074114 Constructor URLSearchParams() should preserve the order of pairs from passing argument - https://bugzilla.mozilla.org/show_bug.cgi?id=1074963 Notable Bugs: [Regression] Headings in the facebook side bar with RTL UI are misplaced - https://bugzilla.mozilla.org/show_bug.cgi?id=1067268 SVG elements caching to improve rendering performance - https://bugzilla.mozilla.org/show_bug.cgi?id=932762 Support for WOFF2 fonts through font-face - https://bugzilla.mozilla.org/show_bug.cgi?id=1064737 ; Import of Brotli Decompressor in Gecko - https://bugzilla.mozilla.org/show_bug.cgi?id=1066160 Windows 10 exe manifest support - https://bugzilla.mozilla.org/show_bug.cgi?id=1076926 Linux Sandoxing work on Breakpad (Crash Reporter) [Relevant bug not directly linked] - https://bugzilla.mozilla.org/show_bug.cgi?id=1068410 [bACKED OUT] HTTP/2 alt-svc support - https://bugzilla.mozilla.org/show_bug.cgi?id=1003448 Badge over Addon SDK based Addons in toolbar - https://bugzilla.mozilla.org/show_bug.cgi?id=994280 Speed up History Sync by priorities syncing on important, recent history etc basis [Reshuffle default syncing order] - https://bugzilla.mozilla.org/show_bug.cgi?id=675397 Global notification bars should be hidden in fullscreen mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1076626 Enable CSS Filters by default [in Nightly 35] - https://bugzilla.mozilla.org/show_bug.cgi?id=1057180 :crazy: [Regression] Wrong URL loads after autofill of a hostname that matches a search engine - https://bugzilla.mozilla.org/show_bug.cgi?id=1073846 panelUI subviews not readable on high contrast themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1008603 Forget Icon glitch - https://bugzilla.mozilla.org/show_bug.cgi?id=1076943 [Mac OS X 10.10] Style the sidebar in Places window with Yosemite behind-window vibrancy - https://bugzilla.mozilla.org/show_bug.cgi?id=1075672 [Mac OS X 10.10] Tooltips have an incorrect color: yellow, but should be grey - https://bugzilla.mozilla.org/show_bug.cgi?id=1045217 [update to Shumway] Update Shumway to version 0.9.2970 - https://bugzilla.mozilla.org/show_bug.cgi?id=1077198 Compacting GC [bit by bit landing] - https://bugzilla.mozilla.org/show_bug.cgi?id=650161 [Also Helpful in Electrolysis (e10s)] Dispatch compositionupdate from TextComposition rather than widget - https://bugzilla.mozilla.org/show_bug.cgi?id=975383 [Talos regression] 3-20% Win7|8 regressions on inbound (v.35) Sept 12th from push c232720a2847 - https://bugzilla.mozilla.org/show_bug.cgi?id=1067588 [Moz2D source clipping regression] SurfacePattern::mSamplingRect does not work correctly for very large surfaces with Direct2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1075616 Some JSONWriter tweaks [To make DMD (Dark Matter Detector) tool better] - https://bugzilla.mozilla.org/show_bug.cgi?id=1074591 Enhance Pinning (Public Key Pinning Extension for HTTP (HPKP)) test coverage - https://bugzilla.mozilla.org/show_bug.cgi?id=1075081 Blocklist driver Intel GMA X4500HD v 8.15.10.1749 - https://bugzilla.mozilla.org/show_bug.cgi?id=1074378 [Regression (not performance) since 33] Move FHR reporting of keyword searches out of nsDefaultURIFixup.getFixupURIInfo() - https://bugzilla.mozilla.org/show_bug.cgi?id=1057166 Unable to load GMail, "Error code: ssl_error_inappropriate_fallback_alert" displayed - https://bugzilla.mozilla.org/show_bug.cgi?id=1072382 non-enumerable Array.prototype.contains is not web-compatible (breaks jsfiddle.net) - https://bugzilla.mozilla.org/show_bug.cgi?id=1075059 nsIURLParser crashes when passed a null pointer - https://bugzilla.mozilla.org/show_bug.cgi?id=1073747 Add support for iterating FlattenedChildIterator from the end (to add support for display:contents) - https://bugzilla.mozilla.org/show_bug.cgi?id=1075247 Make -moz-appearance:none on a combobox remove the dropdown button - https://bugzilla.mozilla.org/show_bug.cgi?id=649849 [Mac Regression] Imgur slow to scroll. Single image display item takes 1.2 seconds to draw - https://bugzilla.mozilla.org/show_bug.cgi?id=1070722 Update getUserMedia constraints to spec - https://bugzilla.mozilla.org/show_bug.cgi?id=1033885 [Performance Improvement] Inactive animations force elements to remain composited layers forever - https://bugzilla.mozilla.org/show_bug.cgi?id=1046055 Implement the CSS Font Loading API - https://bugzilla.mozilla.org/show_bug.cgi?id=1028497 [bACKED OUT] Search term highlighting - https://bugzilla.mozilla.org/show_bug.cgi?id=1075069 Use Direct2D 1.1 on mozilla-central - https://bugzilla.mozilla.org/show_bug.cgi?id=902952 [Regression] OCSP checks are being done for expired certificates, resulting in incorrect error to the user - https://bugzilla.mozilla.org/show_bug.cgi?id=1045739 [Regression] Plugin deprecation warning cuts off Plugin name - https://bugzilla.mozilla.org/show_bug.cgi?id=847072 Replace old MouseTrailer code with TrackMouseEvent API - https://bugzilla.mozilla.org/show_bug.cgi?id=506815 Random: To silent some warnings in console [use 0o notation for octal literal] - https://bugzilla.mozilla.org/show_bug.cgi?id=1073912 [OLDIE - Mac OS X relevant] nsITheme for menu/scrollbox arrows - https://bugzilla.mozilla.org/show_bug.cgi?id=333910 Proxy release of mLoadInfo - https://bugzilla.mozilla.org/show_bug.cgi?id=1073282 Fix a race condition in ProcLoaderParent - https://bugzilla.mozilla.org/show_bug.cgi?id=1048011 Remove NS_finite() and use mozilla::IsFinite - https://bugzilla.mozilla.org/show_bug.cgi?id=791777 Log the correct file/line for font errors - https://bugzilla.mozilla.org/show_bug.cgi?id=1075617 [ANGLE Blending issue] Black background is drawing - https://bugzilla.mozilla.org/show_bug.cgi?id=1048108 ---------------------------------- WIN 64: Although I don't cover Build Configurations related bugs but: Use different signing format for 64-bit windows builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1075723 win64 warning spam is out of control - https://bugzilla.mozilla.org/show_bug.cgi?id=1072071 Konstantine 1 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596602815 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 8, 2014 Veteran Share Posted October 8, 2014 The 64bit Windows nightlies have started being signed, that was one of the biggest remaining hurdles to having official 64bit builds for Windows. There was no way Mozilla would ever officially support an unsigned version of Firefox, and their previous codesigning tools just didn't work with 64bit binaries on Windows. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596606597 Share on other sites More sharing options...
+Zlip792 MVC Posted October 8, 2014 MVC Share Posted October 8, 2014 I know I need to cover old changesets, which I will do it, Although new changes from Inbound: Electrolysis (e10s):WorkerNavigator strings should honor general.*.override prefs in e10s mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1078163[To make LastPass addon work] Remove urgent and rpc message types and replace with message priorities - https://bugzilla.mozilla.org/show_bug.cgi?id=1049879resource: substitutions are not always sent to the child process - https://bugzilla.mozilla.org/show_bug.cgi?id=1068412Add a processType flag to chrome manifest directives - https://bugzilla.mozilla.org/show_bug.cgi?id=930243Console.jsm doesn't work from child process on Windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1067576Support bind in SocketTransport - https://bugzilla.mozilla.org/show_bug.cgi?id=951677 [bACKED OUT] Report resource-timing in the content process - https://bugzilla.mozilla.org/show_bug.cgi?id=1064706 Top Crashes Fix:https://bugzilla.mozilla.org/show_bug.cgi?id=1060896 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1059030 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1076825 WebIDL:Porting DOMFile/DOMBlob to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=1047483Replace SetIsDOMBinding with SetIsNonDOMBinding - https://bugzilla.mozilla.org/show_bug.cgi?id=1078744Make not overriding WrapObject fail to build - https://bugzilla.mozilla.org/show_bug.cgi?id=808856 Convert mozId to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=1011084 --- Below is workup to move XSLT Process to WebIDL ---Switch txMozillaXSLTProcessor to NS_IMPL_CYCLE_COLLECTION - https://bugzilla.mozilla.org/show_bug.cgi?id=1079787Stop storing a principal in txMozillaXSLTProcessor - https://bugzilla.mozilla.org/show_bug.cgi?id=1076836 JS Engine, ES6, JS Library Documentation:Rename ProxyHandler::getOwnPropertyNames -> ownPropertyKeys to match ES6 [[OwnPropertyKeys]] internal method - https://bugzilla.mozilla.org/show_bug.cgi?id=1026918* Remove byte offset slot and non-unsized uses of length from typed objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1073836Contrary to recently added assertion, it's possible to create deep chains of dependent strings - https://bugzilla.mozilla.org/show_bug.cgi?id=1078871Coerce the argument passed to Object.getOwnPropertyDescriptor using ToObject - https://bugzilla.mozilla.org/show_bug.cgi?id=1079188Coerce the argument passed to Object.getPrototypeOf using ToObject - https://bugzilla.mozilla.org/show_bug.cgi?id=1079090* Manage memory differently for native vs. non-native objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1073842OdinMonkey: support changing heaps in asm.js - https://bugzilla.mozilla.org/show_bug.cgi?id=965880Make CPOWs support symbol ids - https://bugzilla.mozilla.org/show_bug.cgi?id=1071177[jsdbg2] move the sourceMapURL property from D.Script to D.Source - https://bugzilla.mozilla.org/show_bug.cgi?id=1056409[still more to land] Remove GCChunkSet - https://bugzilla.mozilla.org/show_bug.cgi?id=1074961(ParallelSweeping) Do embarrassingly parallel non-incrementalizable sweeping phases in parallel - https://bugzilla.mozilla.org/show_bug.cgi?id=1064578 don't generate a static constructor for ARM's DoubleEncoder - https://bugzilla.mozilla.org/show_bug.cgi?id=915228 Inline ToInteger, if TypeSet contains multiple optimizable types - https://bugzilla.mozilla.org/show_bug.cgi?id=1075967 Coerce the argument passed to Object.keys using ToObject - https://bugzilla.mozilla.org/show_bug.cgi?id=1038545 Optimize strict compares with equal operands - https://bugzilla.mozilla.org/show_bug.cgi?id=1073576 * linked SIMD:SIMD backend: implement unary arithmetic operations - https://bugzilla.mozilla.org/show_bug.cgi?id=1044256 SVG:dynamic changes to clip-rule no longer work - https://bugzilla.mozilla.org/show_bug.cgi?id=1077993 Graphics:Stop doing lots of unnecessary and expensive Matrix4x4 multiplication - https://bugzilla.mozilla.org/show_bug.cgi?id=1077961Severe SVG performance regression from tiled thebes layers on OSX on the IE test drive helicopter dem - https://bugzilla.mozilla.org/show_bug.cgi?id=1078109remove null-checks on the result of gfxFontGroup::GetFirstValidFont - https://bugzilla.mozilla.org/show_bug.cgi?id=1077371 Vertical Writing Mode:make CSS text decorations (underline, overline, strikethrough) respect vertical writing modes - https://bugzilla.mozilla.org/show_bug.cgi?id=1074735support vertical text in canvas text drawing methods - https://bugzilla.mozilla.org/show_bug.cgi?id=902799In non-debug builds, logical-coordinate classes should not have an mWritingMode member at all - https://bugzilla.mozilla.org/show_bug.cgi?id=1079314 DOM:URLSearchParams.get() should return null (not empty string) when not find pair - https://bugzilla.mozilla.org/show_bug.cgi?id=1074886Implement the Fetch specification - https://bugzilla.mozilla.org/show_bug.cgi?id=1039846 SpeechGrammarList should both initialize SpeechRecognitionService and set a grammar on it - https://bugzilla.mozilla.org/show_bug.cgi?id=1060659 DeadCode, Cleanup, Rename and Refactoring:Remove the gfxContext methods PointInFill and PointInStroke - https://bugzilla.mozilla.org/show_bug.cgi?id=1077805Remove NewTextureSource - https://bugzilla.mozilla.org/show_bug.cgi?id=1077307[To make IME handling simpler] Get rid of WidgetTextEvent and WidgetCompositionEvent should take over the job - https://bugzilla.mozilla.org/show_bug.cgi?id=960871Clean up PNG codecs, use PR_LOG not PR_fprintf for errors - https://bugzilla.mozilla.org/show_bug.cgi?id=1072340 remove some code about HTMLMediaElement preload - https://bugzilla.mozilla.org/show_bug.cgi?id=984259 Clean up XPCOM string usage in SSLServerCertVerification.cpp - https://bugzilla.mozilla.org/show_bug.cgi?id=1075976 WebGL2:Untangle effective vs. unsized internalformats in the WebGL implementation - https://bugzilla.mozilla.org/show_bug.cgi?id=1077183 WebGL2: implement texStorage2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1075195 DMD (Dark Matter Detector): https://bugzilla.mozilla.org/show_bug.cgi?id=1074008 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1044709 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1062709 Notable Bugs:[security] XSS on about:cache - https://bugzilla.mozilla.org/show_bug.cgi?id=1074485Make the default browser notification bar yellow - https://bugzilla.mozilla.org/show_bug.cgi?id=1079372[Regression] Firefox 35.0a1 (2014-10-05) CTRL+T does not open new tab - https://bugzilla.mozilla.org/show_bug.cgi?id=1078085Firefox fails to play videos on Windows if no sound-card is available - https://bugzilla.mozilla.org/show_bug.cgi?id=1079174Firefox Print Preview should be center aligned - https://bugzilla.mozilla.org/show_bug.cgi?id=978044lightweight themes selection panel doesn't contract to fit smaller list - https://bugzilla.mozilla.org/show_bug.cgi?id=1059934[Mac only] Fullscreen video doesn't release wakelock when playback stops - https://bugzilla.mozilla.org/show_bug.cgi?id=1043489[Mac OS X tiling regression in scrolling] Scrolling performance on SVG heavy New York Times page has badly regressed - https://bugzilla.mozilla.org/show_bug.cgi?id=1077842No video display. sound only - https://bugzilla.mozilla.org/show_bug.cgi?id=1077086IndexedDB PBackground broke xhr.send() POSTing of IndexeDB-backed File/Blobs (or composite Blobs that include them) - https://bugzilla.mozilla.org/show_bug.cgi?id=1075302HSTS preload update removed everything, because the update script is broken - https://bugzilla.mozilla.org/show_bug.cgi?id=1077891[Mac OS X 10.10] Vibrant regions turn black when "Reduce Transparency" is enabled under Accessibility -> General - https://bugzilla.mozilla.org/show_bug.cgi?id=1062801[Mac OS X 10.10] Browser chrome turns black when opening sidebar in window without hardware acceleration (BasicLayers) - https://bugzilla.mozilla.org/show_bug.cgi?id=1077358[Mac OS X 10.10] disabled default buttons on Yosemite get white button text (e.g. download dialog "save file" button before it's enabled) - https://bugzilla.mozilla.org/show_bug.cgi?id=1076252[Mac OS X] Rendering of <textarea> borders is flawed in hidpi mode - https://bugzilla.mozilla.org/show_bug.cgi?id=846730[Not Enabled Yet] Add support for ANGLE D3D11 path - https://bugzilla.mozilla.org/show_bug.cgi?id=912196UI Tour: add ability to put a widget in the toolbar - https://bugzilla.mozilla.org/show_bug.cgi?id=1071238Translation - Implement doorhanger for in-product promotion - https://bugzilla.mozilla.org/show_bug.cgi?id=1072740Firefox needs a restart in order to update the default search engine from the "<term> - Search with <engine>" string - https://bugzilla.mozilla.org/show_bug.cgi?id=1075549[MemShrink] Make setting options.leakThresholds and options.ignoreMissingLeaks defaults less fragile - https://bugzilla.mozilla.org/show_bug.cgi?id=1076969tabbrowser's _getTabForBrowser is very slow with lots of tabs - https://bugzilla.mozilla.org/show_bug.cgi?id=1039500Themes panel Anchor is incorrectly placed in Customize mode the first time it opens when the browser window is short - https://bugzilla.mozilla.org/show_bug.cgi?id=1070888User better icon/preview for default theme - https://bugzilla.mozilla.org/show_bug.cgi?id=1073240 "Match case" button does not refresh the number of occurrences - https://bugzilla.mozilla.org/show_bug.cgi?id=1051187 Tear off video controls - https://bugzilla.mozilla.org/show_bug.cgi?id=517114 Random:octal literals and octal escape sequences are deprecated: resource://gre/modules/DownloadPaths.jsm - https://bugzilla.mozilla.org/show_bug.cgi?id=1073956[bACKED OUT from mozilla-beta] Blurry loading throbbers after Bug 759252 - https://bugzilla.mozilla.org/show_bug.cgi?id=1016434[Accessibility perf improvement] Update `CacheChildren` and `ShutdownChildrenInSubtree` to avoid locking up main thread - https://bugzilla.mozilla.org/show_bug.cgi?id=1041070Provide way to "set network offline" per app - https://bugzilla.mozilla.org/show_bug.cgi?id=786419Reimplement Qt widget look and feel - https://bugzilla.mozilla.org/show_bug.cgi?id=1044039"Couldn't load XPCOM" error when launching Firefox via ./firefox from Contents/MacOS in Terminal - https://bugzilla.mozilla.org/show_bug.cgi?id=1078640Add more language targets for translation - https://bugzilla.mozilla.org/show_bug.cgi?id=1072742 possibly undefined mRadioChildren property in radio.xml - https://bugzilla.mozilla.org/show_bug.cgi?id=1076765 ------------------------------------- SHA Depreciation in Thunderbird - Thunderbird should stop using SHA-1 when signing email messages - https://bugzilla.mozilla.org/show_bug.cgi?id=1018259 Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596607467 Share on other sites More sharing options...
.stan Posted October 9, 2014 Share Posted October 9, 2014 It's once again interesting to see how quickly Firefox's UI adapts to a new OS X release compared to Windows, where it is still not completly updated to Windows 8, which was a few years ago. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596607863 Share on other sites More sharing options...
ViperAFK Posted October 9, 2014 Share Posted October 9, 2014 Oh man, I just enabled async pan zoom in firefox beta on my mac. The difference in scrolling performance is absolutely night and day, butter smooth at all times, even when pages are loading, almost as smooth as safari now! Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596607871 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 9, 2014 Veteran Share Posted October 9, 2014 It's once again interesting to see how quickly Firefox's UI adapts to a new OS X release compared to Windows, where it is still not completly updated to Windows 8, which was a few years ago. All they've done for Yosemite is switch out the toolbar icons and make the sidebars "vibrant", they've done more for the Windows 8 variant (Which was only ever going to be a slightly changed version of the 7 theme) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596608055 Share on other sites More sharing options...
+Zlip792 MVC Posted October 9, 2014 MVC Share Posted October 9, 2014 More from Inbound: Notable Fixes: [Performance] improve performance of callers of RebuildAllStyleData by passing in appropriate nsRestyleHint for rebuilds that change data but not selectors - https://bugzilla.mozilla.org/show_bug.cgi?id=1047928 The lostpointercapture event must be dispatched before any other pointer events - https://bugzilla.mozilla.org/show_bug.cgi?id=1073563 Unified Autocomplete: Strange border between globe icon and search term - https://bugzilla.mozilla.org/show_bug.cgi?id=1077369 Update Bookmarks.jsm API to be coherent with History.jsm - https://bugzilla.mozilla.org/show_bug.cgi?id=1077097 Keyword search richlistitem too tall - https://bugzilla.mozilla.org/show_bug.cgi?id=1073243 [Mac OS X 10.10] Nightly fails to start on Yosemite when run from Terminal - https://bugzilla.mozilla.org/show_bug.cgi?id=1079655 Page Stalls with proxying HTTPS over HTTPS - https://bugzilla.mozilla.org/show_bug.cgi?id=1079484 [OLDIE] Links in "view page source" are incorrect when base href exists - https://bugzilla.mozilla.org/show_bug.cgi?id=617789 Crash Fix: https://bugzilla.mozilla.org/show_bug.cgi?id=1079422 DOM: Need to call SetPreserveWrapperCallback on workers - https://bugzilla.mozilla.org/show_bug.cgi?id=943516 File::SetLazyData is not used - https://bugzilla.mozilla.org/show_bug.cgi?id=1079954 DMD: DMD: Remove the "stress" mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1079657 DMD in mach build config - https://bugzilla.mozilla.org/show_bug.cgi?id=1074656 Electrolysis (e10s): [bACKED OUT] Re-prompt nightly users to enable e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1076314 Layout: send a more appropriate Accept: header when fetching webfonts - https://bugzilla.mozilla.org/show_bug.cgi?id=1077312 Do not send Accept-Encoding:gzip,deflate when requesting WOFF or WOFF2 webfonts - https://bugzilla.mozilla.org/show_bug.cgi?id=1080174 Update OTS to pick up the fixes - https://bugzilla.mozilla.org/show_bug.cgi?id=1074223 JS Engine: IonMonkey: Optimize and simplify phi handling - https://bugzilla.mozilla.org/show_bug.cgi?id=1077720 IonMonkey: Verify that resume points are dominated by their operands - https://bugzilla.mozilla.org/show_bug.cgi?id=1070258 Prevent JS_StealArrayBufferContents from being used with mapped array buffers - https://bugzilla.mozilla.org/show_bug.cgi?id=1076161 Multi-line template string breaks debugger line number - https://bugzilla.mozilla.org/show_bug.cgi?id=1066331 Security: mozilla::pkix rejects trust anchor certificates that are (self-)signed using MD5- or MD2- based signatures - https://bugzilla.mozilla.org/show_bug.cgi?id=1058812 Win 64-bit JS Engine JIT: jits totally break SEH on Win64 - https://bugzilla.mozilla.org/show_bug.cgi?id=844196 Random: [bACKED OUT] [EME] Expose node id to GMP - https://bugzilla.mozilla.org/show_bug.cgi?id=1060179 XUL listbox becomes empty when scroll down by mouse down on scroll arrow - https://bugzilla.mozilla.org/show_bug.cgi?id=1074165 --------------------------------------------------------------------------------------------- Unified Complete: http://blog.bonardo.net/2014/07/24/unified-complete-coming-to-firefox-34 Devs are working to update their build configurations to Visual Studio 2013 Update 3 to fix PGO and other issues. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596608179 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 10, 2014 Veteran Share Posted October 10, 2014 ... Win 64-bit JS Engine JIT: jits totally break SEH on Win64 - https://bugzilla.mozilla.org/show_bug.cgi?id=844196 ... I didn't notice this had landed until I updated my nightly, but this was one of the other remaining blockers for 64bit Windows builds (It's almost as if Mozilla want to start shipping them) Before this fix, crashes inside "JITted" JavaScript code wouldn't "crash properly", and the OS crash reporter would be called instead of the browser crash reporter (Bad, because that's what submits crash reports to Mozilla, and if they don't know about crashes they can't fix them). It turns out Chrome had the exact same problem with their 64bit builds, and both groups fixed it around the same time :laugh: I think at this point they're ready to start testing the 64bit builds, and fixing any small issues that arise (Along with switching to VS2013) +Zlip792 1 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596609337 Share on other sites More sharing options...
+Red King Subscriber² Posted October 10, 2014 Subscriber² Share Posted October 10, 2014 Random thought, it would be nice if Mozilla detected the CPU and OS features and provided the appropriate build. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596609791 Share on other sites More sharing options...
+Zlip792 MVC Posted October 10, 2014 MVC Share Posted October 10, 2014 Random thought, it would be nice if Mozilla detected the CPU and OS features and provided the appropriate build. I think Stub Installer (like of Google Chrome installer - Online Installer basically) already can do this. ------------------------------------------------------------------ Two electrolysis relevant bug has been backed out, I made backed out listed on previous posts, do check them. More from Inbound: Cleanup, removal, refactoring: Clean up XPCOM string usage in nsDNSService2.cpp - https://bugzilla.mozilla.org/show_bug.cgi?id=1078026 Crash Fixes: https://bugzilla.mozilla.org/show_bug.cgi?id=1064107 D2D 1.1 relevant crash - https://bugzilla.mozilla.org/show_bug.cgi?id=1078693 JS relevant crash - https://bugzilla.mozilla.org/show_bug.cgi?id=1079850 DOM and WebIDL conversion: Move XSLTProcessor to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=844457 File::mozFullPath attribute should not be exposed to content - https://bugzilla.mozilla.org/show_bug.cgi?id=1048293 Electrolysis (e10s): Tooltip timeout too quick to read XKCD - https://bugzilla.mozilla.org/show_bug.cgi?id=1061147 EME: Ensure that Output Protection Manager APIs work from within the EME sandbox - https://bugzilla.mozilla.org/show_bug.cgi?id=1066326 Graphics: Clear out glGetError after checking it once - https://bugzilla.mozilla.org/show_bug.cgi?id=1080296 Javascript Engine: [Relevant to Compacting GC] Fix places where internal pointers to ArrayBuffers might move, currently marked by JS_GetStableArrayBufferData - https://bugzilla.mozilla.org/show_bug.cgi?id=1061288 [For better stack dumps] Make DumpJSStack dump out all frames - https://bugzilla.mozilla.org/show_bug.cgi?id=959818 Remove GCChunkSet - https://bugzilla.mozilla.org/show_bug.cgi?id=1074961 [jsdbg2] Add timestamps to the entries in the array returned by Debugger.Memory.prototype.drainAllocationsLog - https://bugzilla.mozilla.org/show_bug.cgi?id=1066313 [MemShrink] Consider moving getter/setter data out of BaseShape - https://bugzilla.mozilla.org/show_bug.cgi?id=1073700 [Follow up landing] OdinMonkey: support changing heaps in asm.js - https://bugzilla.mozilla.org/show_bug.cgi?id=965880 Clean up allocateFromArenaInline() some more - https://bugzilla.mozilla.org/show_bug.cgi?id=1080584 Mac v2 signing: Make app update tests use the GreBinD dir service key - https://bugzilla.mozilla.org/show_bug.cgi?id=1077268 Add GreBinD to easily differentiate between Contents/Resources (GreD) and Contents/MacOS on OSX - https://bugzilla.mozilla.org/show_bug.cgi?id=1077099 General cleanup for the Mac v2 signing changes - https://bugzilla.mozilla.org/show_bug.cgi?id=1077282 WebGL2 and CanvasWebGL: misc fixes to make new tex formats and sized internalformats actually work - https://bugzilla.mozilla.org/show_bug.cgi?id=1080137 Move blend_minmax out from under Draft - https://bugzilla.mozilla.org/show_bug.cgi?id=1079608 Simplify ShSurf passing for WebGL - https://bugzilla.mozilla.org/show_bug.cgi?id=1066280 Notable Bugs: Gecko 35 to Aurora migration Issue - https://bugzilla.mozilla.org/show_bug.cgi?id=1079573 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1079640 [WebGL library - upstream to enable D3D11 backend] Update ANGLE library to get "Enable MRT pixel shader rewriting" - https://bugzilla.mozilla.org/show_bug.cgi?id=1076020 [MemShrink] Double-counting of memory, probably in webaudio - https://bugzilla.mozilla.org/show_bug.cgi?id=1074387 When closing windows one by one until quitting we should be able to revive more windows than max_undo_windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1073992 Provide a History.jsm API - https://bugzilla.mozilla.org/show_bug.cgi?id=1072364 [some leftover landed] tabbrowser's _getTabForBrowser is very slow with lots of tabs - https://bugzilla.mozilla.org/show_bug.cgi?id=1039500 [Regression and present in FF34 backporting] Tumblr blog pages causing Fx to hang for several seconds - https://bugzilla.mozilla.org/show_bug.cgi?id=1074809 :) WebSocket in Workers - https://bugzilla.mozilla.org/show_bug.cgi?id=504553 [bACKED OUT] Add flag to chromehang when user selects "Continue" in Plugin Hang UI - https://bugzilla.mozilla.org/show_bug.cgi?id=818307 Random: DMD testing on Tinderbox (Linux + Mac OS X 10.8) - https://bugzilla.mozilla.org/show_bug.cgi?id=1073312 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1077230 DMD testing on Tinderbox (Windows) Relevant bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1079660 Crash Report localization (its partially right now) - https://bugzilla.mozilla.org/show_bug.cgi?id=1080395 :) Switch win64 builds to MSVC2013 - https://bugzilla.mozilla.org/show_bug.cgi?id=1080074 ----------------------------------------------------------------------------------------------------------------- Colored bug caused this regression in Session Restore - https://bugzilla.mozilla.org/show_bug.cgi?id=1081135 Garbage: enable share button by default with default selection of share providers - https://bugzilla.mozilla.org/show_bug.cgi?id=1014332 Mockup of Share button - https://bug1014332.bugzilla.mozilla.org/attachment.cgi?id=8431210 Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596609835 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 11, 2014 Veteran Share Posted October 11, 2014 I think Stub Installer (like of Google Chrome installer - Online Installer basically) already can do this. ... That'd be where they do it, they just don't need to at the moment since there's only a single build. It'd be interesting if they could automatically update users on a 64bit OS to a 64bit build, really the users install isn't what's important (Their profile is) so you should be able to remove the 32bit build and install the 64bit build without problem, but I think in practise we'd see a lot of crap installing themselves into the Firefox directory and then breaking (That's the problem they hit with 32, random apps had modified the support files and broke 32 from launching) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596610103 Share on other sites More sharing options...
+Zlip792 MVC Posted October 13, 2014 MVC Share Posted October 13, 2014 From mozilla-inbound: CSP (Content Security Policy): [LANDED but BACKED OUT] CSP does not block cross-domain applets with object-src 'self' - https://bugzilla.mozilla.org/show_bug.cgi?id=908933 CSS Parsing and Computation: AnimationPlayerCollection constructors "aNow" parameter is unused & should be dropped - https://bugzilla.mozilla.org/show_bug.cgi?id=1081013 Fix parse and computation of polygon() - https://bugzilla.mozilla.org/show_bug.cgi?id=1077388 DOM: URLSearchParams.set() should remove duplicate pairs - https://bugzilla.mozilla.org/show_bug.cgi?id=1074902 [Pointer Events] MaxTouchPoints variable may return invalid value on the win7 platform - https://bugzilla.mozilla.org/show_bug.cgi?id=1066237 Electrolysis (e10s): [LANDED once again] Re-prompt nightly users to enable e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1076314 [e10s] Location bar gets focus when switching back to the previous tab after opening a new one - https://bugzilla.mozilla.org/show_bug.cgi?id=1069089 Graphics: Fix gfx IPDL protocol shutdown - https://bugzilla.mozilla.org/show_bug.cgi?id=966284 Javascript: Object.propertyIsEnumerable does not work well proxies - https://bugzilla.mozilla.org/show_bug.cgi?id=1066834 (latin1strings) Degraded regular expression performance (infinite loop?) - https://bugzilla.mozilla.org/show_bug.cgi?id=1081175 More register-allocation refactoring - https://bugzilla.mozilla.org/show_bug.cgi?id=1058095 SVG: animateTransform in svg-as-an-image doesn't get painted, if animated element is covered by something see-through - https://bugzilla.mozilla.org/show_bug.cgi?id=1067375 Refactoring, Cleanup, Moving and Removal: https://bugzilla.mozilla.org/show_bug.cgi?id=1080291 - https://bugzilla.mozilla.org/show_bug.cgi?id=1080291 Deduplicate makeNicePluginName() - https://bugzilla.mozilla.org/show_bug.cgi?id=1074976 Kill OldDebugAPI - https://bugzilla.mozilla.org/show_bug.cgi?id=1069694 Remove Camino code - https://bugzilla.mozilla.org/show_bug.cgi?id=1078033 Get rid of RenderMode - https://bugzilla.mozilla.org/show_bug.cgi?id=1078031 WebGL and CanvasGL: WebGL2: account for the fact that SRGB formats break the 1:1 mapping between sized formats and (unsized format, type) pairs - https://bugzilla.mozilla.org/show_bug.cgi?id=1081286 Simplify ShSurf passing for WebGL - https://bugzilla.mozilla.org/show_bug.cgi?id=1066280 Simplify LinkProgram - https://bugzilla.mozilla.org/show_bug.cgi?id=1080266 Notable Bugs: input type of reset does not reset input type range if input type number is present - https://bugzilla.mozilla.org/show_bug.cgi?id=1080352 drawImage on MediaStream assigned to <video> stopped working again - https://bugzilla.mozilla.org/show_bug.cgi?id=879717 [Australis] Remove the background color from subview headers and make them all-caps instead such that the background matches the panel arrow color - https://bugzilla.mozilla.org/show_bug.cgi?id=992637 Search suggestions popup on about:home/about:newtab should show each result according to its text direction - https://bugzilla.mozilla.org/show_bug.cgi?id=1073692 Autocomplete results for aliased search engines should use the search engine icon - https://bugzilla.mozilla.org/show_bug.cgi?id=1074167 Restore Previous Session opens multiple instances - https://bugzilla.mozilla.org/show_bug.cgi?id=1081135 [HTTP 2] http/2 1xx support except for 101 - https://bugzilla.mozilla.org/show_bug.cgi?id=1081341 [Only localization strings] Strings for when update is available show using Hamburger icon - https://bugzilla.mozilla.org/show_bug.cgi?id=1080690 [Regression since v33] autocomplete of passwords causes extra input events - https://bugzilla.mozilla.org/show_bug.cgi?id=1077304 Hitting enter after interacting with options from Forget button closes the pop-up - https://bugzilla.mozilla.org/show_bug.cgi?id=1079869 Update all Reset Firefox strings and relevant UI to reflect improved copy - https://bugzilla.mozilla.org/show_bug.cgi?id=1063702 The collapsible whitespace surrounding the child of an <option> element is visible in the native drop-down boxes in the cocoa theme - https://bugzilla.mozilla.org/show_bug.cgi?id=1080030 http/2 alt-svc support - https://bugzilla.mozilla.org/show_bug.cgi?id=1003448 Get Es/Vi/Pl/Tr strings for Translation UI - https://bugzilla.mozilla.org/show_bug.cgi?id=1072743 Tracking protection should log which content is blocked - https://bugzilla.mozilla.org/show_bug.cgi?id=1079338 Remove hardcoded gray text colors from subviews - https://bugzilla.mozilla.org/show_bug.cgi?id=1081071 Suppress onbeforeunload dialogs when closing a tab - https://bugzilla.mozilla.org/show_bug.cgi?id=1050638 [Linux] Graphical issues and incorect shape of icons on Panic button menu - https://bugzilla.mozilla.org/show_bug.cgi?id=1077404 [bACKED OUT] Add flag to chromehang when user selects "Continue" in Plugin Hang UI - https://bugzilla.mozilla.org/show_bug.cgi?id=818307 Random: [EME] Expose node id to GMP - https://bugzilla.mozilla.org/show_bug.cgi?id=1060179 When the tree scrolled to the last page and last row, It's showed a blank row - https://bugzilla.mozilla.org/show_bug.cgi?id=1066459 Translation - Add sumo link for promotional doorhanger - https://bugzilla.mozilla.org/show_bug.cgi?id=1081296 fix CRLF line endings in some Places files - https://bugzilla.mozilla.org/show_bug.cgi?id=1081057 -------------------------------------------------------------------------------------------------------------------------- Windows 64-bit Build: Re-enable maintenance service tests when x64 binaries are signed on Windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1035562 Allow x64 builds to use the Mozilla Maintenance Service and verify MARs - https://bugzilla.mozilla.org/show_bug.cgi?id=715876 Konstantine 1 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596612295 Share on other sites More sharing options...
rsnn Posted October 14, 2014 Share Posted October 14, 2014 No autoupdate yet? :wacko: Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596613297 Share on other sites More sharing options...
Max Norris Posted October 14, 2014 Share Posted October 14, 2014 No autoupdate yet? :wacko: That was added way back around version 16. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596613343 Share on other sites More sharing options...
rsnn Posted October 14, 2014 Share Posted October 14, 2014 That was added way back around version 16. I meant Firefox update through About Firefox :P Anyways its up already there Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596613355 Share on other sites More sharing options...
Max Norris Posted October 14, 2014 Share Posted October 14, 2014 I meant Firefox update through About Firefox :p Anyways its up already there Ohhhh. Guess that's my clue that I need more coffee. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596613365 Share on other sites More sharing options...
rsnn Posted October 18, 2014 Share Posted October 18, 2014 How can i change user agent to only one page? The addons I know change user agent on all webpages Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596617449 Share on other sites More sharing options...
+Zlip792 MVC Posted October 18, 2014 MVC Share Posted October 18, 2014 How can i change user agent to only one page? The addons I know change user agent on all webpages Hmm... Didn't try personally but it seems to tout about per-site feature: https://addons.mozilla.org/en-us/firefox/addon/uacontrol/ Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/154/#findComment-596617527 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now