Librefox icon indicating copy to clipboard operation
Librefox copied to clipboard

Broken features

Open intika opened this issue 6 years ago • 11 comments

  • Developer tools (ctrl+shift+i or f12) don't work on windows ESR
  • Enable IP v6 by default

intika avatar Dec 31 '18 03:12 intika

Maybe it's the Theme? Have you tried switching to the Default theme?

Atavic avatar Jan 01 '19 13:01 Atavic

Clean profile ESR version win10. devtools.zip

747iajc1k avatar Jan 01 '19 14:01 747iajc1k

Woah, why you deleted ESR version support? Because this bug on ESR. I talk about separate config download for ESR version.

747iajc1k avatar Jan 01 '19 14:01 747iajc1k

ESR is not deleted the current temporary version is compatible with ESR it's why i did not split the downloads (because the config file is the same and ESR config section is enabled)...

intika avatar Jan 02 '19 01:01 intika

lockPref("network.dns.disableIPv6", true); is blocking all internet connections for me using 60.4 ESR same thing when this line is commented out and I flip it to true in about:config

Thanks for the 2.1 version config file; haven't applied it yet but the small download is really convenient, especially since I have a 2GB/month limit.

NotWorthKnowing avatar Jan 02 '19 20:01 NotWorthKnowing

@NotWorthKnowing i will see if maintaining a "patch" version like the current one is doable... IPv6 will be enabled by default in the future version ;)

intika avatar Jan 03 '19 15:01 intika

@intika do you know, which entry in the config file is causing the Web Developer to not work in the ESR version?

ribatamu avatar Jan 06 '19 20:01 ribatamu

@ribatamu i don't have a windows machine to test right now but i guess it's something in the // Section : IJWY To Shut Up (but not sure) the whole thing will be avoided once the new version will be finished

intika avatar Jan 06 '19 21:01 intika

Win 10, LF60.4ESR, only error in Browser Console mentioning devtools: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data Stack trace: logOncePerBrowserVersion@resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/telemetry.js:375:21 _pingTelemetry@resource://devtools/shared/base-loader.js -> resource://devtools/client/framework/toolbox.js:708:5 open/<@resource://devtools/shared/base-loader.js -> resource://devtools/client/framework/toolbox.js:518:7 _run@resource://devtools/shared/base-loader.js -> resource://devtools/shared/task.js:310:39 process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:928:23 walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:7 scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:748:11

Too convoluted for me to follow. But if disabling all those url settings makes the difference then I am not sure I personally want devtools enabled all the time.

NotWorthKnowing avatar Jan 07 '19 04:01 NotWorthKnowing

@intika I can confirm what's the problem in the config file and the ESR version on Windows.

That's the entry lockPref("devtools.telemetry.tools.opened.version", "")

The default value should be {"DEVTOOLS_SCREEN_RESOLUTION_ENUMERATED_PER_USER":"60.4.0"}

I don't think that's causing any privacy concern.

ribatamu avatar Jan 07 '19 10:01 ribatamu

@ribatamu Thank you for reporting back that it will be helpful later on

intika avatar Jan 07 '19 12:01 intika