| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
This adds a pref "network.http.opportunistic-encryption" that controls whether
we send an "Upgrade-Insecure-Requests : 1" header on document navigation or not.
This patch modifies the platform network parts. Default for the platform is "true".
Part 1 for #863
|
| |
|
|\
| |
| | |
[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog
|
|/
|
|
| |
bookmark properties dialog
|
|
|
|
|
|
| |
Backport of:
https://skia.googlesource.com/skia/+/1e259cda4fb7f12e98dd611bd651f40ebef2d14a
https://skia.googlesource.com/skia/+/73be50da2a1fe8944f2623a511fda1957eed708a
|
|
|
|
|
|
| |
Surprisingly, this was previously not done.
Also, some of this code seems to be incorrect or,
at the very least, wasn't clear what it was trying to do.
|
| |
|
|
|
|
|
|
| |
Backport of:
https://skia.googlesource.com/skia/+/c3d8a48f1b27370049aa512019cd726c59354743
https://skia.googlesource.com/skia/+/8051d38358293df1e5b8a1a513f8114147ec9fa3
|
|
|
|
|
|
|
|
| |
Apparently a prehistoric server implementation would send a certificate_authorities field
that didn't include the outer DER SEQUENCE tag, so PSM attempted to detect this and
work around it.
This prehistoric server implementation isn't in use anywhere anymore, so this 18-yo
server bug workaround can be removed.
|
|
|
|
|
|
|
|
| |
CheckedInt propagates the mIsValid in each add operation so that it avoids needing a bunch of code
for the overflow check in each add operation. Additionally, it avoids mismatching parameters
between the computing result and the additional overflow check.
This patch uses CheckedInt to take advantage of those implicit features of it.
|
|
|
|
| |
Follow-up to fdbac095968bc952fec6a03765a7156940ae4733
|
|
|
|
| |
Standards Compliance fix, port of Bug 1492737
|
| |
|
| |
|
| |
|
|
|
|
| |
Port of Bug 1488061.
|
| |
|
| |
|
|
|
|
| |
surface.
|
| |
|
| |
|
|
|
|
|
|
| |
(mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed.
Tag #345
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Use a separate process to generate thumbnails only when multi-process mode is enabled
|
| |/
| |
| |
| | |
is enabled
|
| |
| |
| |
| | |
Tag #447
|
| |\
| | |
| | | |
Issue #795 - Make nsIUserInfo component optional
|
| | |
| | |
| | |
| | |
| | |
| | | |
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig
at build time, but leaves it on by default to avoid any compatibility issues in existing
applications.
|
|/ /
| |
| |
| | |
Dev note needed upon release. This resolves #444.
|
|\ \
| | |
| | | |
Bug 1489785: Remove a workaround for gcc
|
| | |
| | |
| | |
| | | |
Introduced in bug 678607, that is no longer needed that causes hangs in modal dialogs on macOS 10.14
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
| | |
| | |
| | |
| | | |
Introduced in bug 678607, that is no longer needed and causes hangs in modal dialogs on macOS 10.14.
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
|
|\ \ \
| | | |
| | | | |
Revert "Make nsIUserInfo component optional with --disable-userinfo at build time"
|
|/ / /
| | |
| | |
| | | |
time"
|
|\ \ \
| | | |
| | | | |
Open about:permissions when notification settings are requested in Pale Moon
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Make nsIUserInfo component optional with --disable-userinfo at build time
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig
at build time, but leaves it on by default to avoid any compatibility issues in existing
applications.
|
|\ \ \ \
| | | | |
| | | | | |
Add initial support for AV1 video.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This commit was incomplete. Will re-land AV1 in MP4 support properly at a future date.
This reverts commit 29f718ef78f1a25ca904c6438b59ffc8e365a750.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This increases the thread size for the platform decoder threads (to prevent stack overflows, particularly when decoding av1), while leaving the others at their default values.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding partial support for 10/12-bit video images seems to have broken the native pixel-stride support we were using to pass 8-bit AV1 frame data formatted in 16-bit pixel values, resulting in vertical green lines.
Revert to the earlier behavior of always downsampling to 8 bit data. This is slower, but at least displays correctly.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Disabled by default.
|
| | | | | |
|