Commit graph

201 commits

Author SHA1 Message Date
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
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
9d9a113400 Issue #1083 - Deprecate FUEL extension helper javascript library 2019-05-11 06:22:45 +08:00
Ascrod
74e02af5af Issue #991 Part 1: Pale Moon 2019-04-27 08:16:34 +08:00
wolfbeast
3dbc6ee1a4 Zap the robots.
Resolves #1036
2019-04-06 09:59:48 +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
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
janekptacijarabaci
e4e51e5782 [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for DownloadsView 2019-02-16 00:23:17 +08:00
wolfbeast
e9bdcb12f3 Remove non-functional removal summary from quota dialog. 2019-02-16 00:22:04 +08:00
wolfbeast
2d005c9781 Fix incorrect preference reference in feed reader. 2019-02-16 00:21:05 +08:00
NTD
2180b84b22 [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging 2019-02-16 00:20:53 +08:00
NTD
38e84217a3 [PALEMOON] Complete making Sync optional at build time 2019-02-16 00:20:51 +08:00
NTD
088c74605c Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistent 2019-02-16 00:20:48 +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
NTD
00c0692c36 Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to components 2019-02-16 00:20:44 +08:00
NTD
814b709ef8 Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components 2019-02-16 00:20:43 +08:00
NTD
a07ec61fe6 Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components 2019-02-16 00:20:41 +08:00
NTD
36d7d6d67a Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components 2019-02-16 00:20:40 +08:00
NTD
ed5d1e2167 Issue #890 - Port cpp aboutRedirector to javascript 2019-02-16 00:20:38 +08:00
JustOff
12a5dc96b5 [PALEMOON] Align the places component with the updated PlacesUtils API 2019-02-16 00:19:40 +08:00
NTD
4b184ba757 Issue #861 - The bookmark properties window should focus on the Name Picker text box on init 2019-02-16 00:19:22 +08:00