bawz Posted October 28, 2015 Share Posted October 28, 2015 Something happened on v42, I was on beta channel and suddenly it was updated from b9 to 42.0 stable version and I'm still on beta channel. so, how can I download the v43 beta 1? any ideas? there is no v43 Beta. Version 42 isnt out yet Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597108458 Share on other sites More sharing options...
torrentthief Posted October 28, 2015 Share Posted October 28, 2015 Something happened on v42, I was on beta channel and suddenly it was updated from b9 to 42.0 stable version and I'm still on beta channel. so, how can I download the v43 beta 1? any ideas? it probably upgraded you to 42 rc1. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597108480 Share on other sites More sharing options...
The_Decryptor Veteran Posted October 28, 2015 Veteran Share Posted October 28, 2015 (edited) The version attribute is something that's been done for years (I think even as far back as pre-Firefox Gecko), adding new reserved keywords is hard because it can conflict with existing variable names in code (A dev opting into a newer JS version sees the error, The browser opting the code in just breaks it for end users) They raise the default version pretty quickly, it's not a huge issue. Edit: I can't read page numbers and have no idea how to add a quote so this is for the last page Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597108700 Share on other sites More sharing options...
acido00 Posted October 29, 2015 Share Posted October 29, 2015 it probably upgraded you to 42 rc1. Probably yeah! but thanks that I cannot continue testing my ad-ons I'm developing hehehe, seems I need to install a nightly build now, which I do not want because I don't want it to interfere with my daily surfing browser and dev test day. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597109432 Share on other sites More sharing options...
Brandon H Supervisor Posted October 29, 2015 Supervisor Share Posted October 29, 2015 Probably yeah! but thanks that I cannot continue testing my ad-ons I'm developing hehehe, seems I need to install a nightly build now, which I do not want because I don't want it to interfere with my daily surfing browser and dev test day. you could always download the portable version from PortableApps.com that way it uses a separate profile Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597109444 Share on other sites More sharing options...
+Red King Subscriber² Posted October 29, 2015 Subscriber² Share Posted October 29, 2015 The version attribute is something that's been done for years (I think even as far back as pre-Firefox Gecko), adding new reserved keywords is hard because it can conflict with existing variable names in code (A dev opting into a newer JS version sees the error, The browser opting the code in just breaks it for end users) They raise the default version pretty quickly, it's not a huge issue. Edit: I can't read page numbers and have no idea how to add a quote so this is for the last page Never really expected Firefox to fall behind IE11 and Chrome - it seems that it will be soon supported properly - https://bugzilla.mozilla.org/show_bug.cgi?id=932513 Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597109484 Share on other sites More sharing options...
+Zlip792 MVC Posted October 30, 2015 MVC Share Posted October 30, 2015 Firefox 45 development started. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597111532 Share on other sites More sharing options...
bawz Posted October 31, 2015 Share Posted October 31, 2015 im using 42 now, no crashes yet which is good Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597112082 Share on other sites More sharing options...
bawz Posted November 3, 2015 Share Posted November 3, 2015 if someone wants FF43.0b1 https://archive.mozilla.org/pub/firefox/candidates/43.0b1-candidates/build1/ Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597115632 Share on other sites More sharing options...
Steven P. Administrators Posted November 4, 2015 Administrators Share Posted November 4, 2015 Just covered the story about Tracking Protection in 42, it's a bit odd that it wasn't enabled in FF41b9? (which is what I have) or is it behind a flag? Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597118458 Share on other sites More sharing options...
oldtimefighter Posted November 12, 2015 Share Posted November 12, 2015 Firefox available for iOS --> https://itunes.apple.com/app/apple-store/id989804926?mt=8I Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597131396 Share on other sites More sharing options...
francescob Posted November 13, 2015 Share Posted November 13, 2015 Have they pulled the 64bit version? I can't find it in the download page. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597133432 Share on other sites More sharing options...
+Frank B. Subscriber² Posted November 13, 2015 Subscriber² Share Posted November 13, 2015 Mozilla plans to remove support for Firefox complete themes. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597133470 Share on other sites More sharing options...
bawz Posted November 13, 2015 Share Posted November 13, 2015 Have they pulled the 64bit version? I can't find it in the download page. just grab it from there new ftp site Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597133726 Share on other sites More sharing options...
francescob Posted November 13, 2015 Share Posted November 13, 2015 just grab it from there new ftp site That's where I got it but I wanted to know if it had issues I should be wary about. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597133744 Share on other sites More sharing options...
The_Decryptor Veteran Posted November 14, 2015 Veteran Share Posted November 14, 2015 Mozilla plans to remove support for Firefox complete themes. Doesn't surprise me, it's incompatible with the XUL deprecation plan (That is, themes wouldn't work with a HTML based interface unless they do really odd stuff), and they're a cause of end user issues (misplaced UI elements when upgrading) and break fairly constantly and require a fair bit of upkeep (Since they're directly dependent on the XUL layout of the main Firefox UI, move an element and themes break) That's where I got it but I wanted to know if it had issues I should be wary about. Nah, it's as official as you're going to get, it's just that there were "partner" issues preventing it being put on the site currently. The Adobe DRM module works with it, Netflix runs fine, etc. Only issues you'll hit are due to the deprecation of every plugin other than Flash (No Silverlight, Java, Unity player, etc.) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597134178 Share on other sites More sharing options...
BooBerry Posted November 15, 2015 Share Posted November 15, 2015 Coming to a Nightly near you, removal of 'about:permissions' and several dependent bugs have been marked as INVALID, or WONTFIXhttps://bugzilla.mozilla.org/show_bug.cgi?id=933917 MrPringles, guydelup, viabaipo and 4 others 7 Share Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597136212 Share on other sites More sharing options...
The_Decryptor Veteran Posted November 16, 2015 Veteran Share Posted November 16, 2015 Makes sense, never got any real attention, and they're exposing the settings through the "site identity doorhanger" now. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597136682 Share on other sites More sharing options...
rsnn Posted November 20, 2015 Share Posted November 20, 2015 (edited) Is Mozilla planning on giving us the title bar color again now in Windows 10 th2? Gray color looks so bad. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597144380 Share on other sites More sharing options...
AndyAmo Posted November 20, 2015 Share Posted November 20, 2015 Is Mozilla planning on giving us the title bar color again now in Windows 10 th2? Gray color looks so bad. You can add it yourself. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul")/* ****** Apply Win10 Accent Colour */@-moz-document url(chrome://browser/content/browser.xul) { @media (-moz-os-version: windows-win10) { #main-window:not([customizing]){ -moz-appearance: -moz-win-glass !important; background-color: transparent !important; } }} Insert this code in the "userChrome.css" file located in the "chrome" folder for your profile and the title bar will take the accent colour of your theme. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597144436 Share on other sites More sharing options...
rsnn Posted November 20, 2015 Share Posted November 20, 2015 (edited) You can add it yourself. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul")/* ****** Apply Win10 Accent Colour */@-moz-document url(chrome://browser/content/browser.xul) { @media (-moz-os-version: windows-win10) { #main-window:not([customizing]){ -moz-appearance: -moz-win-glass !important; background-color: transparent !important; } }} Insert this code in the "userChrome.css" file located in the "chrome" folder for your profile and the title bar will take the accent colour of your theme. Not working the way it should, buttons look ugly when mouse is over them. Chrome has this and looks cool. Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597144452 Share on other sites More sharing options...
bawz Posted November 29, 2015 Share Posted November 29, 2015 On 03/11/2015, 10:12:21, Demz said: if someone wants FF43.0b1 https://archive.mozilla.org/pub/firefox/candidates/43.0b1-candidates/build1/ https://archive.mozilla.org/pub/firefox/releases/43.0b7/ Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597156796 Share on other sites More sharing options...
Pikey Posted December 3, 2015 Share Posted December 3, 2015 No more 'Tab Groups' then ... I used to use that feature quite a lot too! Why did they get rid of it , anyone know? Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597163096 Share on other sites More sharing options...
The_Decryptor Veteran Posted December 3, 2015 Veteran Share Posted December 3, 2015 Because something like 0.001% of users actually used it, and it was never implemented really well (It was given up on a few years ago, I think some devs are planning on splitting it out into an addon) Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597163124 Share on other sites More sharing options...
Pikey Posted December 3, 2015 Share Posted December 3, 2015 Ok , fair enough I suppose if no one used it much ... cheers! Link to comment https://www.neowin.net/forum/topic/989780-meet-the-browser-firefox-next/page/182/#findComment-597163356 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