Previously, HSTS preload list values could be overridden temporarily due
to counter-intuitive behavior of the API's removeState function.
This adds an explicit flag to the API for writing knockout values to
the Site Security Service, with the default resetting to whatever the
preload list state is.
This fixes a rare crash/CTD in JS.
This adds information about the constraints to a new RAII class so we
can finish all constraints at the end.
Based on changes in BZ 1568397
entire polygon.
This fixes a bug that was introduced three years ago in BZ bug 1268854.
What happened was that the final pass over the polygon assumed that the
current polygon was living in plane[0]. But due to the double buffering,
the "current" polygon alternates between plane[0] and plane[1].
The bug had also introduced an early exit so that we could hit the final
pass at a time where the current, now empty, polygon was in plane[1]. So
we would incorrectly treat all 32 points in plane[0] as part of the
final polygon.
This bug was responsible for intermittently unreasonable numbers in
CompositorOGL's fill rate / overdraw overlay.
This fixes a regression caused by the fix for CVE-2016-5252.
Favor fallback content in that case (if present). Fallback is always
considered "good" in this case so may end up doing nothing which is what
we'd want for corner cases that hammer this routine with no content.
* Replace Help / About Serpent window background
* Copy new web.whatsapp.com SSUAO from PM to Serpent
* Revert last commit & future-proof whatsapp SSUAO
1. Reverted previous commit as unnecessary. Web.whatsapp.com will work with a FF SSUAO as well as a Chrome one.
2. Changed FF rv for whatsapp.com from 61.0 to 68.0 so whatsapp will consider Basilisk & Serpent "up to date" for a while longer
* Fix file ext. to show "Serpent" wordmark
Style sheet was attempting to load about-wordmark.png but actual file is about-wordmark.svg
* Update about-wordmark.svg
* New royalty-free Help / About background image
Also removes the redundant branding version of app.update.url in Pale Moon that was missed when many prefs were merged back into application preferences
Sync will not do anything unless specifically set up to do so and at
least one engine is enabled, so there's no need for this "master switch"
to force it disabled based on engines being disabled (which was its
previous function to shortcut syncing in that situation).