Moonchild
347bfc5741
[Pale-Moon] Issue MoonchildProductions/UXP#1644 - Remove plugin check leftovers (front-end)
...
Includes appropriate platform pointer update.
2 years ago
Roy Tam
35f288dc4a
Revert UXP issue 1628 related changes.
2 years ago
Matt A. Tobin
9664369ac7
[Pale-Moon] Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences
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
Pale Moon
f0c04a4df0
[Pale-Moon] Revert "Re-enable sessionstore cache soft refresh"
...
By popular demand.
This reverts commit cf12c10d64769a8a84a1819f6655501cccea6b25.
2 years ago
JustOff
f20dc8b560
[Pale-Moon] Issue #1766 - Add pref to allow copying unescaped URL from the URL bar
2 years ago
Pale Moon
f704591f36
[Pale-Moon] Issue #1750 - Add pref to show edit panel upon starring new bookmark.
...
This resolves #1750
2 years ago
Matt A. Tobin
c3bfe4b063
[Pale-Moon] Issue MoonchildProductions/UXP#1454 - Update app.update.url to include MOZ_PKG_SPECIAL
3 years ago
FranklinDM
9b300b010d
[Pale-Moon] Issue #1722 - Part 2: Allow hiding pinned tabs for the All Tabs graphical pane
3 years ago
FranklinDM
2f02432034
[Pale-Moon] Issue #1722 - Part 1: Allow hiding pinned tabs for the Ctrl-Tab graphical pane
3 years ago
Pale Moon
399efcb8c5
[Pale-Moon] Change sessionstore cache behavior to soft refresh
...
It can be assumed that people who launch the browser will do so with
network access, restoring tabs to live locations rather than
previously-visited static pages.
Defaulting this to soft refresh will prevent unnecessarily stale pages
from being displayed when restoring tabs, with minimal bandwidth used.
Note, this does not affect browser restart sessionstore behavior, which
will always re-display previously cached pages "as if nothing happened",
which is what we want.
3 years ago
wolfbeast
b3b78fea06
Issue #1222 : Don't load plugin instances when they have no `src` URI.
...
Favor fallback content in that case (if present). Fallback is always
considered "good" in this case so may end up doing nothing which is what
we'd want for corner cases that hammer this routine with no content.
3 years ago
Matt A. Tobin
90f6b97ecc
[MCP Applications] Add %WIDGET_TOOLKIT% to the AUS update url for Pale Moon and Basilisk
...
Also removes the redundant branding version of app.update.url in Pale Moon that was missed when many prefs were merged back into application preferences
3 years ago
adeshkp
825f472a93
Issue #246 - Remove "enhanced" newtab code from Pale Moon
3 years ago
Matt A. Tobin
37f0839a64
Issue #968 - Preload the permissions manager with permissions file
3 years ago
Gaming4JC
9cdfabaf57
Issue #756 - Remove Contextual Identity References from Pale Moon
3 years ago
wolfbeast
0f800717bf
[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
...
This is basically a https MitM setup that is unwanted for Pale Moon.
Resolves #1000 .
3 years ago
wolfbeast
c283102a46
Move default-enable pref to application.
4 years ago
NTD
01acdb9bd3
Conform Pale Moon AM preferences to actual locations
...
Uplift is NOT required
4 years ago
JustOff
726b629766
[PALEMOON] Link dictionaries to addons.palemoon.org
4 years ago
wolfbeast
f347157c6a
Update browse URL for AM search to Phoebus 2.0
4 years ago
wolfbeast
199b74eb9d
Add matching browser.newtab.choice pref to prevent error.
4 years ago
wolfbeast
f61fb76066
Expose hidden preference to disable Page Thumbnail generation.
...
This resolves #906 .
4 years ago
wolfbeast
9afb4d52f2
Add an option to process favicons.
...
This optimizes the size for UI display and strips animations.
Default disabled. This resolves #899 .
4 years ago
wolfbeast
f295b5c91b
Stop feeding a Firefox compat mode to AMO.
...
Since AMO has removed all "legacy" extensions, they do not offer anything compatible with us any longer.
We send the native UA to them from now on to always have it respond with "Only with Firefox".
4 years ago
wolfbeast
dc990a5720
Fix typo for Firefox compatmode prefs.
...
Fixes regression from ec2e3bc0273f69592e46249578b9aec4cf6e9e85
4 years ago
FranklinDM
6dc555939c
Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs
4 years ago
wolfbeast
963d2844aa
Tune the network stack
...
This resolves #684
4 years ago
wolfbeast
a69ad11593
Set up new blocklist infra URLs
4 years ago
wolfbeast
dca5d5479c
Restore pref -- enhanced tiles aren't dead yet.
...
(without this, the newtab page is broken)
4 years ago
wolfbeast
3c35a585ca
Reconfigure Pale Moon
...
Also fold a number of prefs back into the app prefs from shared branding prefs.
This resolves #555 .
4 years ago
wolfbeast
493ea98fee
[PALEMOON] On GTK, default to showing the menubar only when alt is pressed
...
This restores parity with v27
4 years ago
wolfbeast
c5b8ab8c9a
Issue #517 Part 6: Restyle for Pale Moon.
...
This splits out common rules for different OSes to themes/shared and
applies new styling to the newtab page.
4 years ago
wolfbeast
1d20d70b81
Issue #517 Part 3b: Remove compact style pref
4 years ago
wolfbeast
48cdeab201
Issue #517 Part 1: Import newtab page from Basilisk (sans directory service provider module)
4 years ago
wolfbeast
28646a9cc1
Move native UA compatmode out of branding into app prefs.
4 years ago
JustOff
c1f85b85de
[PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch
4 years ago
wolfbeast
f493d6eb7a
Stop also selecting trailing space when word-selecting.
...
This resolves #472 .
4 years ago
wolfbeast
aa5e85f67d
Revert "Reinstate tabMinWidth and tabMaxWidth prefs."
...
This reverts commit 6e8846622a79549542adaca58d741d9263daf686.
4 years ago
wolfbeast
96a0af1be8
Reinstate tabMinWidth and tabMaxWidth prefs.
...
This resolves #410 .
4 years ago
wolfbeast
8d524b4567
Disable HPKP telemetry in Pale Moon.
4 years ago
JustOff
614562a3c6
[PALEMOON] Replace fullscreen permission dialog with a warning
4 years ago
NTD
ec4c3105bd
[PALEMOON] Issue #283 - Pale Moon Shell Service is not invoking defalt client check on start
4 years ago
janekptacijarabaci
c662424575
Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification
4 years ago
wolfbeast
c2013ffce4
Move the Mark of the Web pref to GRE pref file.
4 years ago
wolfbeast
5698472fee
Re-implement pref-able file zone information ("Mark of the Web")
...
See also:
https://github.com/MoonchildProductions/Pale-Moon/issues/593
https://github.com/MoonchildProductions/Pale-Moon/pull/599
4 years ago
Moonchild
45bda44918
Revert "[PALEMOON] Reimplemented selection internet zone information on downloaded files"
4 years ago
janekptacijarabaci
93bf3b8b24
[PALEMOON] Reimplemented "Time Zone Information"
...
https://github.com/MoonchildProductions/Pale-Moon/issues/593
Issue #121
4 years ago
NTD
bec27a534b
[PALEMOON] Add an expected pref browser.newtabpage.enhanced
4 years ago
NTD
fe8028fa2e
Add Pale Moon
5 years ago