Commit graph

315 commits

Author SHA1 Message Date
Roy Tam
a85a33f6de Merge remote-tracking branch 'origin/master' into custom 2019-08-02 14:09:49 +08:00
wolfbeast
aa1fc0720e Hide and disable open_all/cut/copy/delete/properties when opening
bookmarks/history context menu with no selection

This resolves #882 (by not offering options that can't be used)
2019-08-02 13:48:47 +08:00
Ryan Fox
f921a47707 Issue #1156 - Location Bar Preferences Checkboxes
Signed-off-by: Ryan Fox <flewkey@2a03.party>
2019-08-02 13:48:42 +08:00
Roy Tam
57a3bd35a6 Merge remote-tracking branch 'origin/master' into custom 2019-07-27 06:45:53 +08:00
wolfbeast
b0cd49c0b8 Add UI preference for overall vertical smooth scrolling speed
(as a percentage).

Resolves #1147.
2019-07-27 06:35:40 +08:00
Roy Tam
4ad03e727f Merge remote-tracking branch 'origin/master' into custom 2019-07-25 21:47:07 +08:00
wolfbeast
d1125a5bd7 Remove MOZ_BROWSER_STATUSBAR conditional.
This resolves #1194.
2019-07-25 21:39:48 +08:00
Roy Tam
6431b85501 Merge remote-tracking branch 'origin/master' into custom 2019-05-31 07:28:33 +08:00
Matt A. Tobin
257e674bde [Pale Moon] Fix event.stopPropagation is not defined when clicking the show/hide tiles on about:newtab 2019-05-31 07:20:59 +08:00
adeshkp
825f472a93 Issue #246 - Remove "enhanced" newtab code from Pale Moon 2019-05-31 07:20:44 +08:00
Roy Tam
ec217d91d9 Merge remote-tracking branch 'origin/master' into custom 2019-05-17 22:18:17 +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
Roy Tam
220b809fb9 Merge remote-tracking branch 'origin/master' into custom 2019-05-11 06:27:21 +08:00
Matt A. Tobin
9d9a113400 Issue #1083 - Deprecate FUEL extension helper javascript library 2019-05-11 06:22:45 +08:00
Roy Tam
2cb30a238c Merge remote-tracking branch 'origin/master' into custom 2019-04-27 09:01:02 +08:00
Ascrod
74e02af5af Issue #991 Part 1: Pale Moon 2019-04-27 08:16:34 +08:00
Roy Tam
ed1b356dfa Merge remote-tracking branch 'origin/master' into custom 2019-04-06 10:00:51 +08:00
wolfbeast
3dbc6ee1a4 Zap the robots.
Resolves #1036
2019-04-06 09:59:48 +08:00
Roy Tam
583edc6020 Merge remote-tracking branch 'origin/master' into custom 2019-03-29 22:29:22 +08:00
JustOff
97a08efe32 Revert "Only write the newtab URL if the machinery for it had previously been"
This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a.
2019-03-29 22:27:33 +08:00
JustOff
3b9e91ba75 Prevent mistaken overwriting of browser.newtab.url when using the browser preferences dialog 2019-03-29 22:27:29 +08:00
wolfbeast
2f3189f5a4 Only write the newtab URL if the machinery for it had previously been
initialized.

This prevents the URL being overwritten with e.g. about:logopage.
2019-03-29 22:22:08 +08:00
Roy Tam
0d6f4484c4 miscellaneous Windows XP fixes 2019-02-22 22:04:03 +08:00
wolfbeast
f835d03c2f Move "No proxy for" control down to clarify it is a global effect.
Follow-up to the behavior change in commit
6567bb631a78033b6b4cc32bc93e07d837652276
2019-02-16 00:28:22 +08:00
wolfbeast
dbe5dd5e2a Never let "localhost" get sent to a proxy.
Also make "No proxy for" editable always when usable.
2019-02-16 00:28:08 +08:00
Ascrod
13969c80a3 Pale Moon: Use file path for bookmarks import/export. 2019-02-16 00:27:46 +08:00
wolfbeast
496aae0631 Revert "Fix bookmarks backup logic."
This reverts commit 99f5afe64b393809c4bdee6c92d0769091bd2ca0.
2019-02-16 00:27:35 +08:00
wolfbeast
1e2c555484 [PALEMOON] Remove some dead code from browser glue
(plugin update service)
2019-02-16 00:27:26 +08:00
wolfbeast
c2496a58d0 Fix incorrect file reference in onDownloadDragStart
Follow-up to Janek's port in 462332eee018e24d88255c708fa8acb67a717673
where this variable was changed creating a mismatch with surrounding
code.

This fixes #943.
2019-02-16 00:27:18 +08:00
wolfbeast
83dcf0f290 Fix bookmarks backup logic.
This is a follow-up to an incomplete patch submitted to Tycho:
https://github.com/MoonchildProductions/Pale-Moon/pull/1082

Also reduces the idle time before attempting to backup in the background
to 10 minutes (was 15).
2019-02-16 00:27:17 +08:00
Ascrod
ecab329490 [PALEMOON] Fix the option to disable HSTS. 2019-02-16 00:24:24 +08:00
wolfbeast
7f9b5f6329 [PALEMOON] Add captive portal preference to the UI.
Tag #860
2019-02-16 00:24:16 +08:00
wolfbeast
7bd9777765 [PALEMOON] Clean up advanced prefs XUL
Remove commented out old Firefox prefs that haven't been used in a
loon while and aren't going to be reinstated.
2019-02-16 00:24:11 +08:00
janekptacijarabaci
c80a76aaf0 [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils imports 2019-02-16 00:23:42 +08:00
janekptacijarabaci
83ba13fdac [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to a JavaScript code module 2019-02-16 00:23:40 +08:00
janekptacijarabaci
b5c90dfea0 [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history downloads indefinitely 2019-02-16 00:23:38 +08:00
janekptacijarabaci
dfed6fdfe6 [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following landing of bug 1127867 2019-02-16 00:23:37 +08:00
janekptacijarabaci
53aa070170 [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of downloads asynchronously 2019-02-16 00:23:35 +08:00
janekptacijarabaci
ad8a1e1f50 Fix typos 2019-02-16 00:23:34 +08:00
janekptacijarabaci
63e8a36496 [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the DownloadsDataItem object 2019-02-16 00:23:32 +08:00
janekptacijarabaci
5705b9b36a [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem properties 2019-02-16 00:23:31 +08:00
janekptacijarabaci
5dabb446c5 [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place (downloadsViewCommon.js) 2019-02-16 00:23:30 +08:00
janekptacijarabaci
c66a3e8d83 [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to a common place 2019-02-16 00:23:28 +08:00
janekptacijarabaci
a8622a0a10 [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers 2019-02-16 00:23:27 +08:00
janekptacijarabaci
67f36036d3 [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload objects 2019-02-16 00:23:25 +08:00
janekptacijarabaci
23f4f8a235 [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItem 2019-02-16 00:23:24 +08:00
janekptacijarabaci
419dd13315 [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Library 2019-02-16 00:23:22 +08:00
janekptacijarabaci
17b9f0a915 [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChanged 2019-02-16 00:23:21 +08:00
janekptacijarabaci
03d5824434 [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads without the target file name annotation 2019-02-16 00:23:20 +08:00
janekptacijarabaci
7fce042c11 [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads without the target file name annotation 2019-02-16 00:23:18 +08:00