Moonchild
ef13be6ef8
[Pale-Moon] Issue #1845 - Pref detach&tear-off tab handling.
...
Resolves #1845
2021-01-14 22:33:04 +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
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
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
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
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
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
Pale Moon
76d7b66661
[Pale-Moon] [ui] Encode braille space
2020-06-06 07:25:14 +08:00
Pale Moon
b294e4f2ff
[Pale-Moon] Issue #1737 - Address nits.
2020-05-02 09:14:07 +08:00
Pale Moon
054a3fb4a5
[Pale-Moon] Issue #1737 - Part 8: Phase 1 proofread + adjust for updated code style
2020-05-02 09:13:36 +08:00
Pale Moon
94e0c368a5
[Pale-Moon] Issue #1737 - Part 6: Re-tidy browser-gesturesupport.js after merge
2020-05-02 09:12:33 +08:00
Pale Moon
0d1f8c11a8
[Pale-Moon] Issue #1737 - Part 5: Fix some typoes so the browser doesn't explode.
2020-05-02 09:02:43 +08:00
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.
2020-05-02 09:02:24 +08:00
Pale Moon
6c51c7704a
[Pale-Moon] Issue #1737 - Part 3: Clean up base/content p.3
2020-05-02 09:02:03 +08:00
Pale Moon
b017678cf0
[Pale-Moon] Issue #1737 - Part 2: Clean up base/content p.2
2020-05-02 09:01:29 +08:00
Pale Moon
8b3b8034b9
[Pale-Moon] Issue #1737 - Part 1: Clean up base/content p.1
2020-05-02 08:44:56 +08:00
Matt A. Tobin
485fd40870
[Pale-Moon] Don't set the drawintitlebar attr in gPrivateBrowsingUI unless we want MOZ_CAN_DRAW_IN_TITLEBAR on macintosh
2020-04-18 07:15:31 +08:00
Matt A. Tobin
4950e7ff47
[Pale-Moon] Issue MoonchildProductions/UXP#1516 - Change CAN_DRAW_IN_TITLEBAR to MOZ_CAN_DRAW_IN_TITLEBAR and set it for Windows only
...
Also updates platform commit pointer to match
2020-04-18 07:15:09 +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
Lootyhoof
86551712e5
[Pale-Moon] Replace -moz prefixed logical properties in themes
2020-04-11 10:02:27 +08:00
SpockFan02
4d10837586
[Pale-Moon] Issue #1754 - Update browser-gestureSupport to work on UXP Based on https://hg.mozilla.org/mozilla-central/file/fb921354f6ca063a873725e6702156dece1d282c/browser/base/content/browser-gestureSupport.js
2020-04-03 09:53:55 +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
JustOff
9f19a67fcb
[Pale-Moon] Issue #1730 - Add 1.25x play speed to the html player context menu
2020-03-05 09:44:30 +08:00
athenian200
b6b33a6b2a
[Pale-Moon] Remove excess whitespace.
2020-02-15 07:32:26 +08:00
athenian200
addf7b2fb1
[Pale-Moon] Issue MoonchildProductions/UXP#516 - Remove named function syntax from palemoon/base.
2020-02-15 07:26:27 +08:00
Roy Tam
4f18ae9e69
[Pale-Moon] remove duplicated code hunk, fix js error
2020-02-14 22:48:47 +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
1743bff855
[Pale-Moon] Issue #1722 - Part 1: Allow hiding pinned tabs for the Ctrl-Tab graphical pane
2020-02-07 09:36:26 +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
Matt A. Tobin
5e0560d895
[Pale-Moon] Issue MoonchildProductions/UXP#65 - Remove AppConstants Pale Moon.. again.
2020-01-31 09:51:15 +08:00
JustOff
ad32641c0b
Issue #1706 - Improve copying from the location bar, stop encoding parentheses explicitly
2020-01-17 09:23:12 +08:00
wolfbeast
dabcbe1d6d
Remove some leftover snippets code.
...
follow-up to 3a17b713ef27abb8c9d7c116815d3af7e0f366d9
2019-08-17 13:30:58 +08:00
Matt A. Tobin
c135f205d9
[Pale Moon] Add a configure flag to functionally disable personas at build time
2019-07-05 21:30:02 +08:00
Matt A. Tobin
254714d53b
[Pale Moon] Update the check for updates menu item logic for already staged automatic updates
2019-05-31 07:21:14 +08:00
FranklinDM
18f9f38e8b
Issue #1104 - Pass an opener to loadOneTab in the openURI function
2019-05-24 21:57:18 +08:00
FranklinDM
70c0d40d9b
Issue #1104 - Set the browser's opener when adding a new tab
...
- This modifies `loadOneTab` and `addTab` to accept an opener
- This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
2019-05-24 21:57:17 +08:00
FranklinDM
69e171fb9a
Issue #971 - Fix browser.link.open_newwindow functionality in Pale Moon
2019-05-24 21:55:02 +08:00
Matt A. Tobin
cc3e413793
Remove deprecated appending of #-moz-resolution from Pale Moon and left over from nsMediaFragmentURIParser.h
...
This also magically makes Aero Peek work properly with Pale Moon thus:
Resolves #809
2019-05-17 22:16:24 +08:00
Matt A. Tobin
e0171dc973
[PALEMOON] buildHelpMenu() is executed by the shared help menu but not all windows have the AppMenu
2019-05-17 22:16:01 +08:00