| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | | |
No longer follow the value's prototype chain when creating index updates
in IndexedDB.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This also addresses clearing of document dependent JS slots which might
get out of sync with innerWindow navigation; relevant comments added.
This resolves #1253
|
| | |
| | |
| | |
| | | |
GCC 9 compiler does not like the way we have it in XPCWrappedNative.cpp
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When Mozilla implemented this initially, only Windows 8 existed.
Because of the strict equal check, 8.1 and 10 didn't get HWA over RDP
while they are perfectly capable of doing so with RemoteFX. This change
allows any version of Windows from 8.0 onwards to use HWA over RDP.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
360 Safeguard/360 Total Security (Qihoo) causes crashes in a11y components.
This adds the offending dll to the injection blocklist.
See BZ bug 1536227 for details.
|
| | |
| | |
| | |
| | | |
Add NSS_CMSSignedData_GetDigestAlgs and NSS_CMSSignedData_hasDigests which are required for security patches in mailnews applications. Ref: m-c bug 1526473
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
General consensus seems to be that color management on Linux desktops
is not mature enough to enable by default.
|
| |\ \ |
|
| |\ \ \ |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Mailnews Nov/Dec Updates
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
SFTKSession objects are only ever actually destroyed at PK11 session
closure, as the session is always the final holder -- and asserting
refCount == 1 shows that to be true. Because of that, NSC_CloseSession
can just call `sftk_DestroySession` directly and leave
`sftk_FreeSession` as a no-op to be removed in the future.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This can happen through DestroyElementMaps()
Based on work by Markus Stange and Edgar Chen.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Properly handles NPError reporting and makes sure that, in the case of
failure, it does not return junk for the NPObject.
|
|/ / / /
| | | |
| | | |
| | | | |
This resolves #1313.
|
|\ \ \ \
| | | | |
| | | | | |
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
|