Moonchild
0cd673d720
Issue #1656 - Part 6: Clean up the build files
2 years ago
adeshkp
7704d9e522
[Pale-Moon] [minor] spelling correction in a code comment
2 years ago
Moonchild
08809c7f12
[Pale-Moon] Issue #1717 - Add distinct mixed-mode indicator and logic for display.
2 years ago
Moonchild
347bfc5741
[Pale-Moon] Issue MoonchildProductions/UXP#1644 - Remove plugin check leftovers (front-end)
...
Includes appropriate platform pointer update.
2 years ago
Matt A. Tobin
0442dd4ee5
[Pale-Moon] Add a configure option for Phoenix Extensions Dual-GUID System and set default off in confvars
2 years ago
Andy
6d0384a86f
[Pale-Moon] Issue #1717 - Total Level Rewrite
...
SSLStatus is now used for basically everything.
2 years ago
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.
2 years ago
Andy
81001e37c3
[Pale-Moon] Issue #1717 - UXP Says Mixed Content is Broken
...
We get a little more picky about it.
2 years ago
Andy
c5ff8be4fb
[Pale-Moon] Issue #1717 - Revert 3DES Check to Original Method for Now
2 years ago
Andy
92eed10c3b
[Pale-Moon] Issue #1717 - Whitespace Cleanup
2 years ago
Andy
024f61bf38
[Pale-Moon] Issue #1717 - Localize Padlock Tooltip
2 years ago
Andy
a3117f5b44
[Pale-Moon] Issue #1717 - 3DES Detection
...
This will do to start. Get a better list of what's being deprecated.
2 years ago
Andy
782bcb46dc
[Pale-Moon] Issue #1717 - Low Cipher Changes
2 years ago
Andy
02f79388b4
[Pale-Moon] Issue #1717 - Padlock Improvements
2 years ago
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.
2 years ago
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.
2 years ago
Pale Moon
aa1210518c
[Pale-Moon] Update user-agent overrides and reorganize.
2 years ago
Roy Tam
1ee66d0a5f
bump palemoon version
2 years ago
Roy Tam
35f288dc4a
Revert UXP issue 1628 related changes.
2 years ago
Matt A. Tobin
15c137e0b0
[Basilisk] Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences
2 years ago
Matt A. Tobin
9664369ac7
[Pale-Moon] Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences
2 years ago
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.
2 years ago
Moonchild
ce9a763cdb
[Pale-Moon] Issue #1772 - Follow-up: properly reference restoreOnDemand (oops!)
2 years ago
Matt A. Tobin
95c5a64b1f
[Basilisk] Issue MoonchildProductions/UXP#1611 - Use platform default for WASM
2 years ago
Matt A. Tobin
caf316c9e4
[Pale-Moon] Follow up to Issue #1814 - Use correct casing for JavaScript
2 years ago
Matt A. Tobin
d29ccb177d
[Pale-Moon] Issue #1814 - Add controls for WASM
2 years ago
Pale Moon
8df44f9320
[Pale-Moon] Issue #1811 - Indicate our per-monitor DPI-awareness to the O.S.
...
This resolves #1811
2 years ago
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.
2 years ago
Lootyhoof
be8bea50ff
[Basilisk] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK
2 years ago
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
2 years ago
Lootyhoof
9f5067486b
[Pale-Moon] Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK
2 years ago
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
2 years ago
Roy Tam
cda9ba5305
[Pale-Moon] version bump
2 years ago
Pale Moon
76d7b66661
[Pale-Moon] [ui] Encode braille space
2 years ago
wolfbeast
d90086eff1
[Basilisk] [ui] Encode braille space
2 years ago
Roy Tam
b4a4fb4b3c
[Pale-Moon] version bump
2 years ago
Moonchild
f364ab05e2
[Basilisk] Issue MoonchildProductions/UXP#1538 - remove speech recognition
...
- Update back-end branch pointer
- Remove recognition interface from package manifest
2 years ago
wolfbeast
f51880be1f
[Basilisk] [AM] Clean up addon-signing build leftovers.
2 years ago
Roy Tam
4edbd8f129
bump PM version
2 years ago
Ryan C
18f2c4ec16
[Pale-Moon] Show private indicator on OS X if no MOZ_CAN_DRAW_IN_TITLEBAR ( #1784 )
2 years ago
Moonchild
6ff23f2f28
[Pale-Moon] Copy default userChrome and userContent examples to profile
...
* [profile] Copy default userChrome and userContent examples to profile
* [profile] Don't package example files inside omnijar
2 years ago
Pale Moon
207b454aed
[Pale-Moon] Clean up add-on signing build leftovers
2 years ago
Pale Moon
b294e4f2ff
[Pale-Moon] Issue #1737 - Address nits.
2 years ago
Pale Moon
054a3fb4a5
[Pale-Moon] Issue #1737 - Part 8: Phase 1 proofread + adjust for updated code style
2 years ago
Pale Moon
500d51dfc4
[Pale-Moon] Issue #1737 - Part 7: Tidy components/*.js
2 years ago
Pale Moon
94e0c368a5
[Pale-Moon] Issue #1737 - Part 6: Re-tidy browser-gesturesupport.js after merge
2 years ago
Pale Moon
0d1f8c11a8
[Pale-Moon] Issue #1737 - Part 5: Fix some typoes so the browser doesn't explode.
2 years ago
Pale Moon
fa4c122fad
[Pale-Moon] Issue #1737 - Part 4: Scope gXPInstallObserver.observe case statements.
...
This is needed because the large blocks of code otherwise have
redeclarations of let variables.
2 years ago
Pale Moon
6c51c7704a
[Pale-Moon] Issue #1737 - Part 3: Clean up base/content p.3
2 years ago
Pale Moon
b017678cf0
[Pale-Moon] Issue #1737 - Part 2: Clean up base/content p.2
2 years ago