Commit graph

192 commits

Author SHA1 Message Date
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
NTD
79acd8acd5 [PALEMOON] Use generic application icon for external applications in about:feeds 2019-02-16 00:19:21 +08:00
NTD
dfcf00a75f Revert "[PALEMOON] Use generic application icon for external applications in about:feeds"
This reverts commit c8d90e332f4da50fdaa77eb733481d8be547391c.
2019-02-16 00:19:19 +08:00
wolfbeast
ab837222b1 Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog"
This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9.

Tag #867
2019-02-16 00:19:18 +08:00
NTD
8b86f995ad [PALEMOON] Use generic application icon for external applications in about:feeds 2019-02-16 00:19:16 +08:00
wolfbeast
cb8e2c2e59 #863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption. 2019-02-16 00:19:02 +08:00
wolfbeast
e53942ffe8 Backout opportunistic encryption changes.
Apparently there is some functional and naming confusion here.
Backing out to re-land after evaluation and possible changes.
Tag #863.
2019-02-16 00:18:57 +08:00
wolfbeast
58b93e265b Add GUI control to Pale Moon for opportunistic encryption.
Pale Moon part for #863.
2019-02-16 00:18:56 +08:00
JustOff
7da6d82c53 [PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog 2019-02-16 00:18:48 +08:00
JustOff
c672f9fc86 [PALEMOON] Open about:permissions when notification settings are requested 2019-02-16 00:18:03 +08:00