summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17
| | | | Tag mcp-graveyard/UXP#1287
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() ↵Gaming4JC2019-12-17
| | | | | | method. Tag mcp-graveyard/UXP#1287
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting ↵Gaming4JC2019-12-17
| | | | | | Promises and adding reactions. Tag mcp-graveyard/UXP#1287
* Bug 336705 - Part 1: Support creating and resolving Promises without ↵Gaming4JC2019-12-17
| | | | | | | | resolve/reject functions. Useful for internally-created Promises that'll only ever be resolved/rejected internally. Tag mcp-graveyard/UXP#1287
* Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through ↵Gaming4JC2019-12-17
| | | | | | the Promise resolving fast path. Tag mcp-graveyard/UXP#1287
* Bug 1317376 - Part 1: Remove unreachable code and remnants from the ↵Gaming4JC2019-12-17
| | | | | | self-hosted implementation. Tag mcp-graveyard/UXP#1287
* Issue mcp-graveyard/UXP#1323 - Move XULRunner back to topsrcdirMatt A. Tobin2019-12-16
|
* Remove Basilisk from the Unified XUL Platform repositoryMatt A. Tobin2019-12-16
| | | | Development will proceed at https://github.com/MoonchildProductions/Basilisk
* Update 7z-stub README to reflect the current state of its use.wolfbeast2019-12-15
|
* Update metadata in UXP 7z-stub installerwolfbeast2019-12-15
|
* Remove Pale Moon 7zstubMatt A. Tobin2019-12-14
|
* Remove Pale Moon from the Unified XUL Platform repositoryMatt A. Tobin2019-12-14
| | | | Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
* Issue mcp-graveyard/UXP#1317 - Increase the XML nested depth limit to 2048.wolfbeast2019-12-12
| | | | | | | | - Converts from macro to static const for the limit. - Uses a check against the declared type for the counter instead of a hard-coded one. This resolves #1317.
* Update default bookmarks toolbar FAQ entry to redirect to forum.wolfbeast2019-12-12
|
* New cycle version bumpwolfbeast2019-12-10
|
* No Issue - Execute the precomplete command on *nix AltPackagingMatt A. Tobin2019-12-09
| | | | Windows does not need this as mar generation is dependent on the NSIS Installer which already contains the call
* Merge branch 'release'wolfbeast2019-12-07
|\
| * Merge branch 'master' into releasewolfbeast2019-12-06
| |\
| * | Force clobber.wolfbeast2019-10-24
| | |
| * | Update NSS versionwolfbeast2019-10-24
| | |
| * | Add length checks for cryptographic primitivesKevin Jacobs2019-10-24
| | | | | | | | | | | | | | | This rollup patch adds additional length checks around cryptographic primitives.
| * | Support longer (up to RFC maximum) HKDF outputswolfbeast2019-10-24
| | | | | | | | | | | | | | | | | | HKDF-Expand enforces a maximum output length much shorter than stated in the RFC. This patch aligns the implementation with the RFC by allocating more output space when necessary.
| * | Add size checks to WebGLContext::BufferData()wolfbeast2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | On MacOS, particularly large allocations within the platform limits (1.2G+) will fail and crash. This adds a specific size check for that when working around driver bugs (default). While there, added a generic size_t limited size check for the platform, and reporting OOM if too large.
| * | Fix type barrier in IonBuilder::jsop_getimport.wolfbeast2019-10-24
| | |
| * | Adjust tokenization of U+0000Henri Sivonen2019-10-24
| | |
| * | Prevent nr_ice_component_insert_pair from leaking.Byron Campen2019-10-24
| | |
| * | Leverage strings to get working dirs in nsUpdateDriver.wolfbeast2019-10-24
| | |
| * | Ensure that file actors created after the database was closed are expired.Simon Giesecke2019-10-23
| | |
| * | Avoid following the prototype chainwolfbeast2019-10-23
| | | | | | | | | | | | | | | No longer follow the value's prototype chain when creating index updates in IndexedDB.
| * | Issue mcp-graveyard/UXP#1255 - Port upstream fix from libexpatwolfbeast2019-10-23
| | |
| * | Issue mcp-graveyard/UXP#1253 - Reset performance object on navigationwolfbeast2019-10-23
| | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | 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
| | |
| * | No Issue - Expand HWA over RDP to Windows 8.1 and 10.wolfbeast2019-10-21
| | | | | | | | | | | | | | | | | | | | | 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
| | |
| * | No issue - Add 360 Safeguard to DLL blocklistMoonchild2019-10-21
| | | | | | | | | | | | | | | 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 mcp-graveyard/UXP#1243 - Update List of NSS Exported SymbolsGaming4JC2019-10-21
| | | | | | | | | | | | Add NSS_CMSSignedData_GetDigestAlgs and NSS_CMSSignedData_hasDigests which are required for security patches in mailnews applications. Ref: m-c bug 1526473
| * | Issue mcp-graveyard/UXP#1231 - Correct defines for Mac and keep universal ↵wolfbeast2019-10-21
| | | | | | | | | | | | prefs generic.
| * | Issue mcp-graveyard/UXP#1231 - Stop using ICC profiles on Linux.adeshkp2019-10-21
| | | | | | | | | | | | | | | 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
| |\ \
| * \ \ Merge branch 'master' into releasewolfbeast2019-09-06
| |\ \ \
* | \ \ \ Merge pull request #1314 from g4jc/mailnews_patchesNew Tobin Paradigm2019-12-06
|\ \ \ \ \ | |_|_|_|/ |/| | | | Mailnews Nov/Dec Updates
| * | | | Bug 1571481 - Improve multipart/alternative.Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 mcp-graveyard/UXP#1311
| * | | | Bug 1482248 - don't crash on empty file name in ↵Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsMsgLocalStoreUtils::nsShouldIgnoreFile. Tag mcp-graveyard/UXP#1311
| * | | | Bug 1509685 - Add more bounds checking in ↵Gaming4JC2019-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsMsgDBView::UpdateDisplayMessage() to avoid crashes Tag mcp-graveyard/UXP#1311
* | | | | Update NSS version.wolfbeast2019-12-06
| | | | |
* | | | | Add missing call to WaitForIsDebuggerRegisteredwolfbeast2019-12-06
| | | | |
* | | | | [NSS] Bug 1586176 - EncryptUpdate should use maxout not block size.Craig Disselkoen2019-12-06
| | | | |
* | | | | Check return value of PeerConnectionImpl::GetFingerprint.Christian Holler2019-12-06
| | | | |
* | | | | [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSessionJ.C. Jones2019-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.