| Commit message (Collapse) | Author | Age |
|
|
|
| |
This reverts commit eedfa63a1d244426df38be6d72ee35422a5d9d82.
|
|
|
|
| |
This reverts commit 1396383aeed414c23b3dce639932987000412be0.
|
|
|
|
| |
This reverts commit bc450dab41695f85290f83c53c2c6914c1710883.
|
| |
|
|
|
|
| |
This reverts commit 65eac50e2dd9d2c4773a927aa7909eff13bc121c.
|
|
|
|
| |
This reverts commit 3d9bf5d7a32eb7076ad4e1782ca677981efff150.
|
|
|
|
| |
This reverts commit 95e057e737e3edcb270c256000b893365e1d9a9b.
|
|
|
|
| |
This reverts commit 383bc182e3a3fe53cf79a51bc36c6218334d93b5.
|
|
|
|
| |
This reverts commit 6f76f1cb362b98fc617c5c0735cdacee64103e89.
|
|
|
|
| |
This reverts commit 2f50f543a245a559a277505dfa6906f1888ef0d9.
|
|
|
|
| |
This reverts commit 1abc696f87d175ab967e0e86fdf375255c43e98d.
|
|
|
|
|
|
| |
code ifdef'd behind MOZ_DEBUG"
This reverts commit ff355fe9ac5327a62cdbd05f99dff9febe5de5df.
|
|
|
|
|
|
| |
sources in js/src/moz.build"
This reverts commit 59511eb8dddac5556c4aa72d6d7fe1a2c3dc3972.
|
|
|
|
| |
This reverts commit cdf46e803b2fc1ab0787138890dfff67030e6516.
|
|
|
|
| |
This reverts commit fd1b2dc2b14ded708f8eb62a55109c03356c6b26.
|
|
|
|
|
|
| |
back into unified sources."
This reverts commit a8a397fbceb78d2338e214e583be4f02797637d1.
|
|
|
|
| |
This should reduce compile complexity saving time and reducing linker stress.
|
|
|
|
| |
Resolves #1999
|
|\
| |
| |
| |
| |
| | |
dbsoft/UXP:1990fix2 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1997
|
| |
| |
| |
| |
| | |
If the worker is shut down, call Cancel() on the Runnable, this will prevent
nsInputStreamReadyEvents to be called again when deallocated.
|
| |
| |
| |
| |
| |
| | |
basically copy/pastes of the DOMEventTargetHelper one.
Mozilla Bug Bug 1333540. Skipped the renamed of various functions, but otherwise a direct port.
|
| |
| |
| |
| |
| |
| |
| |
| | |
and 2.
1334081 - prevent null pointer dereference in StreamReaderFunc.
1330631 - Convert the EventSourceImpl::Message to be UniquePtr.
1337619 - Reset mGoingToDispatchAllMessages flag before early return.
|
| |
| |
| |
| | |
nsIThreadRetargetableStreamListener definition.
|
| |
| |
| |
| | |
EventSourceImpl::mEventSource. - Mozilla Bug 1333099
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
from dbsoft/UXP:macfixes into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1998
|
| | |
| | |
| | |
| | | |
int3 is Intel only, so don't use it on ARM, use __builtin_trap() instead.
|
| |/
| |
| |
| |
| |
| | |
The python binary copied reports a valid signature on Big Sur and thus codesign fails.
Add the -f option so it overwrites the supposedly valid signature. Other versions are
either already unsigned or the install_name_tool invalidates the signature.
|
| |
| |
| |
| | |
Resolves #1996
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Basilisk-Dev/UXP:master into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1993
|
| | | |
|
| | |
| | |
| | |
| | | |
Port of Mozilla bug 1383575
|
| |/
| |
| |
| | |
Backport of Mozilla bug 1056934
|
| |
| |
| |
| |
| | |
I've used this setting without ill effects for weeks, including visiting
many a cloudflare-backed site. There is no issue there.
|
|\ \ |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
from athenian200/UXP:flex-container-changes into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1987
|
| | |
| | |
| | |
| | |
| | |
| | | |
Almost forgot to do this. This is in case we need to revisit this for
regressions in the future and the tests are not available online. Never know
when they might come in handy again.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
code.
It turns out part 10 was actually needed, but Bug 1449838 had a significantly
better version of what that code does that was easy enough to backport to what
we have. As far as I can tell, this passes the relevant reftests now.
|
| | |
| | |
| | |
| | |
| | | |
This mostly reworks the way nsFlexContainerFrame handles things so that it can
deal with more than just height.
|
| |/
| |
| |
| |
| |
| | |
Configure was defining HAVE_ARC4RANDOM_BUF on systems that have it this whole
time, so the OS specific ifdefs weren't necessary. Maybe the flag that was in
the original patch was an obsolete name for that flag...
|
|/
|
|
|
|
| |
The current spec makes "implicit" parentheses a thing for feeding
css strings to CSS.supports()
The current spec also implies CSS is a namespace, not an interface
|
|
|
|
|
|
|
|
|
|
| |
My previous fix apparently only worked with GCC 7. Having that return at the
end doesn't seem to hurt anything on Windows, so I see no reason to ifdef it.
I don't remember where I heard this, but I vaguely remember hearing that
ending a function without a return statement may be undefined behavior that
differs between compilers and operating systems. If so, that would explain why
this has behaved so differently across platforms and compilers.
|
|
|
|
| |
This seems to work for me, but I haven't tested anything else yet. Still, seems better to have a fix in the tree than to leave it as-is.
|
|
|
|
|
|
|
|
| |
This was a control issue way back when. Since this only really relates to
deviating build configs anymore and no longer to critical system libs of note,
there's no point in retaining this overbearing control through build errors.
People have clear instructions how to build - it is their responsibility to
stick to those.
|
|
|
|
|
| |
The wildcard seems to work well here for getting files included in the
final target.
|
|\
| |
| |
| |
| |
| | |
from Basilisk-Dev/UXP:master into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1983
|
|/ |
|