Commit graph

330 commits

Author SHA1 Message Date
roytam1
0c3fa71099 Merge remote-tracking branch 'origin/tracking' into custom 2023-06-02 10:39:38 +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
roytam1
33981efb44 Merge remote-tracking branch 'origin/tracking' into custom 2023-03-02 14:52:54 +08:00
FranklinDM
21f0c3de63 [Pale-Moon] Issue #1908 - Fade tab titles instead of using ellipses 2023-03-02 14:42:14 +08:00
roytam1
1b0e373028 Merge remote-tracking branch 'origin/tracking' into custom 2022-09-20 15:19:27 +08:00
FranklinDM
0f67602bf1 [Pale-Moon] Issue #21 - Remove leftover telemetry code for the app menu's opening time
The actual calls to telemetry were removed, but the checks for the app menu's
opening time wasn't removed. Effectively, this reverts Mozilla bug 723515 which
implemented this check.
2022-09-20 15:13:34 +08:00
roytam1
f3c7008077 Merge remote-tracking branch 'origin/tracking' into custom 2022-05-05 09:16:13 +08:00
FranklinDM
5d8b76c827 [Pale-Moon] Issue MoonchildProductions/UXP#21 - Remove panning/tab animation performance measurements 2022-05-05 09:02:06 +08:00
roytam1
897bcc3b20 Merge remote-tracking branch 'origin/tracking' into custom 2022-04-28 12:15:29 +08:00
win7-7
264752661b [Pale-Moon] Issue MoonchildProductions/UXP#1828 - Stop using js expression closures in Pale Moon front-end
Stop using non-standard JS expression closures in Pale Moon front-end.
2022-04-28 12:13:18 +08:00
Matt A. Tobin
5d7a2b8793 [Pale-Moon] No Issue - ifdef hide/showChrome sync-notifications code 2022-04-28 12:06:29 +08:00
roytam1
eedc02ee94 Merge remote-tracking branch 'origin/tracking' into custom 2021-11-10 09:12:40 +08:00
roytam1
7d223da9ca [Pale-Moon] addons: replace Application.restart call with Services.startup.quit 2021-11-10 09:10:26 +08:00
roytam1
16f07caa39 [Pale-Moon] remove Application prefix in enterTabbedMode method 2021-11-10 09:10:26 +08:00
roytam1
1ce27d8eb2 Merge remote-tracking branch 'origin/master' into custom 2021-07-30 11:53:50 +08:00
Ben Fenner
c7a14f5481 [Pale-Moon] Issue #1875 - Rebrand Help menu item URI from FF to PM. 2021-07-30 11:52:45 +08:00
roytam1
1d77ae7705 Merge remote-tracking branch 'origin/master' into custom 2021-05-10 10:08:49 +08:00
Moonchild
214ac352e5 [Pale-Moon] Issue #1865 - Remove mac-specific resources
This removes Mac-specific branding resources, shell service components, and the
Mac browser theme.
2021-05-10 10:06:41 +08:00
roytam1
7f6520be1a Merge remote-tracking branch 'origin/master' into custom 2021-04-02 10:50:32 +08:00
Moonchild
2fea3f29bc [Pale-Moon] Issue #1865 - Stop preprocessor abuse causing issues 2021-04-02 10:45:56 +08:00
Moonchild
724fc731ac [Pale-Moon] Issue #1865 - Remove unused overlays and unnecessary preprocessing 2021-04-02 10:43:35 +08:00
roytam1
f9ded55f98 Merge remote-tracking branch 'origin/master' into custom 2021-03-25 09:26:26 +08:00
Moonchild
a984b1dd93 [Pale-Moon] Issue #1865 - Remove XP_MACOSX conditional blocks. 2021-03-25 09:25:51 +08:00
roytam1
a324d0a18c Merge remote-tracking branch 'origin/master' into custom 2021-01-14 22:41:39 +08:00
Moonchild
ef13be6ef8 [Pale-Moon] Issue #1845 - Pref detach&tear-off tab handling.
Resolves #1845
2021-01-14 22:33:04 +08:00
roytam1
e075f1b671 Merge remote-tracking branch 'origin/master' into custom 2020-12-21 15:13:46 +08:00
Moonchild
48f962a66f [Pale-Moon] Issue #1854 - Account for users disabling off-line and memory caching.
Resolves #1854
2020-12-21 15:07:44 +08:00
roytam1
4903a8dfa9 Merge remote-tracking branch 'origin/master' into custom 2020-10-30 09:27:13 +08:00
Moonchild
77146fc40f [Pale-Moon] Nuke vim configuration lines from the front-end (no code changes)
See MoonchildProductions/UXP#1656
2020-10-30 09:19:39 +08:00
roytam1
5536a50a21 Merge remote-tracking branch 'origin/master' into custom 2020-09-12 07:25:34 +08:00
Moonchild
08809c7f12 [Pale-Moon] Issue #1717 - Add distinct mixed-mode indicator and logic for display. 2020-09-12 07:24:29 +08:00
Moonchild
347bfc5741 [Pale-Moon] Issue MoonchildProductions/UXP#1644 - Remove plugin check leftovers (front-end)
Includes appropriate platform pointer update.
2020-09-12 07:24:01 +08:00
Roy Tam
3e358627dc Merge remote-tracking branch 'origin/master' into custom 2020-08-21 15:13:05 +08:00
Andy
6d0384a86f [Pale-Moon] Issue #1717 - Total Level Rewrite
SSLStatus is now used for basically everything.
2020-08-21 15:11:32 +08:00
Andy
66a5df11c1 [Pale-Moon] Issue #1717 - Differentiate DV & EV Mixed Content
UXP drops STATE_IDENTITY_EV_TOPLEVEL for Mixed Content.
If we want to have different behaviors between DV and EV, we need to use nsISSLStatus.
2020-08-21 15:11:11 +08:00
Andy
81001e37c3 [Pale-Moon] Issue #1717 - UXP Says Mixed Content is Broken
We get a little more picky about it.
2020-08-21 15:10:49 +08:00
Andy
c5ff8be4fb [Pale-Moon] Issue #1717 - Revert 3DES Check to Original Method for Now 2020-08-21 15:10:32 +08:00
Andy
92eed10c3b [Pale-Moon] Issue #1717 - Whitespace Cleanup 2020-08-21 15:10:14 +08:00
Andy
024f61bf38 [Pale-Moon] Issue #1717 - Localize Padlock Tooltip 2020-08-21 15:09:56 +08:00
Andy
a3117f5b44 [Pale-Moon] Issue #1717 - 3DES Detection
This will do to start. Get a better list of what's being deprecated.
2020-08-21 15:09:34 +08:00
Andy
782bcb46dc [Pale-Moon] Issue #1717 - Low Cipher Changes 2020-08-21 15:09:18 +08:00
Andy
02f79388b4 [Pale-Moon] Issue #1717 - Padlock Improvements 2020-08-21 15:09:02 +08:00
Roy Tam
f477d50790 Merge remote-tracking branch 'origin/master' into custom 2020-08-14 09:02:23 +08:00
FranklinDM
194f96855e [Pale-Moon] Issue #1824 - Fix broken page style menu selection for alternative style sheets
Missing `return` in anonymous function which checks if the given style sheet title is present in the document's style sheet array.
2020-08-14 09:01:47 +08:00