summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Fix type barrier in IonBuilder::jsop_getimport.wolfbeast2019-10-24-3/+1
| | |
| * | Adjust tokenization of U+0000Henri Sivonen2019-10-24-13/+2
| | |
| * | Prevent nr_ice_component_insert_pair from leaking.Byron Campen2019-10-24-1/+6
| | |
| * | Leverage strings to get working dirs in nsUpdateDriver.wolfbeast2019-10-24-13/+18
| | |
| * | Ensure that file actors created after the database was closed are expired.Simon Giesecke2019-10-23-0/+3
| | |
| * | Avoid following the prototype chainwolfbeast2019-10-23-3/+20
| | | | | | | | | | | | | | | No longer follow the value's prototype chain when creating index updates in IndexedDB.
| * | Issue #1255 - Port upstream fix from libexpatwolfbeast2019-10-23-7/+13
| | |
| * | Issue #1253 - Reset performance object on navigationwolfbeast2019-10-23-1/+13
| | | | | | | | | | | | | | | | | | | | | This also addresses clearing of document dependent JS slots which might get out of sync with innerWindow navigation; relevant comments added. This resolves #1253
| * | Don't treat format warnings as errors in xpconnectMatt A. Tobin2019-10-21-1/+1
| | | | | | | | | | | | GCC 9 compiler does not like the way we have it in XPCWrappedNative.cpp
| * | Fix build errors with newer glibc versionsMatt A. Tobin2019-10-21-14/+4
| | |
| * | No Issue - Expand HWA over RDP to Windows 8.1 and 10.wolfbeast2019-10-21-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
| * | No issue - Update TZ data to 2019cwolfbeast2019-10-21-106/+103
| | |
| * | No issue - Add 360 Safeguard to DLL blocklistMoonchild2019-10-21-0/+3
| | | | | | | | | | | | | | | 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.
| * | Issue #1243 - Update List of NSS Exported SymbolsGaming4JC2019-10-21-0/+2
| | | | | | | | | | | | Add NSS_CMSSignedData_GetDigestAlgs and NSS_CMSSignedData_hasDigests which are required for security patches in mailnews applications. Ref: m-c bug 1526473
| * | Issue #1231 - Correct defines for Mac and keep universal prefs generic.wolfbeast2019-10-21-6/+6
| | |
| * | Issue #1231 - Stop using ICC profiles on Linux.adeshkp2019-10-21-1/+8
| | | | | | | | | | | | | | | General consensus seems to be that color management on Linux desktops is not mature enough to enable by default.
| * | Merge commit '18a2244f5b1e28c2d38dd95bf93d02cef0173178' into releasewolfbeast2019-10-21-2/+7
| |\ \
| * \ \ Merge branch 'master' into releasewolfbeast2019-09-06-20345/+581
| |\ \ \
* | \ \ \ Merge pull request #1314 from g4jc/mailnews_patchesNew Tobin Paradigm2019-12-06-20/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | | Mailnews Nov/Dec Updates
| * | | | Bug 1571481 - Improve multipart/alternative.Gaming4JC2019-12-02-20/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Bug 1482248 - don't crash on empty file name in ↵Gaming4JC2019-12-02-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag #1311
| * | | | Bug 1509685 - Add more bounds checking in ↵Gaming4JC2019-12-02-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsMsgDBView::UpdateDisplayMessage() to avoid crashes Tag #1311
* | | | | Update NSS version.wolfbeast2019-12-06-6/+8
| | | | |
* | | | | Add missing call to WaitForIsDebuggerRegisteredwolfbeast2019-12-06-0/+6
| | | | |
* | | | | [NSS] Bug 1586176 - EncryptUpdate should use maxout not block size.Craig Disselkoen2019-12-06-1/+1
| | | | |
* | | | | Check return value of PeerConnectionImpl::GetFingerprint.Christian Holler2019-12-06-1/+2
| | | | |
* | | | | [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSessionJ.C. Jones2019-12-06-24/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Initialize all fields of GdkEvents in nsClipboard.cppwolfbeast2019-12-06-2/+2
| | | | |
* | | | | Fix incorrect values for saving ordered lists as text.wolfbeast2019-12-06-29/+33
| | | | |
* | | | | Update identifier map entries and notify if they get removed.wolfbeast2019-12-06-6/+81
| | | | | | | | | | | | | | | | | | | | | | | | | This can happen through DestroyElementMaps() Based on work by Markus Stange and Edgar Chen.
* | | | | Check if we're already at the end of the frame's content.Jonathan Kew2019-12-06-1/+2
| | | | |
* | | | | Use mutex in PACResolver when accessing mRequest from multiple threads.Valentin Gosu2019-12-06-6/+20
| | | | |
* | | | | Properly detect failure in receiving plugin NPObjects.David Parks2019-12-06-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Properly handles NPError reporting and makes sure that, in the case of failure, it does not return junk for the NPObject.
* | | | | Issue #1313 - Bump Firefox compatMode version to 68.9wolfbeast2019-12-04-1/+1
|/ / / / | | | | | | | | | | | | This resolves #1313.
* | | | Merge pull request #1310 from MoonchildProductions/jemalloc_cleanupMoonchild2019-12-03-394/+44
|\ \ \ \ | | | | | | | | | | Clean up Jemalloc code
| * | | | Issue #1307 - Part 8: Remove deprecated sysctl.h inclusion.wolfbeast2019-12-02-3/+0
| | | | |
| * | | | Issue #1307 - Part 7: Add missing MALLOC_STATSwolfbeast2019-11-30-1/+2
| | | | |
| * | | | Issue #1307 - Part 6: Remove dead code behind PTHREAD_MMAP_UNALIGNED_TSDwolfbeast2019-11-30-6/+0
| | | | |
| * | | | Issue #1307 - Part 5: Remove allocation tracing.wolfbeast2019-11-30-99/+1
| | | | | | | | | | | | | | | | | | | | Pointless for debugging and a major performance sink.
| * | | | Issue #1307 - Part 4: Stop using variable-length arrays.wolfbeast2019-11-30-38/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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
| * | | | Issue #1307 - Part 3: Assume MOZ_MEMORY is always enabled.wolfbeast2019-11-30-161/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Issue #1307 - Part 2: Remove disabled code blockswolfbeast2019-11-30-49/+1
| | | | |
| * | | | Issue #1307 - Part 1: Remove MALLOC_VALIDATEwolfbeast2019-11-30-37/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | No Issue - Add checking in platform/ for clobber.py because it can only know ↵Matt A. Tobin2019-12-01-0/+3
| | | | | | | | | | | | | | | | | | | | hardcoded values in comm-style configurations
* | | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-12-01-24/+6
|\ \ \ \ \
| * | | | | No Issue - Don't use a hard coded path for win_srcdir in comm-style ↵Matt A. Tobin2019-11-30-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | configurations
| * | | | | Issue #1306 - Move bundled fonts to toolkitMatt A. Tobin2019-11-30-23/+5
| |/ / / /
* | | | | Issue #1309 - Fix handling of display rows where the elements are notwolfbeast2019-12-01-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Issue #1308 - Create nsDisplayTableBackgroundColor to avoid displaywolfbeast2019-12-01-3/+37
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | No issue - Clean up libxul mozbuild a littlewolfbeast2019-11-30-10/+0
| | | | | | | | | | | | | | | | | | | | - Remove delayload dlls from which there are no imports - Remove leftover MOZ_RUST config bit.