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
roytam1
ae1f9364cd
Merge remote-tracking branch 'origin/tracking' into custom
2025-08-14 08:55:16 +08:00
Moonchild
df3b213459
Issue #2837 - Implement prefers-reduced-motion media query.
...
Resolves #2837
2025-08-14 08:11:04 +08:00
roytam1
db9b04cc44
Merge remote-tracking branch 'origin/tracking' into custom
2025-08-04 21:33:36 +08:00
Moonchild
1ffa7569e9
Issue #2714 - Enable the Visual Viewport API by default.
...
Flip the pref. We want this on by default for web compat.
Users can disable it if they really want to, but it doesn't expose
anything of note to web content anyway that can't already be determined.
2025-08-04 21:32:58 +08:00
Moonchild
a036cfeb69
Issue #2714 - Implement the Visual Viewport API
...
This DOM/Web API is entirely irrelevant for desktop use.
We give back the width/height of the root scrollframe of content and
for scale we pass forward our dpp resolution (usually 1.0).
Since we have no "no touch" zones in our content on desktop,. the rest
(origin and offset) is hard-coded to (0,0).
2025-08-04 21:32:39 +08:00
roytam1
4c1a4a4402
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-29 10:44:33 +08:00
Francis Dominic Fajardo
37230e7b21
Issue #2835 - Part 2: Implement processing of import rules based on order of appearance
2025-07-29 10:08:01 +08:00
roytam1
7f3ccb5dc3
Merge remote-tracking branch 'origin/tracking' into custom
2025-05-27 23:22:51 +08:00
Shadow
2a2236d4d9
No issue - Remove obsolete pref.
...
Bug 1356751
Remove unused pref `layout.frame_rate.precise`
2025-05-27 23:18:38 +08:00
roytam1
e72f8a3a81
Merge remote-tracking branch 'origin/tracking' into custom
2025-05-14 14:36:05 +08:00
Shadow
422ca16a8e
No Issue - Remove obsolete pref.
...
Bug 1193695
Removes obsolete preference "gfx.prefer-mesa-llvmpipe"
The code which made use of it was removed.
2025-05-14 14:20:49 +08:00
Moonchild
facab7f0ab
No issue - Bump general.useragent.compatMode.version to 128.0
2025-05-14 14:20:31 +08:00
Moonchild
055765d101
No issue - Explicitly indicate image/apng in Accept: header
2025-05-14 14:01:29 +08:00
Moonchild
0e02e94278
No issue - Include all non-ubiquitous image and media types in nav Accept:
...
See: https://github.com/whatwg/fetch/issues/274#issuecomment-2841053461
Considering the ubiquitous nature of gif, jpg, png, mp4, avi, etc. those
are left out, leaving just jxl, webp, x-matroska (mkv) and webm as
explicitly mentioned supported formats for conneg.
Note: it's not clear where network.http.accept.image is used in practice
because our normal place to use the image override (imgloader) uses
a different pref (image.http.accept).
2025-05-14 14:01:11 +08:00
roytam1
42e13fd8bf
Merge remote-tracking branch 'origin/tracking' into custom
2025-04-18 10:32:18 +08:00
Moonchild
d13c759467
Issue #2726 - Remove obsolete FirefoxOS MMS prefs
...
These aren't referenced anywhere.
Resolves #2726
2025-04-18 10:30:47 +08:00