Commit Graph

  • d49f736e4e Merge remote-tracking branch 'origin/custom' into custom-platform custom-platform roytam1 2026-05-26 10:16:16 +08:00
  • 4d999e594c Merge remote-tracking branch 'origin/custom' into ia32 ia32 roytam1 2026-05-26 10:15:59 +08:00
  • 3c23f8ee4e Merge remote-tracking branch 'origin/tracking' into custom custom roytam1 2026-05-26 10:04:10 +08:00
  • f041eb0607 [DOM] Stop speech synthesis if the originating document is closed. tracking Moonchild 2026-05-25 20:32:10 +02:00
  • 9afa7a80cc [media] ffvpx patch: Fix leak in flac decoder in case of alloc failure. Moonchild 2026-05-25 19:10:46 +02:00
  • 2f73a3004b [DOM] Hold a strong ref to VoiceData in nsSynthVoiceRegistry::RemoveVoice. Moonchild 2026-05-25 18:56:57 +02:00
  • f83e05cf23 Bug 1784128 - Assert count passed to PR_Read/PR_Write in nsFileStreamBase fits INT32_MAX. Jens Stutte 2026-05-25 15:44:51 +02:00
  • b611d80223 [gfx/layout] Simplify textruns Moonchild 2026-05-25 14:59:51 +02:00
  • c690e26c67 No issue - Remove ISO-2022-JP from menu, overridability and detector. Moonchild 2026-05-25 13:08:29 +02:00
  • e9c3451d54 [libvorbis] Allocate memory with _ogg_malloc Moonchild 2026-05-25 11:44:16 +02:00
  • 4bf236902c [layout] Hide accessible carets when needed. Moonchild 2026-05-25 11:23:05 +02:00
  • 244c614a47 [DOM] Check values in audio resampling. Moonchild 2026-05-25 10:57:18 +02:00
  • 62d731d2c2 Bug 2029818 - avoid refcount over-release in CERT_CertChainFromCert error path. John Schanck 2026-05-25 10:22:44 +02:00
  • 2a26d9508b [NSS] Fix use of uninitialized length after failed PK11_SignWithMechanism/SymKey. Moonchild 2026-05-25 07:27:51 +02:00
  • 918dea3623 Merge remote-tracking branch 'origin/custom' into custom-platform roytam1 2026-05-25 21:03:19 +08:00
  • 18033f3f5c Merge remote-tracking branch 'origin/custom' into ia32 roytam1 2026-05-25 21:03:02 +08:00
  • 37a71cd845 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-25 18:43:49 +08:00
  • c144b4f403 Revert "Issue #3092 - Safely parallelize GC background finalization" Basilisk-Dev 2026-05-24 16:13:21 -04:00
  • d582d12ad8 Revert "Issue #3092 - Refactor WASM compilation handling" Basilisk-Dev 2026-05-24 14:58:21 -04:00
  • e95b229db8 Revert "Issue #3092 - Add new GC sweep tasks." Basilisk-Dev 2026-05-24 14:57:38 -04:00
  • ac0510f380 Revert "Issue #3092 - Implement BackgroundFinalizeTask for parallel garbage collection finalization" Basilisk-Dev 2026-05-24 14:57:38 -04:00
  • 52ce9ebea5 Revert "Issue #3092 - Implement parallel sweeping and compaction tasks" Basilisk-Dev 2026-05-24 14:55:47 -04:00
  • 860d4457ae Revert "Issue #3092 - Initial idle GC implementation" Basilisk-Dev 2026-05-24 14:54:58 -04:00
  • 3ae3595f6a Revert "Issue #3092 - Perform a minor GC on tab close" Basilisk-Dev 2026-05-24 14:53:56 -04:00
  • c36357a954 [NSS] Fix maxSize calculation in NSSUTIL_AddNSSFlagToModuleSpec. John Schanck 2026-05-25 06:43:53 +02:00
  • b3f801743b Bug 2027381 - improve error handling in SECITEM_DupArray with non-null arena. John Schanck 2026-05-24 22:30:38 +02:00
  • 349f46bbb2 [netwerk] Make socket transport hold a reference to TLSServerConnectionInfo. Moonchild 2026-05-24 21:48:55 +02:00
  • 8d4079866b Bug 2036905: Fix UDPSocketParent::ConnectInternal data race on mSocket. Randell Jesup 2026-05-24 21:22:57 +02:00
  • bb85939429 [netwerk] Make nsSocketTransport2::mConnectionFlags atomic. Moonchild 2026-05-24 21:10:00 +02:00
  • bb2275d400 [netwerk] nsRequestObserverProxy ref cleanup. Moonchild 2026-05-24 19:40:23 +02:00
  • 92b3f6dd67 Bug 2029782 - fix 8-byte over-read of AES-192 key buffer in x86 builds without USE_HW_AES. John Schanck 2026-05-24 15:10:06 +02:00
  • 57bef0265c Bug 2029771 - Heap use-after-free in [@ token_destructor] reading tok->pk11slot after nssToken_Destroy frees the token arena. John Schanck 2026-05-24 15:07:24 +02:00
  • 6511833580 [NSS] Avoid integer overflow when converting AVA value to hex string. John Schanck 2026-05-24 15:03:12 +02:00
  • 07201fa1ae [NSS] Initialize src in SEC_PKCS5GetIV Moonchild 2026-05-24 14:37:06 +02:00
  • 7167a8fabc [NSS] NSS_CMSContentInfo_SetContent: only modify cinfo if everything succeeds. Dana Keeler 2026-05-24 12:03:33 +02:00
  • 089170ae83 [NSS] Align PKCS7 digest array with digestAlgorithms. Dennis Jackson 2026-05-24 11:50:38 +02:00
  • aadb6beb07 [libjar] Check Jar entry names for nulls. Moonchild 2026-05-24 10:51:21 +02:00
  • 9179441f96 [NSS] Handle SEC_ASN1_NULL in sec_asn1e_contents_length. John Schanck 2026-05-24 10:16:24 +02:00
  • 300dd371b2 [NSS] Fix instances of softoken attributes freed after owning object. Moonchild 2026-05-24 10:09:28 +02:00
  • 7bbdccd376 [js] Use size_t when inflating UTF8 Iain Ireland 2026-05-24 09:08:03 +02:00
  • f5a84f4ad2 Issue #3053 - Implement CSSStyleSheet constructor Basilisk-Dev 2026-05-22 12:35:37 -04:00
  • 0915736715 Re-land: Fix devtools on 32-bit big endian platforms Moonchild 2026-05-21 09:11:43 +02:00
  • c8be827e03 Merge remote-tracking branch 'origin/custom' into custom-platform roytam1 2026-05-22 09:51:14 +08:00
  • c183aa106c Merge remote-tracking branch 'origin/custom' into ia32 roytam1 2026-05-22 09:50:47 +08:00
  • 829418a939 Follow-up rev 87776c74, restore Helper prototype changes roytam1 2026-05-22 09:50:18 +08:00
  • 2d43415e6f Merge remote-tracking branch 'origin/custom' into custom-platform roytam1 2026-05-22 09:32:02 +08:00
  • cdd572e404 Merge remote-tracking branch 'origin/custom' into ia32 roytam1 2026-05-22 09:31:44 +08:00
  • 87776c74a9 Revert "Implement FinalizationRegistry" and related commits. roytam1 2026-05-22 09:30:56 +08:00
  • 7727fababf Merge remote-tracking branch 'origin/custom' into custom-platform roytam1 2026-05-21 09:32:50 +08:00
  • 59e830e2b3 Merge remote-tracking branch 'origin/custom' into ia32 roytam1 2026-05-21 09:32:21 +08:00
  • c2aabd725b Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-21 09:31:55 +08:00
  • 13339f6e55 Fix build on NetBSD/aarch64 nia 2026-05-19 09:28:23 +02:00
  • 3155b16f2c Issue #888 - Follow-up: Spot-fix; set PREFIX in Dav1d config on Apple. Moonchild 2026-05-19 09:02:10 +02:00
  • 57cd574884 Issue #2354 - Follow-up: Fix building WebRTC on 32-bit ARM without hardware float. Brian Smith 2026-05-06 00:47:33 -05:00
  • 3d04e32447 Revert "Issue #3092 - Perform a minor GC on tab close" roytam1 2026-05-21 00:06:48 +08:00
  • 09e3c0c55c Merge remote-tracking branch 'origin/custom' into custom-platform roytam1 2026-05-19 13:56:29 +08:00
  • 8dc6159804 Merge remote-tracking branch 'origin/custom' into ia32 roytam1 2026-05-19 13:56:06 +08:00
  • 808697c1df dav1d: port WinXP threading code from mypal68, guard AVX usages with GetVersion() > 5, exclude AVX* assembly from non-x64 build, add ipred16 smooth_weights in sse for non-x64 roytam1 2026-05-19 12:03:10 +08:00
  • 784f618b55 Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-19 10:18:44 +08:00
  • c182d70c0f Follow-up Issue #888 - Enable dav1d SIMD on more architectures, add back missing nasm detection code in configure roytam1 2026-05-19 10:18:28 +08:00
  • 179c78120c Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-19 10:03:48 +08:00
  • 7887ca767f Issue #888 - Add dav1d_flush ownedbywuigi 2026-05-11 13:43:05 -07:00
  • 03a6729a9e Issue #888 - Make symbols direct to dav1d, not AOM. ownedbywuigi 2026-05-11 13:40:32 -07:00
  • 83b19136b4 Issue #888 - (potentially) fix MSVC builderr ownedbywuigi 2026-05-11 13:15:47 -07:00
  • c95062af66 Issue #888 - Fix alphabetical order issue wuggy 2026-05-11 19:28:23 +01:00
  • 3a2f21abfb Issue #888 - Update AV1 configure comment for dav1d Basilisk-Dev 2026-05-11 11:41:19 -04:00
  • 2bd46d4606 Issue #888 - Enable AV1 playback by default Basilisk-Dev 2026-05-11 10:52:21 -04:00
  • d328cef713 Issue #888 - Enable dav1d SIMD on more architectures Basilisk-Dev 2026-05-11 10:16:34 -04:00
  • 2d83afa321 Issue #888 - Remove bundled libaom Basilisk-Dev 2026-05-11 09:55:05 -04:00
  • d36f889688 Issue #888 - Enable dav1d LoongArch SIMD Basilisk-Dev 2026-05-11 09:48:44 -04:00
  • 4d1cefd2a1 Issue #888 - Use in-tree dav1d for AV1 decoding Basilisk-Dev 2026-05-11 09:43:27 -04:00
  • ca94696239 Issue #888 - Vendor dav1d 1.5.3 Basilisk-Dev 2026-05-11 09:31:45 -04:00
  • 92f40774ad Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-19 09:39:53 +08:00
  • f3c6da5987 Fix WeakRef constructor realm prototype Basilisk-Dev 2026-05-10 19:17:00 -04:00
  • 890fb3f399 Fix FinalizationRegistry constructor realm prototype Basilisk-Dev 2026-05-10 19:08:17 -04:00
  • 50c1419e75 Implement FinalizationRegistry Basilisk-Dev 2026-05-10 17:16:03 -04:00
  • 6861bedff6 Make WeakRef support always enabled Basilisk-Dev 2026-05-10 11:47:18 -04:00
  • a02580dae4 Fix incorrect variadic for size_t in fprintf statement in hyphen.c. Moonchild 2026-05-18 12:41:20 +02:00
  • e21c4e2917 Fix ArrayBuffer storage and error types Basilisk-Dev 2026-05-15 21:42:53 -04:00
  • 61912d2318 Fix ArrayBuffer slice after resizable source shrink Basilisk-Dev 2026-05-15 21:26:56 -04:00
  • 7613d2901f Validate typed array set and constructors on resizable buffers Basilisk-Dev 2026-05-15 21:15:01 -04:00
  • 3cb76bb20e Validate typed array methods on resizable buffers Basilisk-Dev 2026-05-15 20:55:57 -04:00
  • aea80980ad Fix resizable DataView out-of-bounds semantics Basilisk-Dev 2026-05-15 20:41:27 -04:00
  • 8b09714bbc Support BigInt Atomics waiters Basilisk-Dev 2026-05-15 20:22:42 -04:00
  • 366476589f Support DataView on shared array buffers Basilisk-Dev 2026-05-15 20:15:09 -04:00
  • d97a2eb04f Guard typed array JIT paths for resizable buffers Basilisk-Dev 2026-05-15 20:01:02 -04:00
  • 6f3f17ba86 Implement resizable buffer view semantics Basilisk-Dev 2026-05-15 19:40:53 -04:00
  • 22cb023133 Implement Atomics.waitAsync Basilisk-Dev 2026-05-15 19:16:34 -04:00
  • 2e51dc9f09 Implement growable SharedArrayBuffer Basilisk-Dev 2026-05-15 19:02:03 -04:00
  • e317bf10fc Allow symbols as weak collection keys Basilisk-Dev 2026-05-15 18:48:12 -04:00
  • 3be309faa7 Implement ES2024 ArrayBuffer transfer APIs Basilisk-Dev 2026-05-15 18:35:44 -04:00
  • e1b689d34e Implement ES2024 grouping and resolver builtins Basilisk-Dev 2026-05-15 18:17:24 -04:00
  • 0933486bde Merge remote-tracking branch 'origin/tracking' into custom roytam1 2026-05-19 09:20:42 +08:00
  • 6f47a2b0da Fix JS shell module hook build Basilisk-Dev 2026-05-15 18:17:17 -04:00
  • e9826f5559 Issue #3092 - Safely parallelize GC background finalization Basilisk-Dev 2026-05-10 22:17:56 -04:00
  • f0cba41221 Issue #3092 - Fix unsafe GC multithreading changes Basilisk-Dev 2026-05-10 21:11:17 -04:00
  • 1d3dad153b Issue #3092 - Perform a minor GC on tab close ownedbywuigi 2026-05-10 12:48:33 -07:00
  • 18ddd00afe Issue #3092 - Initial idle GC implementation ownedbywuigi 2026-05-10 11:56:54 -07:00
  • 3433d538ed Issue #3092 - Implement parallel sweeping and compaction tasks for improved garbage collection performance ownedbywuigi 2026-05-10 10:07:06 -07:00
  • c06776336d Issue #3092 - Implement BackgroundFinalizeTask for parallel garbage collection finalization ownedbywuigi 2026-05-10 06:38:06 -07:00