ownedbywuigi
f2d3eb036b
Add a 'reason code' for when there isn't a reason string for a "corrupt extension"
2026-04-01 13:52:00 +01:00
ownedbywuigi
8bf148471c
Add a "close all tabs to the left" button + fix compile error
2026-04-01 11:35:08 +01:00
ownedbywuigi
ea6b948f3b
(from mypal68) Full webRequest support
2026-03-31 23:52:46 +01:00
ownedbywuigi
d90e52fac4
(from mypal68) Add incognito and windowId support to webRequest filtering
2026-03-31 21:25:53 +01:00
ownedbywuigi
223d5d6a25
Spoof to Firefox 128 for WebExtensions
2026-03-31 20:30:49 +01:00
ownedbywuigi
f2703f7f95
webRequest support
2026-03-31 20:04:18 +01:00
ownedbywuigi
c961f4e45c
Enhanced WebExtension support + detailed reason on why a extension is "corrupt"
2026-03-31 14:37:57 +01:00
ownedbywuigi
f342f6ce12
Revert one process per tab, regression in backspace handling
2026-03-29 23:00:40 +01:00
ownedbywuigi
eca96d42e6
One process per tab for e10s
2026-03-29 22:27:29 +01:00
ownedbywuigi
0d1c6220b3
Initial effort to add e10s
2026-03-29 21:55:25 +01:00
wuggy
3c52e5eb8a
Revert back to 12.1 codebase
2026-03-26 19:29:20 +00:00
K4sum1
d745ac5721
Branding inprogress
2025-09-27 19:44:33 -07:00
K4sum1
b7ed146126
Branding part 0
2025-09-27 19:36:55 -07:00
K4sum1
4c8497ec46
Fix coloring on XP
2025-09-27 19:36:54 -07:00
K4sum1
76fa1af460
Hardcoded generic branding
2025-09-27 19:36:53 -07:00
K4sum1
413bd9a872
Packager improvements
2025-09-27 19:36:50 -07:00
K4sum1
8840299c26
Fix installer missing dlls
2025-09-27 19:36:49 -07:00
K4sum1
633ef1c426
Mypal portable mode
2025-09-27 19:36:46 -07:00
K4sum1
6be1c0968c
misc fixs
2025-09-27 19:36:43 -07:00
K4sum1
88b6304ad7
Add back localized e10s text
2025-09-27 19:36:39 -07:00
K4sum1
e80beccfe4
Revert "Issue #1229 - Remove fallback for $INSTDIR"
...
This reverts commit c87432ab7e .
2025-09-27 19:36:38 -07:00
roytam1
4c1a4a4402
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-29 10:44:33 +08:00
MeladJM
70cbf0dfd3
Issue #2790 - Cleanup: Remove whitespaces
2025-07-29 10:41:22 +08:00
MeladJM
459ed6ea85
Issue #2790 - Cleanup: Remove debugging lines
2025-07-29 10:41:05 +08:00
MeladJM
156c755085
Issue #2790 - Part 5: Persistent highlight despite blur click
2025-07-29 10:36:38 +08:00
MeladJM
bf8cfcc980
Issue #2790 - Part 4: Working non persistent autofill highlight
2025-07-29 10:35:07 +08:00
MeladJM
4cdfb9e16b
Issue #2790 - Part 3: Address BZ bug 1849122 and resolve build issues
2025-07-29 10:14:48 +08:00
MeladJM
d99eab0d9d
Issue #2790 - Part 2: Address BZ bugs: 1355438 and 1341230
2025-07-29 10:14:23 +08:00
MeladJM
13d1054046
Issue #2790 - Part 1: Add: event state, pseudo-class mapping, SetAutofilled methods
2025-07-29 10:14:06 +08:00
roytam1
be6796bb20
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-25 07:33:44 +08:00
Francis Dominic Fajardo
b992da05eb
Issue #2826 - Set up fontconfig on XRE startup (GTK only)
2025-07-25 07:30:17 +08:00
roytam1
b59402a1f9
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-16 15:39:18 +08:00
MeladJM
5e8e1208e7
Issue #2499 - Part 3: Add CSS clip overflow support with serialization fixes
2025-07-16 15:20:45 +08:00
roytam1
fbb39ce322
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-08 10:02:11 +08:00
Andy
1a5b3dcae6
Issue #2106 - Follow-up: Additional Un-prefixing
2025-07-08 10:00:02 +08:00
roytam1
bd335d6284
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-07 11:59:17 +08:00
Jerico
17b594b705
Issue #2106 - Part 2: Align value names
2025-07-07 11:19:20 +08:00
roytam1
6414271c91
Merge remote-tracking branch 'origin/tracking' into custom
2025-06-17 09:32:50 +08:00
yup
72a17a5284
Fix loop for column picker's drop-down menu ( #2758 )
...
This fixes an oversight in the loop going over column enumeration for column selection.
Resolves #2759
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2758
Co-authored-by: yup <yup@no-reply.palemoon.org>
Co-committed-by: yup <yup@no-reply.palemoon.org>
2025-06-17 09:24:10 +08:00
roytam1
7f3ccb5dc3
Merge remote-tracking branch 'origin/tracking' into custom
2025-05-27 23:22:51 +08:00
Moonchild
75c0461123
No issue - Force C++ run-time type information on protobuf
...
Protobuf uses `dynamic_cast` on polymorphic types which cannot be
inferred properly at compile-time, which can lead to unexpected behavior.
As a code safety measure, enable C++ RTTI for protobuf.
2025-05-27 23:22:24 +08:00
roytam1
e72f8a3a81
Merge remote-tracking branch 'origin/tracking' into custom
2025-05-14 14:36:05 +08:00
Moonchild
9ad680cfc4
Issue #2736 - Part 1: Provide more consistent principals to CSP.
...
We're currently fairly vague and inconsistent about the values we provide to
content policy implementations for requestOrigin and requestPrincipal. In some
cases they're the triggering principal, sometimes the loading principal,
sometimes the channel principal.
Our existing content policy implementations which require or expect a
loading principal currently retrieve it from the context node.
Since no current callers require the principal to be the loading
principal, and some already expect it to be the triggering principal
(which there's currently no other way to retrieve), a choice was made
to pass the triggering principal whenever possible, but use the loading
principal to determine the origin URL.
2025-05-14 14:21:46 +08:00
roytam1
42e13fd8bf
Merge remote-tracking branch 'origin/tracking' into custom
2025-04-18 10:32:18 +08:00
Moonchild
9ff0c63602
No issue - Update Twemoji font to unicode 16.0.0
2025-04-18 10:31:12 +08:00
roytam1
a66a8fe8be
Merge remote-tracking branch 'origin/tracking' into custom
2025-03-12 10:32:44 +08:00
Moonchild
8535573f07
No issue - fix some minor link issues in about:rights
...
Privacy was moved to a subdir. Also replacing http with https because
that is what everyone expects by default.
2025-03-12 10:31:17 +08:00
roytam1
8a35744175
Merge remote-tracking branch 'origin/tracking' into custom
2025-03-07 21:50:11 +08:00
Moonchild
28524bf6b5
No issue - Update Twemoji font to unicode 15.1.3
2025-03-07 21:49:52 +08:00
roytam1
904406a497
Merge remote-tracking branch 'origin/tracking' into custom
2025-01-20 21:13:46 +08:00