Commit graph

1,156 commits

Author SHA1 Message Date
Moonchild
04df8ca786 [Pale-Moon] [SSUAO] Add netteller to UA overrides.
See: https://forum.palemoon.org/viewtopic.php?f=70&t=25906
2021-01-01 10:03:06 +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
Moonchild
76fca5f990 [Basilisk] Issue #31 - Part 4: Use nsIScriptableDateFormat in cookie preferences. 2020-12-21 15:04:03 +08:00
Moonchild
443bc25ce0 [Basilisk] Issue #31 - Part 3: Use nsIScriptableDateFormat in places library window. 2020-12-21 15:03:49 +08:00
Moonchild
ad9127aad4 [Basilisk] Issue #31 - Part 2: Use nsIScriptableDateFormat in feeds. 2020-12-21 15:03:34 +08:00
Moonchild
b1d1a02c6c [Basilisk] Issue #31 - Part 1: Use nsIScriptableDateFormat in Page Info. 2020-12-21 15:03:07 +08:00
roytam1
4903a8dfa9 Merge remote-tracking branch 'origin/master' into custom 2020-10-30 09:27:13 +08:00
Moonchild
b28dba9f03 [Basilisk] Nuke vim configuration lines from the front-end (no code changes)
See MoonchildProductions/UXP#1656
2020-10-30 09:25:40 +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
84282125cf Merge remote-tracking branch 'origin/master' into custom 2020-10-09 21:12:06 +08:00
Moonchild
208ef44f9f [Basilisk] Issue #23 - Enable per-monitor DPI v2 in Basilisk 2020-10-09 21:11:22 +08:00
Moonchild
056e62198a [Pale-Moon] [SSUAO] Update Yahoo override, since they now throw a fit when seeing anything "Pale Moon" in the UA. 2020-10-09 21:07:16 +08:00
Moonchild
4c4f6c9a9d [Pale-Moon] Issue #1812 - Enable per-monitor DPI v2 in Pale Moon 2020-10-09 21:06:38 +08:00
Moonchild
b5370edd80 [Pale-Moon] [app update] Move update cert entries to branding 2020-10-09 21:06:09 +08:00
roytam1
8aaf947d13 Merge remote-tracking branch 'origin/master' into custom 2020-10-02 17:26:07 +08:00
Moonchild
5465ff9914 [Pale-Moon] [downloads] Correct and simplify host handling. 2020-10-02 17:24:24 +08:00
roytam1
56aaf6a15a Merge remote-tracking branch 'origin/master' into custom 2020-09-25 22:18:48 +08:00
Moonchild
68ed744bb6 [Pale-Moon] [downloads] Stop using referrers as sources. 2020-09-25 22:17:19 +08:00
Moonchild
5c9b23f028 [Pale-Moon] Whitespace fixes. No code change. 2020-09-25 22:16:53 +08:00
Moonchild
093f9b4f55 [Pale-Moon] Issue #1744 - Add pref to ask for master password on application start.
This is a solution for some users having issues with multiple MP prompts due to
either a race or asynchronously-triggered features that each need password
database access (e.g. website login + sync)

Based on Interlink's similar solution by Matt A. Tobin
2020-09-25 22:16:30 +08:00
Moonchild
f8c9d784db [Basilisk] [downloads] Stop using referrers as sources 2020-09-25 22:14:31 +08:00
Moonchild
d5919942ff Issue #1656 - Part 8: Devtools and misc. 2020-09-25 22:06:55 +08:00
Moonchild
0cd673d720 Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
roytam1
5f548d297e fix error flow in preferences 2020-09-19 07:06:14 +08:00
roytam1
8fd5fd8690 Merge remote-tracking branch 'origin/master' into custom 2020-09-16 21:19:55 +08:00
adeshkp
7704d9e522 [Pale-Moon] [minor] spelling correction in a code comment 2020-09-16 21:17:46 +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
312cd43c03 Merge remote-tracking branch 'origin/master' into custom 2020-08-29 08:18:57 +08:00
Matt A. Tobin
0442dd4ee5 [Pale-Moon] Add a configure option for Phoenix Extensions Dual-GUID System and set default off in confvars 2020-08-29 08:18:12 +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
FranklinDM
41ed98b736 [Pale-Moon] Issue #1826 - Restore missing close icon on the undo prompt at the quick dial page
While this could've all been placed in the shared new tab style sheet, OSX does not include the SVG close icon used by the other platforms and has its own custom close icon.
2020-08-21 15:08:44 +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
Pale Moon
aa1210518c [Pale-Moon] Update user-agent overrides and reorganize. 2020-08-14 09:01:29 +08:00
Roy Tam
1ee66d0a5f bump palemoon version 2020-08-13 09:22:06 +08:00
Roy Tam
701440781c Merge remote-tracking branch 'origin/master' into custom 2020-08-08 10:15:41 +08:00
Roy Tam
35f288dc4a Revert UXP issue 1628 related changes. 2020-08-08 10:14:13 +08:00
Roy Tam
e682016889 Merge remote-tracking branch 'origin/master' into custom 2020-08-08 07:00:38 +08:00