| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
it around in memory
|
|
|
|
| |
Base on https://github.com/mozilla/gecko-dev/commit/ecc04a9245b409d7eed7df63ba733cd2073180de
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
display:contents nodes with pseudo-elements.
We need to use StyleChildrenIterator which iterates over them, instead.
This is a bit of a hack but we can't always have our cake.
We need to be a bit careful though, since ::before and ::after are owned
by their own frame, and thus could be unbound from the tree or even dead
after removing the frame.
This basically ports bugs 1435566 and 1438467
|
|
|
|
| |
Resolves #2171
|
|
|
|
|
|
|
| |
it's deleted"
This reverts commit 465a18f34286f8d7e0c9b5f0722d487b4812fb57.
Resolves #2168
|
|
|
|
|
|
| |
We rely on this for all OSes except Mac where precomplete should not
be in the root (it uses Mozilla's fallback packaging that places it in
$RESPATH)
|
|
|
|
| |
We already did this for file names, just not extensions.
|
| |
|
| |
|
|
|
|
|
| |
ensureOsiSpace(); was very much under-used. This adds more instances
where it makes sense to ensure Osi space before placing masm calls.
|
|
|
|
|
|
| |
when no inline storage is used.
See Bug 1338374
|
|
|
|
| |
See Bug 1338374 1/2
|
|
|
|
|
|
| |
Based on Mozilla bug 1378736's part 2.
Should fix the double-free.
Follow-up for #2083
|
|
|
|
|
| |
Follow-up for issue #2083.
Taken from Mozilla bug 1378736.
|
|
|
|
|
|
| |
Added --with-macbundle-idenity configure option to set a codesign identity.
If no identity is set or cross-compiling from Linux no codesigning will be
done. Currently doing a full deep bundle v2 sign, instead of limited v1.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# Conflicts:
# CLOBBER
# js/src/vm/RegExpObject.cpp
# security/nss/lib/nss/nss.h
# security/nss/lib/pkcs12/p12d.c
# security/nss/lib/softoken/softkver.h
# security/nss/lib/util/nssutil.h
|
| |
| |
| |
| |
| |
| | |
This ensures that the content type is also determined when opening JAR channels both synchronously and asynchronously. Current m-c modifies only the async portion, while the mentioned commit below modifies only the sync portion. This commit does it for both.
Partially based on 425677ada7380f7c592dd01ddfbc9631ab2038a0 and bug 1757604.
|
| |\
| | |
| | |
| | |
| | |
| | | |
jobbautista9/UXP:deprot-hunt2 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2156
|
| | |
| | |
| | |
| | |
| | | |
Fixes link bustage in xul.dll
Inline functions must be implemented in the header.
|
| | |
| | |
| | |
| | |
| | | |
I think we never deunified js/xpconnect before. But if we're going to ever build
this tree deunified in the future, there's nothing stopping us now!
|
| | |
| | |
| | |
| | |
| | | |
I think we never deunified js/ipc before. But if we're going to build this tree
deunified ever in the future, there's nothing stopping us now!
|
| | |
| | |
| | |
| | |
| | | |
Found while building js/src deunified, with the exception of builtin/intl.
Tag #80.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
assert.' (#2157) from dbsoft/UXP:fix_static_assert into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2157
|
| |/
| |
| |
| | |
This fixes warnings with clang and build failures with Visual C versions prior to 2022.
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | | |
list' (#2151) from FranklinDM/UXP-contrib:work_css-not-selector-list-support into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2151
|
| | | |
|
| | |
| | |
| | |
| | | |
handling negations
|
| | |
| | |
| | |
| | | |
around
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
content changes' (#2152) from FranklinDM/UXP-contrib:work_wc-content-change-fix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2152
|
| | |/
| | |
| | |
| | | |
This is likely inefficient, but I haven't found a way other than this to ensure that the host frame is updated if the inserted/removed content isn't slotted. I'm assuming that Firefox is handling this somewhere else (and may have been even moved to Stylo), but was mentioned in an m-c bug we haven't seen yet. In fact, this is actually similar to how we handled elements passed to ContentInserted before landing e31ed5b07466d4a579fe4b025f97c971003fbc3f.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | | |
when serialized' (#2154) from FranklinDM/UXP-contrib:work_css-empty-selector-list-serialization-fix into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2154
|
| |/
| |
| |
| |
| |
| | |
serialized
Really odd that this wasn't caught/doesn't cause any issues on MSVC/unoptimized GCC. Must've been luck, I guess.
|
| |
| |
| |
| |
| | |
This was introduced to Make <link rel="stylesheet"> work in shadow trees.
eElement can, however, be `null` here and if so, it would crash.
|
| |\
| | |
| | |
| | |
| | |
| | | |
from jobbautista9/UXP:2148-rootregexpshared into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2150
|
| |/
| |
| |
| | |
Based on Mozilla bug 1355050.
|
| |\
| | |
| | |
| | |
| | |
| | | |
nsImageLoadingContent::BindToTree' (#2147) from FranklinDM/UXP-contrib:work_wc-image-followup into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2147
|
| |/
| |
| |
| | |
nsImageLoadingContent::BindToTree
|
| |
| |
| |
| | |
Resolves #2146
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
This removes the in-memory whitelist for PB mode.
|