Discussion about official Mozilla Firefox builds
Aris

Posts: 3248Joined: February 27th, 2011, 10:14 am
Posted January 10th, 2016, 9:27 am
mancode20 wrote:Will Stylish be fixed in Nightly? I hope so!
Current dev builds on Github are already fixed: https://github.com/JasonBarnabe/stylish-> "Download Zip" -> unpack -> open "stylish-master" folder -> zip content of that folder -> move zip file into add-ons manager to install the new version
joeg

Posts: 2619Joined: October 10th, 2003, 12:37 pmLocation: How can you be in two places at once, when you're not anywhere at all?
Posted January 11th, 2016, 11:29 am
Two download-related extensions, Download Status Bar 12.3.0.1-signed and Download Manager (S3) 3.19, got broken in Nightly on 07 Jan.
They still don't work with the latest Nightly (11 Jan).
Does anyone have a workaround, please?
Thanks.
Although every day is Judgment Day, I nonetheless feel like a room without a roof.
JayhawksRock

Posts: 10433Joined: October 24th, 2010, 8:51 am
Posted January 11th, 2016, 11:41 am
maybe 2 downloaders are trying to use the same native function at the same time ? Disable one, restart Fx and see what happens
"The trouble with quotes on the internet is you never know if they are genuine" ...Abraham Lincoln
joeg

Posts: 2619Joined: October 10th, 2003, 12:37 pmLocation: How can you be in two places at once, when you're not anywhere at all?
Posted January 11th, 2016, 11:48 am
JayhawksRock wrote:maybe 2 downloaders are trying to use the same native function at the same time ? Disable one, restart Fx and see what happens
Thank you for the suggestion, but I had each in a separate profile. They were, as far as I understand things, never actually in a position to "conflict" with each other.
Although every day is Judgment Day, I nonetheless feel like a room without a roof.
mancode20
Posts: 36Joined: September 8th, 2015, 2:30 am
Posted January 11th, 2016, 8:25 pm
Aris wrote:mancode20 wrote:Will Stylish be fixed in Nightly? I hope so!
Current dev builds on Github are already fixed: https://github.com/JasonBarnabe/stylish-> "Download Zip" -> unpack -> open "stylish-master" folder -> zip content of that folder -> move zip file into add-ons manager to install the new version
Through your link I was able to find an easier solution. I just had to download and install the newest Stylish 2.0.5b1 from this link. https://forum.userstyles.org/discussion/48357 Make sure xpinstall.signatures.required is set to false in about:config to make sure you can install it. So nice to have Stylish back again! Thanks!
avada
Posts: 1880Joined: February 10th, 2008, 6:30 amLocation: Hungary
Posted February 9th, 2016, 2:12 am
Hi! Does anyone know why MAF is broken on Aurora and central? None of it's functionality is working. Even worse it breaks webpage saving completely It can't be the let/const thing, right? Since it landed on central at v44 it should be on stable by now. And on stable/beta MAF works fine.
streetwolf

Posts: 2609Joined: August 21st, 2011, 8:07 amLocation: NJ (USA)
Posted March 10th, 2016, 3:15 pm
Intel Core i9-9900K @ 5.1 GHz | Gigabyte Z390 AORUS MASTER | Corsair 1000W PSU | Corsair H115i CPU Cooler | Corsair 32GB RAM | EVGA RTX2080 Ti FTW3 11GB | BenQ PD3200U 32" 4K LCD | 3-512GB Samsung 970 PRO NVMe | 2TB Samsung 860 EVO | 1TB Sabrent Rocket NVMe | Windows 10 Pro | Xfinity 1Gb
streetwolf

