summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #10 - Move docshell to components/Matt A. Tobin2022-04-18
|
* Issue #10 - Move prefetch to components/Matt A. Tobin2022-04-18
|
* Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.buildMatt A. Tobin2022-04-18
|
* Issue #7 - Remove WeaveMatt A. Tobin2022-04-18
|
* Issue #10 - Move Weave CommonUtils to its own JSMMatt A. Tobin2022-04-18
|
* [Layout:Base] Ensure UndisplayedMap handling code consistently uses a ↵FranklinDM2022-04-18
| | | | normalized parent
* Update bash-mach with build-release and amend-author commandsMatt A. Tobin2022-04-18
|
* Bug 1468426 - Change LayerManagerData::mDisplayItems to a vector instead of ↵Jamie Nicol2022-04-18
| | | | hashtable.
* [Libs:Pixman] Enable SSSE3 code in compilationMatt A. Tobin2022-04-17
|
* Bug 1761026 - Add a null check for FetchDriver::mResponseKershaw Chang2022-04-17
|
* [JS:Builtin] Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-17
| | | | This is needed to fix the assertion on debug builds that self-hosted functions must have consistent names, as these two functions are aliased to trimLeft and trimRight.
* [Layout:Style] Follow-up: Prevent grid shorthand from resetting gutter ↵FranklinDM2022-04-17
| | | | | | properties This also fixes crashing when using the grid shorthand property.
* [Layout:Generic] [Layout:Style] Align CSS Flexbox with current specFranklinDM2022-04-17
|
* [Apps:Navigator] Add a button to expire all favicons in PreferencesMatt A. Tobin2022-04-17
|
* Bug 1350770 - Cache the most recent nsGenConNode to speed up future insertions.David Major2022-04-16
|
* Issue #22 - Always use -pipe with GCCtrav902022-04-16
| | | | Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported.
* Bug 1342769 - Fix IonBuilder::maybeMarkEmpty to look at the instruction's ↵Matt A. Tobin2022-04-15
| | | | operands instead of the instruction itself.
* [Apps:Navigator] Add a border to the right of the sidebar splitter so it ↵Matt A. Tobin2022-04-14
| | | | doesn't look like unstyled shit
* No Issue - Use RTTI when building protobuf with GCCMatt A. Tobin2022-04-14
|
* Keep fix sh compat on mach-stubMatt A. Tobin2022-04-12
|
* [Restructure] Move sHistory to components/Matt A. Tobin2022-04-11
|
* Start splitting up ac configure logic into different filesMatt A. Tobin2022-04-10
|
* Revert "Don't attach a build date to windows file versions"Matt A. Tobin2022-04-10
| | | | This reverts commit 7d9902261cc16bb264e57b568609370c8e8c1644.
* Revert "No Issue - Hardcode XAI.platformVersion to 52.9.0 and add ↵Matt A. Tobin2022-04-10
| | | | | | XAI.greVersion as the actual version" This reverts commit 0c2396808491278981bec84e8998b29ec19d297d.
* CVE-2022-28285 - Incorrect AliasSet used in JIT CodegenMatt A. Tobin2022-04-09
|
* [DOM->Canvas] Avoid WebGL crash on MesaMatt A. Tobin2022-04-09
| | | | This prevents too high vert-count draws that Mesa doesn't handle.
* [XPCOM/SEC?] Clean up threadsMatt A. Tobin2022-04-09
|
* Merge branch 'revert-getnativepath' into TRUNKMatt A. Tobin2022-04-09
|\
| * [Structure] Move editor back to topsrcdirMatt A. Tobin2022-04-09
| |
| * Revert "Issue %3057 - Part 1: Stop using GetNativePath in hunspell."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit 8a7bfad6d1c04aaeb4f28aed05bc4b317ddb438b.
| * Revert "Issue %3057 - Part 2: Stop using GetNativePath in JAR reader."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit e076c6facb81f8e6f8e5f20e1000cc9c36ed118c.
| * Revert "Issue %3057 - Part 3: Stop using GetNativePath in ffvpx."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit e40736bcf402eecbae514a9f75517531a4126626.
| * Revert "Issue %3057 - Part 3a: Stop using GetNativePath in ffvpx only on ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | Windows." This reverts commit 582036d33f9bf2b42ee5afe8989934597fa5849a.
| * Revert "Issue %3057 - Part 3b: Switch PP logic in ffvpx."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit dcccadd1c5825afb370d739f6536b8bfb2b21d4a.
| * Revert "Issue %3057 - Part 4: Stop using GetNativePath in nsAppRunner on ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | Windows." This reverts commit 7a400c29366038f1f2ac28741e9c9bd8fd8fa062.
| * Revert "Issue %3057 - Part 5: Stop using GetNativePath in graphics on Windows."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit a510a07da4ecd7d44532f96efc85a2ed7a4272a5.
| * Revert "Issue %3057 - Part 6: Revert some of the previous changes for new ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | approach." This reverts commit 2b321abe2ee48f8c33de8e7f90b59ba0e88e388d.
| * Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless version."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit d868805a1082c2682379452314244bc02b425a32.
| * Revert "Issue %3057 - Part 8: Convert other Native cases to lossless versions."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit 756cfe85af63d4899182bc678af6d18d77a62351.
| * Revert "Revert "Issue %3057 - Part 8: Convert other Native cases to lossless ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | versions."" This reverts commit fd6c4911ce4c23801c03118573db8193558d49b0.
| * Revert "Revert "Issue %3057 - Part 7: Convert GetNativePath to a lossless ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | version."" This reverts commit 8eb559895d0cd5640c05903513c9c5f310fb5431.
| * Revert "Revert "Issue %3057 - Part 6: Revert some of the previous changes ↵Matt A. Tobin2022-04-09
| | | | | | | | | | | | for new approach."" This reverts commit 56b8a05db34fabefad74e20876309263066b5bce.
| * Revert "Issue %3057 - Part 9: Adjust all callsites for no longer using ↵Matt A. Tobin2022-04-09
|/ | | | | | GetNativePath" This reverts commit 097fa969802f76530384926e8ef1f56777be3783.
* ReconfigureMatt A. Tobin2022-04-09
| | | | | - Remove Jetpack and Devtools configure logic - Set omnijar back to its original name and compression
* Use BrandFullNameInternal for ClientsRegName and BrandShortName in BinOC AppsMatt A. Tobin2022-04-09
|
* Use generic multimedia libname for gkmediasMatt A. Tobin2022-04-09
|
* CLOBBERMatt A. Tobin2022-04-09
|
* Merge branch 'nss-upgrade' into TRUNKMatt A. Tobin2022-04-09
|\
| * [NSS/SEC?] Best Guess is a reduced scope CVE-2022-1097Matt A. Tobin2022-04-09
| | | | | | | | | | | | | | | | | | | | Bug 1745667 - Use-after-free in NSSToken objects I don't know why this bug number isn't the same as the one which ACTUALLY changed this functionality or why Moonzilla only went this far. However, it seems to work as-is but it may be reverted for a more complete patch based on the full bug changes. See also: https://hg.mozilla.org/projects/nss/rev/d7e8c2df6bcaa2d723c94659e67b033a0bdd5ab2 This also bumps the NSS Version to 3.64.1.4 where [Major].[Minor].[Aura Patch].[UXP Patch]
| * [NSS] Get NSS 3.64 gyp to understand disabling avx2 in freeblMatt A. Tobin2022-04-09
| |