Commit graph

7,518 commits

Author SHA1 Message Date
wuggy
b5fa01096c Enhance optimization tracking by caching last accessed types and attempts, and improve string search functions with early exit for empty search strings.
Co-authored-by: Copilot <copilot@github.com>
2026-04-26 11:18:52 -07:00
wuggy
a2a4c62a9b Refactor PerformanceObserver to use hash tables for entry type validation and improve ThrottleInputStream state management 2026-04-26 11:13:27 -07:00
wuggy
cd020e380d Optimize array capacity settings in style and SVG processing classes 2026-04-26 11:07:52 -07:00
ownedbywuigi
d8c48d6830 Issue #451 part 2a - Enable OpenMP parallelization for CopyValues in SelfHosting.cpp 2026-04-25 09:49:36 +01:00
ownedbywuigi
b66a74daf6 Issue #451 part 1 - use OpenMP for SoundTouch 2026-04-25 09:40:24 +01:00
ownedbywuigi
952767296d Issue #3057 - Implement new <select> HTML parser rules 2026-04-25 09:01:45 +01:00
Basilisk-Dev
2415b3eaaf Issue #3049 - backport libffi loongarch support 13.2-pre1.2 2026-04-24 11:38:22 -07:00
wuggy
ee2f40b5f0 I Did Not Clobberbuild, What Happens Next Is Shocking (part 2) 2026-04-24 00:28:14 -07:00
wuggy
a03f914c47 I Did Not Clobberbuild, What Happens Next Is Shocking 2026-04-24 00:22:03 -07:00
wuggy
0f27590a85 Update branding to use Gitea instead of GitHub 2026-04-23 23:03:38 -07:00
wuggy
318d2a14ec Move away from Basilisk useragent, will probably cause regressions. 2026-04-23 22:58:15 -07:00
wuggy
224f4ac229 Fix merge-conflict markers in moz.build (whoops) 2026-04-23 22:21:46 -07:00
wuggy
b913fa62d9 Enhance DNS prefetching by resolving URIs against the document base URI 2026-04-23 22:19:46 -07:00
wuggy
ad5d1d60e5 Merge branch 'main' of https://repo.dactyloidae.xyz/Dactyloidae/UXP 2026-04-24 02:56:51 +08:00
wuggy
4308daf9f6 Add mozconfig for loongarch64 2026-04-24 02:54:36 +08:00
ownedbywuigi
1734194e85 Fix typo 2026-04-23 09:56:04 +01:00
ownedbywuigi
934f88a40e Modify credits 2026-04-23 09:55:51 +01:00
ownedbywuigi
82a4ca42c2 Modify README 2026-04-23 09:42:57 +01:00
ownedbywuigi
a71a4c6d6d Add <cstdint> header inclusion in GMPDeviceBinding.h and GMPDeviceBinding.cpp 2026-04-23 08:21:57 +01:00
ownedbywuigi
0467215439 Add <cstdint> header inclusion in angleutils.h and output.h 2026-04-23 08:10:39 +01:00
ownedbywuigi
af7e077e83 Add <new> header inclusion in hb.hh 2026-04-23 08:08:03 +01:00
ownedbywuigi
3812be3fd7 Add support for Loongarch architecture in double-conversion-utils.h 2026-04-23 07:52:59 +01:00
ownedbywuigi
d8cb54ee92 Force C++17 2026-04-23 07:49:40 +01:00
ownedbywuigi
af1dbe8db9 Add support for Loongarch architecture in Linux configuration files 2026-04-23 07:44:53 +01:00
ownedbywuigi
3b891733fd Fix the damn conflict 2026-04-23 06:23:06 +01:00
Basilisk-Dev
34fb5b8946 MoonchildProductions/UXP#2897: Undo mistakenly overwritten file in libavutil 2026-04-23 06:22:58 +01:00
Basilisk-Dev
5dc90752dd MoonchildProductions/UXP#2897: Import upstream libyuv fixes to fix Clang compilation on Loongarch64 2026-04-23 06:20:56 +01:00
Basilisk-Dev
59c74b71e2 MoonchildProductions/UXP#2897: Modify webrtc to compile on loongarch64 2026-04-23 06:20:45 +01:00
Basilisk-Dev
5e4e20d69f MoonchildProductions/UXP#2897: Specify 16k pagesize for loongarch64 in jemalloc 2026-04-23 06:20:13 +01:00
Basilisk-Dev
10f50ce4f7 MoonchildProductions/UXP#2897: Added a loongarch atomic-ops implementation 2026-04-23 06:19:54 +01:00
Basilisk-Dev
94217bc365 MoonchildProductions/UXP#2897: backport upstream xptcinvoke and xptcstubs for Loongarch64 2026-04-23 06:19:39 +01:00
Basilisk-Dev
d7963fcc9e MoonchildProductions/UXP#2897: Fix ffvpx build on loongarch64 2026-04-23 06:19:15 +01:00
Basilisk-Dev
8dde509b85 MoonchildProductions/UXP#2897: Add LA64 to webrtc build config 2026-04-23 06:18:38 +01:00
Basilisk-Dev
c69b41b80c MoonchildProductions/UXP#2897: Allow mfbt/double-conversion to compile on LA64 2026-04-23 06:18:23 +01:00
Basilisk-Dev
09a06eace0 MoonchildProductions/UXP#2897: Fix IPC to compile on LA64 2026-04-23 06:14:47 +01:00
Basilisk-Dev
cfb4ac338e MoonchildProductions/UXP#2897: Allow mach configure to pass on loongarch64 2026-04-23 05:43:04 +01:00
wuggy
def0f21065 Optimize argument handling in array and math functions by caching argument counts 2026-04-22 10:57:09 -07:00
wuggy
bd8939adb7 Optimize array length handling in ArraySetLength and array_unshift by caching property and argument counts 2026-04-22 07:45:40 -07:00
wuggy
5a3a5606e2 Optimize string handling in str_fromCharCode and str_fromCodePoint by using Latin1Char for single-byte characters 2026-04-22 07:31:53 -07:00
wuggy
5697dc9c6b Refactor loop index handling in IonBuilder and string functions for clarity 2026-04-22 07:26:05 -07:00
wuggy
2c30d61740 Optimize substring handling in js::SubstringKernel by caching leftChild length 2026-04-22 03:35:52 -07:00
wuggy
df7595c912 Organize mozconfigs by platform 2026-04-22 02:50:57 -07:00
wuggy
203d58a5cd (from Waterfox Classic) Refactor addonId access in BasePrincipal and related files 13.2-pre1.1 2026-04-22 00:13:33 -07:00
wuggy
ef314d225f Replace custom stdlib implementations with the compiler defaults 2026-04-21 23:43:14 -07:00
wuggy
be4773e168 add x86 build optimisations to zlib-ng (part 2) 2026-04-21 22:51:58 -07:00
wuggy
543027b3a0 Fix symbol errors with zlib-ng (part 1.1 in generic arch build) 2026-04-21 22:47:33 -07:00
wuggy
4517e2f525 Swap zlib for zlib-ng (verison d1afe3a) part 1 (generic arch, bare minimum building) 2026-04-21 22:24:50 -07:00
wuggy
2ecfbe9409 Fix linking error on MSVC (should now link mozglue on both MSVC and GCC) 2026-04-21 01:01:39 -07:00
wuggy
5212aa7bf1 Revert "implement lazy-loading"
This reverts commit 629f4db8fe.
2026-04-20 22:11:06 -07:00
wuggy
1639a538c2 Fix runtime issues under GCC on WIndows 2026-04-20 03:33:57 -07:00