Basilisk-Dev
08d7b89ee5
Issue #3049 - Disable unsupported JIT features in loongarch64 contexts
2026-06-28 06:39:56 +01: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
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
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
Moonchild
17031f216b
No issue - set UXP to dereference links in file open dialogs.
...
Since we (and Mozilla) currently don't have a solution for "auto" that
doesn't break usability for users, keep the old behavior for now.
2025-04-18 10:30:29 +08:00
roytam1
b86d97747f
Merge remote-tracking branch 'origin/tracking' into custom
2025-04-03 09:50:55 +08:00
Moonchild
1283a5f874
[widget] Extend the use of FOS_NODEREFERENCELINKS on Windows.
...
In the modern era of user-customizable Quick Access sidebars on every file
dialog, navigating via `.lnk` files is considerably less useful than it
was twenty years ago.
Disable link-following in file-open dialogs by default, to prevent any of
the usual security issues involving symlink smuggling.
Allow overriding this behavior via a pref, for users who want to trade off
this security issue for convenience of being able to follow links inside
file dialogs (older OSes and established user workflows).
Note: File Save dialogs have a set of more nuanced guards against link
smuggling and protected file access; this change doesn't affect that.
2025-04-03 09:50:02 +08:00
Moonchild
8b41e53028
Issue #2693 - Disable CSP reporting by default in the platform.
...
This is a temporary measure to work around CF OOM situations.
Reporting is desirable normally so webmasters get alerted to CSP issues,
and this should be flipped back on once we can.
2025-02-18 19:11:42 +08:00
roytam1
ebca3ddb1d
pref: disable security.csp.reporting.enabled
2025-02-13 21:01:08 +08:00
roytam1
f7298813f9
Merge remote-tracking branch 'origin/tracking' into custom
2025-02-06 09:30:57 +08:00
Moonchild
d377b3ae17
Bump default Firefox compatversion to 115.0
2025-02-06 09:21:11 +08:00
roytam1
310c05b97a
Merge remote-tracking branch 'origin/tracking' into custom
2024-11-21 21:09:29 +08:00
Moonchild
ef5f052d97
Issue #2657 - Remove -moz-samplesize resize-decoding for low-vram mobiles
...
Resolves #2657
2024-11-21 21:08:24 +08:00
Moonchild
75d698133f
Issue #2654 - Remove pre-allocated process manager.
...
Resolves #2654
2024-11-21 21:05:30 +08:00
Moonchild
7b6e3a2d4a
Issue #2653 - Part 1: Initial cleanup of AppId and isolated mozbrowser.
...
This removes a lot of the plumbing for having the platform embed itself
through IPC which was required for B2G running the browser as both
shell and browser application.
2024-11-21 21:01:27 +08:00
roytam1
1b648cc1d8
Merge remote-tracking branch 'origin/tracking' into custom
2024-09-13 10:04:42 +08:00
FranklinDM
290489edda
Issue #2578 - Part 3: Expose CORS and CORS bypass preflight requests preferences.
2024-09-13 10:04:22 +08:00
FranklinDM
09b3c7a2d8
Issue #2578 - Part 1: Implement preference for controlling same-origin policy
2024-09-13 10:03:25 +08:00
roytam1
e5ac12c311
Merge remote-tracking branch 'origin/tracking' into custom
2024-08-15 09:42:08 +08:00
Moonchild
d44b309966
Issue #2554 - Block access to 0.0.0.0 on non-Windows OSes.
...
Resolves #2554 .
2024-08-15 09:38:35 +08:00
roytam1
8fbf81bb8a
pref: bump platform version pref
2024-07-18 22:34:51 +08:00
roytam1
a57b7e6ca4
Merge remote-tracking branch 'origin/tracking' into custom
2024-07-18 22:32:59 +08:00
FranklinDM
cac56b8e77
Issue #2486 - Part 1: Initial plumbing and CSSOM support for cascade layers
2024-07-18 22:31:18 +08:00
roytam1
0d1cf674f0
Merge remote-tracking branch 'origin/tracking' into custom
2024-07-10 14:55:58 +08:00
Moonchild
7cc4dcb680
Issue #2546 - Part 6: Remove canvas.imagebitmap_extensions.enabled preference.
2024-07-10 14:51:38 +08:00
Moonchild
18991a87f8
Issue #2542 - Part 8: Enable Sec-Fetch-* headers by default.
2024-07-10 14:49:21 +08:00