wuggy
b898673be8
WebUSB initial commit
2026-09-19 11:35:20 -07:00
wuggy
1190eb1c6a
WebRender preference (gfx.webrender.enable, false by default)
2026-09-17 23:27:05 -07:00
EAZYBLACK
1414824320
Add VP9 Hardware Decoding with DXVA (Non-MFT), Vista+
...
Thanks to Maggie (imjustsomeoneiguess) on discord for helping with a lot of this VP9 media code.
This is the first browser so far to support VP9 Non MFT
2026-09-15 18:36:03 +03:00
EAZYBLACK
6ad01d940b
Add Hardware Accelerated VP9 Support
...
This is Windows 10+ only for now due to a vp9 decoder mft being needed
Fix for older windows is being worked on.
2026-09-13 10:42:24 +03:00
wuggy
b5445fd195
Merge branch '14.0' of https://repo.dactyloidae.xyz/Dactyloidae/UXP into 14.0
2026-09-12 11:59:48 -07:00
EAZYBLACK
5ec85f3abe
Remove DirectShow as it doesn't work properly.
2026-09-12 21:58:21 +03:00
wuggy
25c4eb5efb
[WIP] D3D11 gpu accel
2026-09-12 08:57:32 -07:00
wuggy
1d44f05fba
clang on windows support
2026-09-10 08:32:59 -07:00
wuggy
77cfca739d
Add DirectShow in about:support
2026-09-09 05:34:07 -07:00
wuggy
96bc206271
Drag DirectShow back from the dead, force H264 support
2026-09-08 06:59:43 -07:00
wuggy
fe26390483
enable async pan/zoom (Issue #29 @ lun3r)
2026-08-06 17:32:38 -07:00
Basilisk-Dev
c835378c6e
Issue MoonchildProductions/UXP#2306 : Fix spacing
2026-08-06 16:03:21 -07:00
Basilisk-Dev
3cf82e2ca1
Issue MoonchildProductions/UXP#2306 : Add pref-gated WeakRef with safe stub when disabled
...
* Add javascript.options.weakrefs and plumb it through context options, XPConnect, and workers
* Keep referents alive via strong tracing when the pref is off so deref() still returns the target
* Retain weak-edge semantics when the pref is enabled
2026-08-06 16:03:20 -07:00
Basilisk-Dev
c88750f498
Issue #2862 - css nesting pref true by default
2026-07-31 19:28:34 +01:00
Basilisk-Dev
1453b6fd78
Issue #2862 - Initial attempt at a css lowering
2026-07-31 19:28:32 +01:00
wuggy
175e0de509
revert to rt1's zlib
2026-07-13 03:46:59 -07:00
wuggy
e15e91494a
ifdef define clang zlib
2026-06-30 06:50:26 +01:00
Basilisk-Dev
71c63cd70f
Issue #3049 - loongarch64: drop inert minimal JIT path
2026-06-28 06:46:12 +01:00
Basilisk-Dev
2a171ff52a
Issue #3049 - Re-enable loongarch64 asm.js and native regexp
2026-06-28 06:41:04 +01:00
Basilisk-Dev
f796b3f7f1
Issue #3049 - Enable loongarch64 wasm runtime and Ion patching
2026-06-28 06:40:58 +01:00
Basilisk-Dev
81e98512a9
Issue #3049 - Enable loongarch64 Ion backend build and runtime
2026-06-28 06:40:31 +01:00
Basilisk-Dev
9d44c48014
Issue #3049 - Disable native regexp JIT on loongarch64
2026-06-28 06:40:30 +01:00
Basilisk-Dev
08d7b89ee5
Issue #3049 - Disable unsupported JIT features in loongarch64 contexts
2026-06-28 06:39:56 +01:00
ownedbywuigi
0467215439
Add <cstdint> header inclusion in angleutils.h and output.h
2026-04-23 08:10:39 +01: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
7917e6bed3
finally fix gcc building fully
2026-04-19 19:28:17 -07:00
wuggy
a5cf494890
Add support for compiling under MinGW + fix Windows compiling in general
2026-04-17 15:05:11 -07:00
wuggy
a835672d9b
HOLY SHIT IT LAUNCHES
2026-04-16 19:58:56 -04:00
wuggy
26f7249898
i HATE ZLIB PART 2
2026-04-16 19:42:31 -04:00
wuggy
8663fb0a82
I HATE ZLIB I HATE ZLIB I HATE ZLIB
2026-04-16 19:38:57 -04:00
wuggy
1f8c30514e
Linux support take 2
2026-04-16 19:33:34 -04:00
wuggy
4898f49c28
[BETA] GNU/Linux support
2026-04-16 16:14:49 -04:00
wuggy
efa9662725
Resolve git conflict in goanna.js
2026-04-08 15:41:01 -07:00
wuggy
62e367cb90
Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths"
...
This reverts commit b21588597c .
2026-04-08 15:27:04 -07:00
ownedbywuigi
8c34d56b90
Pt 2
2026-04-05 18:06:53 +01:00
ownedbywuigi
427b543e22
Fix building on Windows
2026-04-05 17:37:16 +01:00
wuggy
29bfa4fc7f
IT LAUNCHES ON OS X
2026-04-05 02:08:42 +01:00
wuggy
2ab5bcf93d
[BETA] macOS support
2026-04-04 15:51:31 +01:00
ownedbywuigi
14f1894779
Add dark mode to the browser
2026-04-02 15:45:15 +01:00
ownedbywuigi
df01f3e6f5
Optimise caching preferences + 2G disk cache cap from 512M
2026-03-28 11:29:53 +00:00
ownedbywuigi
2cd5702611
Attempt to fix the browser "hiccups" commonly found in UXP (seems to be successful?)
2026-03-28 11:20:14 +00:00
ownedbywuigi
9c1cdcf541
Bigger JIT warm-up preferences
2026-03-28 08:31:04 +00:00
ownedbywuigi
6f4da14ee2
Add JIT warm-up threshold preferences for baseline and ion compilation
2026-03-28 07:34:59 +00:00
ownedbywuigi
8046f8b4aa
try to fix the images not rendering on yeezy.com
2026-03-27 17:07:32 +00:00
ownedbywuigi
35aa94b223
Increase image cache size and adjust related parameters for improved performance
2026-03-27 15:23:58 +00:00
Moonchild
6f109c5fbc
[libjar] Throw when we know a file was truncated.
2026-03-11 18:27:12 +00:00
Moonchild
07666a5303
Issue #2955 - Implement form.requestSubmit(element)
2026-03-06 04:41:35 +00:00
K4sum1
8b80d1e84e
Windows theme version override
2025-09-27 19:44:32 -07:00