Posts: 2609Joined: August 21st, 2011, 8:07 amLocation: NJ (USA)
Posted March 11th, 2016, 6:05 am
As mentioned Stylish with the patch above is partially broken. When I click on 'Write New Style' or try to Edit one nothing happens. However, in about:support the 'Multiprocess Windows' entry count goes up every time you click on the stylish buttons I just mentioned. Normally when you exit the Stylish edit window the task is terminated however with the patch it never does so the count remains the same. When you exit Fx the Nightly bg task shows up in Task Manager. I contacted Jason B about the patch but haven't got a reply back yet. Fix is here: viewtopic.php?f=23&t=2994251
Intel Core i9-9900K @ 5.1 GHz | Gigabyte Z390 AORUS MASTER | Corsair 1000W PSU | Corsair H115i CPU Cooler | Corsair 32GB RAM | EVGA RTX2080 Ti FTW3 11GB | BenQ PD3200U 32" 4K LCD | 3-512GB Samsung 970 PRO NVMe | 2TB Samsung 860 EVO | 1TB Sabrent Rocket NVMe | Windows 10 Pro | Xfinity 1Gb
avada
Posts: 1880Joined: February 10th, 2008, 6:30 amLocation: Hungary
Posted November 23rd, 2016, 1:12 pm
streetwolf

Posts: 2609Joined: August 21st, 2011, 8:07 amLocation: NJ (USA)
Posted November 23rd, 2016, 2:20 pm
Indeed. I only had 2 that didn't work out of 24 add-ons so perhaps it's not that widespread. Of course if it stops a must have add-on from working then it's a big deal no matter if it's wide spread or not.
Intel Core i9-9900K @ 5.1 GHz | Gigabyte Z390 AORUS MASTER | Corsair 1000W PSU | Corsair H115i CPU Cooler | Corsair 32GB RAM | EVGA RTX2080 Ti FTW3 11GB | BenQ PD3200U 32" 4K LCD | 3-512GB Samsung 970 PRO NVMe | 2TB Samsung 860 EVO | 1TB Sabrent Rocket NVMe | Windows 10 Pro | Xfinity 1Gb
lithopsian
Posts: 3664Joined: September 15th, 2010, 9:03 am
Posted December 1st, 2016, 8:30 am
I got pinged that my addon was broken because of this. It has a "for each" but I don't recall ever seeing any console warnings about it being deprecated. Turns out it was only deprecated in Firefox 51, hardly seems worth the effort.
avada
Posts: 1880Joined: February 10th, 2008, 6:30 amLocation: Hungary
Posted December 1st, 2016, 2:48 pm
Location Bar Enhancer broke. I find only this instance of for each. Anyone knows how to fix it? - Code: Select all
for each (let button in aButtons) { let index = JSON.parse(JSON.stringify(i++)); buttons.push({ label: button.label, accessKey: button.accessKey, callback: function() { choiceSelected = true; try { timeoutChecker.cancel(); timeoutChecker = null; notificationBox.removeAllNotifications(); } catch (ex) {} aCallback(index); } }); }
lithopsian wrote: Turns out it was only deprecated in Firefox 51, hardly seems worth the effort.
You mean fixing it? You'd rather have it broken?
lithopsian
Posts: 3664Joined: September 15th, 2010, 9:03 am
Posted December 1st, 2016, 3:05 pm
avada wrote:lithopsian wrote: Turns out it was only deprecated in Firefox 51, hardly seems worth the effort.
You mean fixing it? You'd rather have it broken?
No, it hardly seems worth the effort of deprecating something, updating the documentation and adding console warnings, none of which I saw because they didn't even hit release before they were completely deleted from nightly as a fairly brutal experiment to see who was still using it.
lithopsian
Posts: 3664Joined: September 15th, 2010, 9:03 am
Posted December 1st, 2016, 3:12 pm
A loop of "for each (let button in aButtons)" can be replaced by something like this: - Code: Select all
for (let property in aButtons) { let button = buttons[property]; ...
Slightly more clunky but equivalent and robust. Depending on the exact situation, you may be able to just replace the for each ... in with for ... of. The for ... of construct also iterates over the values of the properties of aButtons, but it only works for certain types of object so you can't always just drop it in.
avada
Posts: 1880Joined: February 10th, 2008, 6:30 amLocation: Hungary
Posted December 1st, 2016, 3:32 pm
@lithopsian Thanks. Though it looks like it wasn't broken by this. I did a regression test and it popped up Bug 1317947 - Upgrade Firefox 53 to NSS 3.29. Ehh... They're breaking addons left and right in the past two weeks.
Return to Firefox Builds
Who is online
Users browsing this forum: No registered users and 1 guest
|