| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
w/ Fixup for 1464056 - Follow-up: rename pref to align with mailnews.p7m_external (which was already in 52.x but missing a single line)
Tag #1311
|
|
|
|
|
|
| |
nsMsgLocalStoreUtils::nsShouldIgnoreFile.
Tag #1311
|
|
|
|
|
|
| |
nsMsgDBView::UpdateDisplayMessage() to avoid crashes
Tag #1311
|
|\
| |
| | |
Clean up Jemalloc code
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Pointless for debugging and a major performance sink.
|
| |
| |
| |
| |
| |
| | |
"USING VLA'S IS ACTIVELY STUPID! It generates much more code, and much
slower code (and more fragile code), than just using a fixed key size
would have done." -- Linus Torvalds
|
| |
| |
| |
| |
| |
| | |
We never use jemalloc without MOZ_MEMORY surrounding code (mostly a
FreeBSD concession which doesn't work anyway). This allows us to get rid
of the "poor man's mutex" (CPU-based spinlock) in mozjemalloc.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This basic validation is hard-set to always-on, so no point in keeping
it conditional since we basically always want this rudimentary pointer
validation to be done.
|
| |
| |
| |
| | |
hardcoded values in comm-style configurations
|
|\ \ |
|
| | |
| | |
| | |
| | | |
configurations
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
forming a monotonically increasing sequence (e.g. with position:sticky)
Relative positioning can cause table parts to move, which can cause
issues with the cursor position to know which rows can be skipped.
To make this work, use the max difference between the frame's rect and
the union of the frame's "normal" position and the overflow rect to
cover the area of relatively positioned elements even if they are out of
order.
This resolves #1309.
|
|/
|
|
|
|
|
|
| |
list collisions when processing the background color of a table.
This is effectively #146 Part 3c to go along with the other 2 there.
This resolves #1308.
|
|
|
|
|
| |
- Remove delayload dlls from which there are no imports
- Remove leftover MOZ_RUST config bit.
|
|
|
|
|
|
| |
- Check for undefined/null regex flags (because...)
- Make it throw a typeerror instead of syntax error on non-global
- Generalize JS error messages for these checks.
|
|
|
|
| |
nsInlineFrame.
|
|\ |
|
| |\
| | |
| | | |
Issue #1258 - Remove remaining chat core bits
|
| |/
| |
| | |
This fixes Interlink build on Mac.
|
|/
|
|
| |
nsInlineFrame::DestroyFrom.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* The langpack is not generated via the package target but IS for mozpackage target using old behavior
* Add mach command to specifically generate the langpack when needed without the rest of the packaging routine (mach langpack)
|
|
|
|
|
|
|
| |
* This adds what will eventually be a rewritten packaging routine while maintaining backwards compatibility with the original mozilla routine
* Changes the build target and installer makefile to use the alternative packaging
* Adds build target to specifically invoke the original mozilla routine
* Update mach commands accordingly
|
|
|
|
| |
This resolves #1302.
|
|\
| |
| | |
Clear the message manager script cache when updating and removing add-ons
|
| |
| |
| |
| | |
removing add-ons
|
| |
| |
| |
| | |
Emoji 12 support.
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I didn't include this in my initial PR because I assumed this part
was not relevant to UXP. I was asked to submit this while the MailNews rebase
was going on, but I was late with my patch and didn't quite grasp that this
specifically was still needed.
My counterpart at Mozilla, Petr Sumbara, has gotten his version of this
approved.
https://bugzilla.mozilla.org/show_bug.cgi?id=1568473
|
|
|
| |
The note -used- to be where I inserted it but was apparently moved further down by Mozilla, outside of my FoV.
|
| |
|
|
|
|
| |
This resolves #1242.
|
|\
| |
| | |
Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regular expression changes
|
|/
|
|
|
|
| |
regular expression changes
This fixes debug builds
|
|
|
|
| |
Resolves #1284.
|
|\
| |
| | |
Fix a compiler warning in ipc/chromium/src/base/sys_info_posix.cc.
|
| |
| |
| |
| | |
I made a typo in commit 687a789 when updating the ifdef style I used to comply with UXP standards. The typo I made resulted in a compiler warning I failed to notice, so I was asked to tag issue #457 when submitting the PR. I also fixed some trailing whitespace I apparently left behind in the file.
|
|/
|
|
| |
This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30.
|
|
|
|
| |
Resolves #1284.
|
|\
| |
| | |
Adjust Widewine strings after removing Adobe Primetime support
|
| | |
|
|\ \
| |/
|/| |
Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp
|
|/
|
|
| |
Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread.
|