Commit graph

884 commits

Author SHA1 Message Date
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
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
Moonchild
5465ff9914 [Pale-Moon] [downloads] Correct and simplify host handling. 2020-10-02 17:24:24 +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
adeshkp
7704d9e522 [Pale-Moon] [minor] spelling correction in a code comment 2020-09-16 21:17:46 +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
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
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
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
35f288dc4a Revert UXP issue 1628 related changes. 2020-08-08 10:14:13 +08:00
Matt A. Tobin
15c137e0b0 [Basilisk] Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences 2020-08-08 06:59:26 +08:00
Matt A. Tobin
9664369ac7 [Pale-Moon] Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences 2020-08-08 06:57:58 +08:00
Moonchild
ffa78473f6 [Pale-Moon] Clear user prefs for AbortController on migration to reset it for users who have disabled it for web compat in the meantime. 2020-07-31 08:11:58 +08:00
Moonchild
ce9a763cdb [Pale-Moon] Issue #1772 - Follow-up: properly reference restoreOnDemand (oops!) 2020-07-31 08:11:36 +08:00
Matt A. Tobin
95c5a64b1f [Basilisk] Issue MoonchildProductions/UXP#1611 - Use platform default for WASM 2020-07-25 06:30:43 +08:00
Matt A. Tobin
caf316c9e4 [Pale-Moon] Follow up to Issue #1814 - Use correct casing for JavaScript 2020-07-25 06:30:19 +08:00
Matt A. Tobin
d29ccb177d [Pale-Moon] Issue #1814 - Add controls for WASM 2020-07-25 06:29:59 +08:00
Pale Moon
8df44f9320 [Pale-Moon] Issue #1811 - Indicate our per-monitor DPI-awareness to the O.S.
This resolves #1811
2020-07-20 09:41:37 +08:00
Moonchild
02a893b998 [Basilisk] Issue #17 - Reinstate erroneously removed unload event listener
Looks like this was just lazily lumped in with WebExtension stuff and got
removed as a result. This should prevent the autorefresh blocker from leaking.
2020-07-11 07:14:23 +08:00
Lootyhoof
be8bea50ff [Basilisk] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-07-11 07:09:11 +08:00
Moonchild
61e78cda6a [Pale-Moon] Issue #1782 - Add option to insert all new tabs after the current tab
This adds 'browser.tabs.insertAllAfterCurrent' as a preference which
makes all new tabs opened to be next to the currently active tab, instead
of at the end - regardless if the tab is considered "related" to the active
tab. This (naturally and logically) overrides 'insertRelatedAfterCurrent'

Resolves #1782
2020-06-27 06:33:45 +08:00
Lootyhoof
9f5067486b [Pale-Moon] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK 2020-06-20 06:46:07 +08:00
Matt A. Tobin
9e9b145d6d [Pale-Moon] Remove duplicate panels with the same ID
Currently Pale Moon uses an older version of autocomplete as a private binding
2020-06-12 22:13:57 +08:00
Roy Tam
cda9ba5305 [Pale-Moon] version bump 2020-06-06 07:27:04 +08:00
Pale Moon
76d7b66661 [Pale-Moon] [ui] Encode braille space 2020-06-06 07:25:14 +08:00
wolfbeast
d90086eff1 [Basilisk] [ui] Encode braille space 2020-06-06 07:24:45 +08:00
Roy Tam
b4a4fb4b3c [Pale-Moon] version bump 2020-05-30 07:17:51 +08:00
Moonchild
f364ab05e2 [Basilisk] Issue MoonchildProductions/UXP#1538 - remove speech recognition
- Update back-end branch pointer
- Remove recognition interface from package manifest
2020-05-23 06:58:50 +08:00
wolfbeast
f51880be1f [Basilisk] [AM] Clean up addon-signing build leftovers. 2020-05-09 07:00:34 +08:00