roytam1
1956d3d66b
Merge remote-tracking branch 'origin/tracking' into custom
2023-08-08 10:09:40 +08:00
Basilisk-Dev
b27c5cf236
[Basilisk] [SSUAO] Dictionaries really do not like the Goanna slice...
...
Reported by VistaLover on MSFN
2023-08-08 10:07:31 +08:00
Basilisk-Dev
4a98d682de
[Basilisk] [SSUAO] Add dictionary.cambridge.org override
2023-08-08 10:06:55 +08:00
Basilisk-Dev
85a5c58214
[Basilisk] [SSUAO] Update chase.com override
2023-08-08 09:59:55 +08:00
Basilisk-Dev
fafbea8f15
[Pale-Moon] [SSUAO] Fix several dictionaries to not include the Goanna slice.
2023-08-08 09:51:14 +08:00
Basilisk-Dev
ca3e82a227
[Pale-Moon] [SSUAO] Add dictionary.cambridge.org override
2023-08-08 09:50:52 +08:00
Moonchild
4bbb81d78e
[Pale-Moon] [SSUAO] Update Chase override
2023-08-08 09:50:11 +08:00
roytam1
cf35c4742b
[Basilisk] fix missing closing brace in function HistoryMenu from previous commits
2023-07-15 08:02:04 +08:00
roytam1
787a64cf9d
Merge remote-tracking branch 'origin/tracking' into custom
2023-07-14 23:55:19 +08:00
Basilisk-Dev
748cac6e80
[Basilisk] Front-end fixes
...
Partial backport of MoonchildProductions/Pale-Moon commit 84c814f55c
2023-07-14 23:54:56 +08:00
Basilisk-Dev
803bde2387
[Basilisk] Follow-up: Throw errors on invalid values.
...
Backport of MoonchildProductions/Pale-Moon commit f953abe13c
2023-07-14 23:54:28 +08:00
Basilisk-Dev
ab1a1e893f
[Basilisk] Follow-up: Don't show link items when pref is less than 1.
...
Backport of MoonchildProductions/Pale-Moon commit 1e7f19afdf
2023-07-14 23:53:59 +08:00
Basilisk-Dev
11d6529750
[Basilisk] Add pref to control history menu length.
...
Backport of MoonchildProductions/Pale-Moon commit d7581957ff
2023-07-14 23:53:25 +08:00
roytam1
4fae28f059
Merge remote-tracking branch 'origin/tracking' into custom
2023-06-26 10:38:35 +08:00
roytam1
f191eae652
bump PM version as well
2023-06-26 09:14:35 +08:00
roytam1
765a6434c7
[Basilisk] [SSUAO] Update chase.com override after breakage.
2023-06-02 10:43:58 +08:00
roytam1
0c3fa71099
Merge remote-tracking branch 'origin/tracking' into custom
2023-06-02 10:39:38 +08:00
Moonchild
4b0e27bb4c
[Pale-Moon] [SSUAO] Update chase.com override after breakage.
2023-06-02 10:39:13 +08:00
Moonchild
1768eb1930
[Pale-Moon] Issue #1925 - Follow-up: Throw errors on invalid values.
...
Uses defaults for negative values and caps upper limit.
2023-06-02 10:37:27 +08:00
Job Bautista
075eebec12
[Pale-Moon] Issue #1925 - Follow-up: Don't show link items when pref is less than 1.
...
A user setting the pref to 0 most likely wants to get rid of the items, so let's
allow that by simply not calling PlacesMenu.call at all in that case.
2023-06-02 10:37:01 +08:00
Moonchild
e3d51b39b6
[Pale-Moon] Issue #1925 - Add pref to control history menu length.
...
Limits set are minimum 1 entry (0 would mean unlimited so this can't
be used to completely remove the history list from the menu) and maximum
50 which would overflow on most screens anyway. Default remains 15 if
undefined.
Resolves #1925
2023-06-02 10:36:16 +08:00
roytam1
1e37e713c7
Merge remote-tracking branch 'origin/tracking' into custom
2023-05-12 10:43:23 +08:00
FranklinDM
1ae0d6ff7f
[Pale-Moon] No issue - Remove invalid key attribute on Permissions menu item
...
There wasn't any assigned key combination for the Permissions page when this menu item was added. This is a follow-up to c2fd8a6466e1005f4266753708e7c8a38442db54
Oddly enough, there's actually a check if the key element exists. Unlike the warning for key conflicts on keyboards, this one doesn't show up on the Error Console and is available only on debug builds.
2023-05-12 10:42:53 +08:00
FranklinDM
a39686b91b
[Pale-Moon] No issue - Ensure window.location exists before checking against the browser URL
2023-05-12 10:42:11 +08:00
FranklinDM
4a9e6100ec
[Pale-Moon] No issue - Silence tab closing animation assert if the tabbrowser is not visible
2023-05-12 10:41:16 +08:00
Job Bautista
aadd6244c1
[Pale-Moon] Issue MoonchildProductions/UXP#1451 - Follow-up: Only copy hunspell shared library if we're not building against system Hunspell.
...
We've never supported system Hunspell AFAICS, but if that time comes, we should
prevent packaging from breaking if building against system Hunspell on *nix.
2023-05-12 10:40:35 +08:00
Job Bautista
6b13231b96
[Basilisk] Issue MoonchildProductions/UXP#1451 - Follow-up: Only copy hunspell shared library if we're not building against system Hunspell.
...
We've never supported system Hunspell AFAICS, but if that time comes, we should
prevent packaging from breaking if building against system Hunspell on *nix.
2023-05-12 10:40:08 +08:00
roytam1
429cab3b70
Merge remote-tracking branch 'origin/tracking' into custom
2023-04-30 21:46:17 +08:00
Job Bautista
61874576e3
[Basilisk] Issue MoonchildProductions/UXP#1451 - Support hunspell as shared library
2023-04-30 21:43:17 +08:00
Job Bautista
2be4e3e69f
[Pale-Moon] Issue MoonchildProductions/UXP#1451 - Support hunspell as shared library
2023-04-30 21:42:24 +08:00
roytam1
c867bd4fed
[Basilisk] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check.
2023-03-29 11:09:19 +08:00
roytam1
ead737cb49
Merge remote-tracking branch 'origin/tracking' into custom
2023-03-29 11:07:18 +08:00
Job Bautista
64bc4788ed
[Pale-Moon] Issue MoonchildProductions/UXP#2165 - Follow-up: Simplify OS detection for MOZ_SHARED_ICU check.
2023-03-29 11:06:28 +08:00
roytam1
09138ab01d
[Basilisk] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging.
...
Also removing obsolete MOZ_SYSTEM_ICU
2023-03-28 13:59:47 +08:00
roytam1
cc4ac7a04b
Merge remote-tracking branch 'origin/tracking' into custom
2023-03-28 13:30:04 +08:00
Job Bautista
f284afab44
[Pale-Moon] Issue MoonchildProductions/UXP#2165 - Support ICU as shared library in packaging.
...
Also removing obsolete MOZ_SYSTEM_ICU
2023-03-28 12:19:51 +08:00
Matt A. Tobin
d7a1209581
[Pale-Moon] Issue MoonchildProductions/UXP#61 - Add gkmedias back to package-manifest
2023-03-28 12:17:12 +08:00
Matt A. Tobin
e6ed122e1a
[Basilisk] Issue MoonchildProductions/UXP#61 - Add gkmedias to package-manifest
2023-03-28 12:16:27 +08:00
roytam1
2b9187d8bf
Merge remote-tracking branch 'origin/tracking' into custom
2023-03-12 07:16:48 +08:00
Basilisk-Dev
78bb7159ee
[Basilisk] add tab caption fading to CtrlTab backport of roytam1/UXP commit add tab caption fading to CtrlTab
2023-03-12 07:15:55 +08:00
Basilisk-Dev
4abf537287
[Basilisk] Port Pale Moon version of Tab fading Backport of roytam1/UXP commit 2a32b18f46.patch
2023-03-12 07:15:23 +08:00
Basilisk-Dev
76cd3dfac6
[Basilisk] Add useragent override for instagram port of MoonchildProductions/Pale-Moon commit d641959f15cb1172f6f39130b579ccf6111a6f2f and 6d41a6139440a9c396308deca1725b0db823e127
2023-03-12 07:14:33 +08:00
roytam1
5db2ae1aa5
[Pale-Moon] add tab caption fading to CtrlTab
2023-03-09 20:37:42 +08:00
roytam1
f159e44b25
[Basilisk] add tab caption fading to CtrlTab
2023-03-09 20:37:20 +08:00
roytam1
2a32b18f46
[Basilisk] ported PM version of tab caption fading to here
2023-03-09 16:31:24 +08:00
roytam1
5303f2f60d
Merge remote-tracking branch 'origin/tracking' into custom
2023-03-09 15:59:52 +08:00
Moonchild
c8488397e9
[Pale-Moon] Issue #1915 - [SSUAO] Add override for Instagram
...
Resolves #1915
2023-03-09 15:54:47 +08:00
Moonchild
5a627b6ce4
[Pale-Moon] Set compatversion for hardcoded overrides to 102.0
2023-03-09 15:54:10 +08:00
roytam1
15e3a38b55
Revert "[Basilisk] Fade out tab label on overflow instead of ellipsis"
...
This reverts commit 89dd425fd2 .
upstream reverted this commit.
2023-03-08 07:04:59 +08:00
roytam1
33981efb44
Merge remote-tracking branch 'origin/tracking' into custom
2023-03-02 14:52:54 +08:00