Moonchild
7121fc7844
[Pale-Moon] Revert "Issue #1936 - Optionally leave Bookmarks menu open when spawning new tab."
...
This reverts commit 72d882780643d2f11717525e342febe866b18880.
2023-12-15 09:44:47 +08:00
Moonchild
56f5e8f283
[Pale-Moon] Issue #1936 - Optionally leave Bookmarks menu open when spawning new tab.
...
This resolves #1936
2023-10-06 09:52:57 +08:00
FranklinDM
21f0c3de63
[Pale-Moon] Issue #1908 - Fade tab titles instead of using ellipses
2023-03-02 14:42:14 +08:00
FranklinDM
fb350a088f
[Pale-Moon] Restore removed call to log application start time
2022-05-05 09:01:46 +08:00
Moonchild
e349f9b884
[Pale-Moon] Issue MoonchildProductions/UXP#21 - Fix up start-up timeline instrumentation.
2022-04-28 12:09:39 +08:00
Moonchild
054e286777
[Pale-Moon] Issue MoonchildProductions/UXP#21 - Remove telemetry from the front-end.
2022-04-28 11:52:35 +08:00
roytam1
e4da2ce4e0
[Pale-Moon] remove OSX related code
2021-11-10 09:10:25 +08:00
Moonchild
a984b1dd93
[Pale-Moon] Issue #1865 - Remove XP_MACOSX conditional blocks.
2021-03-25 09:25:51 +08:00
Moonchild
0006a4612d
[Pale-Moon] Remove stray Android conditional
2021-03-25 09:20:07 +08:00
Moonchild
9efe3a15b9
[Pale-Moon] Issue #1860 - Fix blocklist typo
2021-02-12 10:50:59 +08:00
Moonchild
d1f42d4aeb
[Pale-Moon] Blocklist update
...
Treestyle Tabs breaks the UI. hard blocker for <= 0.0.5
2021-02-04 22:19:38 +08:00
Moonchild
ef13be6ef8
[Pale-Moon] Issue #1845 - Pref detach&tear-off tab handling.
...
Resolves #1845
2021-01-14 22:33:04 +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
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
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
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
35f288dc4a
Revert UXP issue 1628 related changes.
2020-08-08 10:14:13 +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
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
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
Pale Moon
f0c04a4df0
[Pale-Moon] Revert "Re-enable sessionstore cache soft refresh"
...
By popular demand.
This reverts commit cf12c10d64769a8a84a1819f6655501cccea6b25.
2020-04-18 07:21:06 +08:00
JustOff
f20dc8b560
[Pale-Moon] Issue #1766 - Add pref to allow copying unescaped URL from the URL bar
2020-04-11 10:03:30 +08:00
Pale Moon
f704591f36
[Pale-Moon] Issue #1750 - Add pref to show edit panel upon starring new bookmark.
...
This resolves #1750
2020-04-03 09:52:18 +08:00
Brian Smith
8da913b5ee
[Pale-Moon] Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks.
2020-03-20 09:01:53 +08:00
JustOff
ab737129d8
[Pale-Moon] Issue #1733 - Provide default ua-update.json for dynamic user-agent updates
2020-03-13 11:06:19 +08:00
Pale Moon
28e0b0cd57
[Pale-Moon] Minor corrections in module info
2020-02-22 07:07:19 +08:00
Matt A. Tobin
c3bfe4b063
[Pale-Moon] Issue MoonchildProductions/UXP#1454 - Update app.update.url to include MOZ_PKG_SPECIAL
2020-02-21 07:16:07 +08:00
FranklinDM
9b300b010d
[Pale-Moon] Issue #1722 - Part 2: Allow hiding pinned tabs for the All Tabs graphical pane
2020-02-07 09:36:47 +08:00
FranklinDM
2f02432034
[Pale-Moon] Issue #1722 - Part 1: Allow hiding pinned tabs for the Ctrl-Tab graphical pane
2020-02-07 09:28:28 +08:00
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.
2020-01-31 09:43:49 +08:00
Pale Moon
8e404a2761
Revert "Block Noveau NV96 mesa driver layers acceleration."
...
This reverts commit b7841e5cf6dd6dc17eacc24b7dc1c215fda2a031.
2020-01-17 09:23:23 +08:00
Pale Moon
0aef7dd2f9
Block Noveau NV96 mesa driver layers acceleration.
2020-01-09 21:39:07 +08:00
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.
2019-09-06 23:48:49 +08:00
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
2019-08-23 09:58:14 +08:00
adeshkp
675dada294
Issue #701 - Support spaces in Mac app name
2019-07-22 19:55:55 +08:00
adeshkp
825f472a93
Issue #246 - Remove "enhanced" newtab code from Pale Moon
2019-05-31 07:20:44 +08:00
Matt A. Tobin
37f0839a64
Issue #968 - Preload the permissions manager with permissions file
2019-05-11 06:22:49 +08:00
wolfbeast
42aff1f6cb
Add IDCAC 2.9.9 to blocklist for causing severe issues.
2019-04-13 07:02:37 +08:00
Gaming4JC
9cdfabaf57
Issue #756 - Remove Contextual Identity References from Pale Moon
2019-03-29 22:23:01 +08:00
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 .
2019-03-16 07:02:42 +08:00
wolfbeast
c283102a46
Move default-enable pref to application.
2019-03-02 12:19:25 +08:00
NTD
01acdb9bd3
Conform Pale Moon AM preferences to actual locations
...
Uplift is NOT required
2019-02-17 12:07:00 +08:00
JustOff
726b629766
[PALEMOON] Link dictionaries to addons.palemoon.org
2019-02-17 12:06:57 +08:00
wolfbeast
f347157c6a
Update browse URL for AM search to Phoebus 2.0
2019-02-16 00:28:30 +08:00
wolfbeast
199b74eb9d
Add matching browser.newtab.choice pref to prevent error.
2019-02-16 00:24:14 +08:00
wolfbeast
f61fb76066
Expose hidden preference to disable Page Thumbnail generation.
...
This resolves #906 .
2019-02-16 00:23:56 +08:00
wolfbeast
9afb4d52f2
Add an option to process favicons.
...
This optimizes the size for UI display and strips animations.
Default disabled. This resolves #899 .
2019-02-16 00:21:04 +08:00
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".
2019-02-16 00:21:02 +08:00
NTD
e954ea3e95
Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent
2019-02-16 00:20:47 +08:00