| Commit message (Collapse) | Author | Age |
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | | |
when picking files or folders v2' (#1745) from g4jc/UXP:master into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1745
|
| |/
| |
| |
| |
| |
| | |
folders v2
98f6ad61f4f3c66209036db4bc7a4ae6ff4d1d3d introduced a boolean, this just passes it down and fixes build bustage of mailnews.
|
|\| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Make <noscript> escaping conditional on whether scripting is enabled.
|
| |
| |
| |
| |
| |
| |
| | |
Mostly making parts conditional and removing blocks that are no longer
applicable, and a few minor edits otherwise to update links and text.
Resolves #1722
|
| |
| |
| |
| |
| | |
Now with extra sauce to make it work cross-platform and cross-versions and
for HTML input elements only.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This one is no longer necessary (and incorrect) after the changes made in #1684
|
| |
| |
| |
| | |
Resolves #1741
|
| | |
|
| |
| |
| |
| | |
Resolves #1739
|
| | |
|
| |
| |
| |
| |
| | |
This implements the ES2019 spec for JSON stringification, including
lower-casing, properly escaping lone surrogates, etc.
|
| |
| |
| |
| |
| |
| | |
- Use some pointer voodoo and instead of stringbuffer append()
- Use a lookup table instead of char comparisons for chr < 256
- Stop using a Hashtable/MovableCellHasher for JSON CycleDetector
|
| |
| |
| |
| | |
Because people are apparently never satisfied with the time zones on the planet!
|
| |\
| | |
| | |
| | |
| | |
| | | |
OlCe1/UXP:FreeBSD-support-update into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1736
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
init_lock code
This had been initially dealt with in issue #1699's commits, but one of them
was in the end reverted, which caused this problem (this change should have
been done there).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Defining _POSIX_C_SOURCE to 199309L on FreeBSD causes compile errors, because of
an obscure interaction between system wrappers and libc++ headers. The source
doesn't seem to need it at all, which tests confirm.
I bet that this is not needed either on other modern systems (even those based
on glibc), and that the define could probably be entirely removed. Not trying
it because I can't test it myself.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
New FreeBSD versions have introduced RTLD_DEEPBIND (see dlopen(3)), which
triggers a provoked build error to be on the "safe" side.
Indeed, improper use of RTLD_DEEPBIND could cause malloc interposing not to
work on specific libraries. This would happen for libraries that provide their
own malloc/free and exchange pointers with other libraries or the main program,
one allocating an area and another one deallocating it.
It seems it happened for glibc, which is not a concern on FreeBSD, and for the
Flash Player (not a concern either, there is no native Flash Player). Moreover,
there is only a single reference to RTLD_DEEPBIND in the whole platform
currently, namely in the WebRTC code, but the corresponding code chunk is
compiled-in only on Linux (and this library doesn't seem to redefine malloc
functions anyway). So I don't see how a problem could happen. Additionally,
Pale Moon, which is my focus, doesn't use WebRTC.
Corresponding Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=493541
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Including <cstdlib> must never trigger inclusion of "mozalloc.h", because the
first thing this one does is precisely to include <cstdlib>.
It is now the case that, in libc++ 9 and beyond, <cstdlib> includes <math.h>
which then tries to include <type_traits>, which the STL wrapper intercepts,
trying to load "mozalloc.h". Same problem happens with <limits>.
Fix pulled from: https://bugzilla.mozilla.org/show_bug.cgi?id=1594027.
|
| | |
| | |
| | |
| | |
| | | |
Our current implementation has consistent playback issues; this needs to be
addressed before the codec can be enabled by default.
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This change makes unicode line and paragraph separators allowed in JS strings,
removing the only quirk of the JS string definition that made JSON not a valid
subset of JS.
Resolves #1732
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
meatloaf/UXP:string_replaceAll into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1728
|
| | |
| | |
| | |
| | |
| | | |
This also implements IsRegExp, as this demands it.
Ported from https://bugzilla.mozilla.org/show_bug.cgi?id=1540021
|
| |/
| |
| |
| |
| | |
This removes a total of 23,936 files we would never use nor have the capacity
to properly maintain or keep up-to-date.
|
| |
| |
| |
| |
| |
| | |
With the changes to layout for WebComponents, it is now apparently possible to
pass in null for frame tree items to this function, which would cause a null
deref crash if not checked.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This should allow the header to be used outside of the UXP tree for compiling
plugins etc.
Resolves #1720
|
| |
| |
| |
| |
| | |
These are leftovers from when promises were fully self-hosted and could cause
confusion if left in place.
|
| |\
| | |
| | |
| | |
| | |
| | | |
HTMLMenuItemElement.cpp' (#1724) from trav90/UXP:1723-fix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1724
|
| |/ |
|
| |
| |
| |
| |
| | |
Our current implementation has consistent playback issues; this needs to be
addressed before the codec can be enabled by default.
|
| | |
|
| |
| |
| |
| |
| |
| | |
With the changes to layout for WebComponents, it is now apparently possible to
pass in null for frame tree items to this function, which would cause a null
deref crash if not checked.
|
| | |
|
|\| |
|
| | |
|
| | |
|
| | |
|