-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ToDo: diffs FF61-FF62 #463
Comments
some bugzilla tickets
|
|
You can use TP and block all cookies just fine AFAIK. ATM there are 2 kinds of TP, active and passive. Active TP will completely block requests (which could theoretically also try to set a cookie) while passive TP will just prevent the cookie from being set. At least that's how I think it works. Seems like a nice option for people who don't want to allow everything ( |
0 = you ALLOW all cookies FF63 will have a new option available |
This comment has been minimized.
This comment has been minimized.
They'll set fallback-limit pref to TLS 1.3 by default for Firefox 62 and IMO we can just remove that pref from the user.js because it's not necessary to enforce the default. plus: "We're on the road to remove that code" |
moved from
moved from
some of the remaining |
62.0 changes since 62b20 newpref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts", false); // true in 62b20 removed
changed
--- updated 1st post |
https://bugzilla.mozilla.org/show_bug.cgi?id=603903#c69
also Content loads and runs before user has logged in but it might be a Windows 10 problem only |
pdfjs: |
no they were not flipped in ESR60. |
https://dxr.mozilla.org/mozilla-beta/search?q=scrollModeOnLoad looks like DXR is lacking behind a bit and beta hasn't been merged to release etc. |
I'd say we don't add stuff just for ESR60 users. They know they won't get non-critical updates. |
well both the register*Handler APIs are behind prompts anyway, fe see https://mdn.mozillademos.org/files/9683/protocolregister.png and the problem with disabling the moz-document css rule in ESR60 is that the exception which prevents most or all of the breakage landed in 61 and wasn't backported. |
No we don't need to do anything, no warning no cleanup no nothing. ESR users can continue to use the latest master and just activate the ESR60 deprecated part with the one-char switch. |
lets add toolkit.winRegisterApplicationRestart somewhere and set it to false and active. It could be pretty annoying when content loads and runs before user has logged in |
^^ that's because of |
blankWindow: https://bugzilla.mozilla.org/show_bug.cgi?id=1448423 toolkit.winRegisterApplicationRestart: definitely not 0001. |
"disable automatically restoring your Firefox session after OS restarts (FF61.0.2+)" |
blankWindow: once bug 1448423 gets fixed we can remove the pref again - add the link for easy reference? winRegisterApplicationRestart:
https://www.mozilla.org/en-US/firefox/61.0.2/releasenotes/
|
FF62 is scheduled for release 5th Sept
FF62 Release notes
FF62 for developers
FF62 compatibility
120 diffs ( 51 new, 43 gone, 26 different )
new in v62.0:
0505
removed, renamed or hidden in v62.0:
browser.urlbar.autoFill
changed in v62.0:
1203
- 1479501 - 9a46faf2730b
5000
ignore
click me for details
==NEW
==REMOVED or HIDDEN
==CHANGED
The text was updated successfully, but these errors were encountered: