Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge pull request 'Issue #2058 - Upgrade usrsctp library' (#2297) from ↵ | Moonchild | 2023-09-28 | |
|\ \ | | | | | | | | | | | | | | | | Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2297 | |||
| * | | Issue #2058 - add patches from dbsoft to fix Mac and FreeBSD builds | Basilisk-Dev | 2023-09-25 | |
| | | | ||||
| * | | Issue #2058 - restore FBSDID | Basilisk-Dev | 2023-09-23 | |
| | | | ||||
| * | | Issue #2058 - fix OS defines for Windows builds | Basilisk-Dev | 2023-09-22 | |
| | | | ||||
| * | | Issue #2058 - fix typo | Basilisk-Dev | 2023-09-22 | |
| | | | ||||
| * | | Issue #2058 - fix issues with sctp_bsd_addr.c memory allocation causing breakage | Basilisk-Dev | 2023-09-22 | |
| | | | ||||
| * | | Issue #2058 - apply additional patches from dbsoft for OS defines | Basilisk-Dev | 2023-08-31 | |
| | | | ||||
| * | | Issue #2058 - Apply patches from dbsoft to fix Mac and FreeBSD builds | Basilisk-Dev | 2023-08-28 | |
| | | | ||||
| * | | Issue #2058 - Fix build issues in DataChannel.cpp after sctp upgrade | Basilisk-Dev | 2023-08-26 | |
| | | | ||||
| * | | Issue #2058 - Cleanup obsolete code from netwerk/sctp | Basilisk-Dev | 2023-08-26 | |
| | | | | | | | | | | | | Port of commit 84fa3f9f72e1221c5cd9e0723bffd0c4475e4914 | |||
| * | | Issue #2058 - Initial update of usrsctp library | Basilisk-Dev | 2023-08-26 | |
| | | | ||||
* | | | Merge pull request 'Intel Ion: Don't test for a 3-byte opcode in a 2-byte ↵ | Moonchild | 2023-09-28 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | opcode predicate.' (#2319) from dbsoft/UXP:ion-fix into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2319 | |||
| * | | | No Issue - IonMonkey: Don't test for a 3-byte opcode in a 2-byte opcode ↵ | Brian Smith | 2023-09-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | predicate. https://bugzilla.mozilla.org/show_bug.cgi?id=1390214 Silence increasingly loud warnings from clang, also could cause errant behavior. | |||
* | | | | Merge pull request 'Cherry-pick upstream libvpx fix for CVE-2023-5217' ↵ | Moonchild | 2023-09-28 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | (#2320) from Basilisk-Dev/UXP-contrib:libvpx-cve into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2320 | |||
| * | | | Cherry-pick upstream libvpx fix | Basilisk-Dev | 2023-09-28 | |
| |/ / | | | | | | | | | | | | | Backport of https://hg.mozilla.org/releases/mozilla-esr115/rev/5241232a3292943bd59ff1704eab60fee3cbc9d1 Addresses CVE-2023-5217 | |||
* | | | [network] Refactor TransactionObserver::OnDataAvailable() | Moonchild | 2023-09-27 | |
| | | | ||||
* | | | [js] Handle dead wrappers | André Bargull | 2023-09-27 | |
| |/ |/| | ||||
* | | Merge branch 'alloc-cleanup-work' | Moonchild | 2023-09-27 | |
|\ \ | ||||
| * | | [memory] Guard OOM reporter from incorrectly reported (too small) size. | Moonchild | 2023-09-26 | |
| | | | ||||
| * | | [memory] Remove likely/unlikely duplication in mozalloc. | Moonchild | 2023-09-26 | |
| | | | | | | | | | | | | We already have this in mozilla/Likely.h, use that instead. | |||
| * | | [memory] Remove MOZALLOC_INLINE | Moonchild | 2023-09-26 | |
|/ / | | | | | | | | | MOZ_ALWAYS_INLINE_EVEN_DEBUG is always defined through mozilla/Attributes.h, so the fallbacks are never used in practice. | |||
* | | Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/UXP | Moonchild | 2023-09-26 | |
|\ \ | ||||
| * \ | Merge pull request 'Replace libav's FFT functions with the ones from FFmpeg ↵ | Moonchild | 2023-09-25 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | and remove now unused libav source files.' (#2312) from trav90/UXP-contrib:media-work into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2312 | |||
| | * | | Issue #2311 - Part 7 - Unset CONFIG_DCT and CONFIG_FFT | trav90 | 2023-09-22 | |
| | | | | | | | | | | | | | | | | These functions aren't be needed at the moment and disabling them should fix builing on Windows. | |||
| | * | | Issue #2311 - Part 6 - Remove now unused libav source files | trav90 | 2023-09-20 | |
| | | | | ||||
| | * | | IIssue #2311 - Part 5 - Only load function pointer in FFTBlock once | trav90 | 2023-09-20 | |
| | | | | ||||
| | * | | Issue #2311 - Part 4 - Use FFTBlock from ffvpx instead of libav | trav90 | 2023-09-20 | |
| | | | | ||||
| | * | | Issue #2311 - Part 3 - Add accessor for ffvpx real DFT functions | trav90 | 2023-09-20 | |
| | | | | ||||
| | * | | Issue #2311 - Part 2 - Link ffmpeg real DFT functions | trav90 | 2023-09-20 | |
| | | | | ||||
| | * | | Issue #2311 - Part 1 - Add ffmpeg's own floating point real FFT functions to ↵ | trav90 | 2023-09-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ffvpx Instead of using Libav's. | |||
* | | | | Merge branch '2316-drawimage-svg-work' | Moonchild | 2023-09-26 | |
|\ \ \ \ | |/ / / |/| | | | | | | | Resolves #2316 | |||
| * | | | Issue #2316 - Part 3: Clarify comment | Moonchild | 2023-09-26 | |
| | | | | ||||
| * | | | Issue #2316 - Part 2: Add reftests | Moonchild | 2023-09-26 | |
| | | | | ||||
| * | | | Issue #2316 - Part 1: Use fallback element sizes for w/h-less SVG | Moonchild | 2023-09-26 | |
|/ / / | | | | | | | | | | | | | Instead of completely failing the call, use the CSS specified intrinsic default width/height of 300x150. | |||
* | | | Merge pull request 'Implement WebAssembly sign extension opcodes.' (#2315) ↵ | Moonchild | 2023-09-25 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | from dbsoft/UXP:wasm-sign2313 into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2315 | |||
| * | | | Issue #2313 - Implement WebAssembly sign extension opcodes. | Brian Smith | 2023-09-22 | |
|/ / / | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1389461 | |||
* | | | Issue #2307 - Follow-up: remove some missed SIMD scalar types. | Moonchild | 2023-09-22 | |
| | | | ||||
* | | | Clobber and goanna version bump. | Moonchild | 2023-09-22 | |
| | | | ||||
* | | | Merge branch 'simdjs-removal' | Moonchild | 2023-09-21 | |
|\ \ \ | |/ / |/| | | ||||
| * | | Merge branch 'master' into simdjs-removal | Moonchild | 2023-09-20 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request 'Collection of BigInt related fixes from working on ↵ | Moonchild | 2023-09-20 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Proton Mail issue' (#2310) from dbsoft/UXP:bigint-incdec into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2310 | |||
| * | | | Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for ↵ | Brian Smith | 2023-09-18 | |
| | | | | | | | | | | | | | | | | Doubles in Ion. | |||
| * | | | Issue #2308 & #1240 Follow-up - Replace JSOP_POS in ++/-- with JSOP_TONUMERIC. | Brian Smith | 2023-09-17 | |
| | | | | | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1519135 | |||
| * | | | Issue #2308 & #1240 Follow-up - Fill in missing JSOP_INC/DEC cases for Ion ↵ | Brian Smith | 2023-09-17 | |
| | | | | | | | | | | | | | | | | on Intel32/64. | |||
| * | | | Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC. | Brian Smith | 2023-09-17 | |
| | | | | | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1526309 | |||
| * | | | Issue #2308 & #1240 Follow-up - Introduce new increment and decrement ↵ | Brian Smith | 2023-09-16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | operations. https://bugzilla.mozilla.org/show_bug.cgi?id=1508521 | |||
| * | | | Issue #2308 - Fix JSON BigInt regressions. | Brian Smith | 2023-09-11 | |
| | | | | | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1522433 | |||
| * | | | Issue #2282 - Performance observer safety checks. | Brian Smith | 2023-09-07 | |
| | | | | | | | | | | | | | | | | Both fixes from later revisions, without the Dispatch API changes. | |||
| * | | | Issue #2026 Follow-up: Fill in missing BigInt64 cases in ↵ | Brian Smith | 2023-09-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | js::IsTypedArrayConstructor(). Hopefully fixes RSA errors on ProtonMail. | |||
* | | | | Issue #2309 - Cherry-pick upstream libwebp fix. | Moonchild | 2023-09-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Backport of: https://chromium.googlesource.com/webm/libwebp.git/+/2af26267cdfcb63a88e5c74a85927a12d6ca1d76 Resolves #2309 |