summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
Commit message (Collapse)AuthorAgeLines
* Remove "Delete this page" and "Forget about this site" from livemarks.janekptacijarabaci2019-08-12-3/+7
| | | | | | These context menu entries should not be present on live bookmarks because they make no sense for feed entries. This resolves #663.
* Hide and disable open_all/cut/copy/delete/properties when openingwolfbeast2019-07-28-53/+61
| | | | | | bookmarks/history context menu with no selection This resolves #882 (by not offering options that can't be used)
* Issue #1156 - Location Bar Preferences CheckboxesRyan Fox2019-07-27-33/+0
| | | | Signed-off-by: Ryan Fox <flewkey@2a03.party>
* Add UI preference for overall vertical smooth scrolling speedwolfbeast2019-07-26-0/+9
| | | | | | (as a percentage). Resolves #1147.
* Remove MOZ_BROWSER_STATUSBAR conditional.wolfbeast2019-07-22-3/+1
| | | | This resolves #1194.
* [Pale Moon] Fix event.stopPropagation is not defined when clicking the ↵Matt A. Tobin2019-05-25-1/+1
| | | | show/hide tiles on about:newtab
* Issue #246 - Remove "enhanced" newtab code from Pale Moonadeshkp2019-05-25-66/+2
|
* Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-12-10/+2
| | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
* Issue #1083 - Deprecate FUEL extension helper javascript libraryMatt A. Tobin2019-05-09-0/+4
|
* Issue #991 Part 1: Pale MoonAscrod2019-04-13-59/+13
|
* Zap the robots.wolfbeast2019-04-05-5/+0
| | | | Resolves #1036
* Revert "Only write the newtab URL if the machinery for it had previously been"JustOff2019-03-26-1/+1
| | | | This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a.
* Prevent mistaken overwriting of browser.newtab.url when using the browser ↵JustOff2019-03-26-26/+39
| | | | preferences dialog
* Only write the newtab URL if the machinery for it had previously beenwolfbeast2019-03-25-1/+1
| | | | | | initialized. This prevents the URL being overwritten with e.g. about:logopage.
* Move "No proxy for" control down to clarify it is a global effect.wolfbeast2019-02-14-3/+3
| | | | | Follow-up to the behavior change in commit 6567bb631a78033b6b4cc32bc93e07d837652276
* Never let "localhost" get sent to a proxy.wolfbeast2019-02-07-1/+1
| | | | Also make "No proxy for" editable always when usable.
* Pale Moon: Use file path for bookmarks import/export.Ascrod2019-02-01-2/+2
|
* Revert "Fix bookmarks backup logic."wolfbeast2019-01-30-36/+52
| | | | This reverts commit 99f5afe64b393809c4bdee6c92d0769091bd2ca0.
* [PALEMOON] Remove some dead code from browser gluewolfbeast2019-01-28-8/+0
| | | | (plugin update service)
* Fix incorrect file reference in `onDownloadDragStart`wolfbeast2019-01-25-3/+3
| | | | | | | | Follow-up to Janek's port in 462332eee018e24d88255c708fa8acb67a717673 where this variable was changed creating a mismatch with surrounding code. This fixes #943.
* Fix bookmarks backup logic.wolfbeast2019-01-24-52/+36
| | | | | | | | 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).
* Merge pull request #931 from Ascrod/masterMoonchild2019-01-18-3/+3
|\ | | | | Fix option for disabling HSTS in Pale Moon
| * [PALEMOON] Fix the option to disable HSTS.Ascrod2019-01-16-3/+3
| |
* | [PALEMOON] Add captive portal preference to the UI.wolfbeast2019-01-16-0/+12
| | | | | | | | Tag #860
* | [PALEMOON] Clean up advanced prefs XULwolfbeast2019-01-16-14/+0
|/ | | | | Remove commented out old Firefox prefs that haven't been used in a loon while and aren't going to be reinstated.
* Merge pull request #917 from janekptacijarabaci/_testBranch_pm_downloads_rewriteMoonchild2018-12-31-1733/+1076
|\ | | | | Rewrite Pale Moon FE downloads handling
| * [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils ↵janekptacijarabaci2018-07-29-0/+4
| | | | | | | | imports
| * [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to ↵janekptacijarabaci2018-07-29-63/+94
| | | | | | | | a JavaScript code module
| * [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history ↵janekptacijarabaci2018-07-29-76/+69
| | | | | | | | downloads indefinitely
| * [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following ↵janekptacijarabaci2018-07-29-1/+1
| | | | | | | | landing of bug 1127867
| * [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of ↵janekptacijarabaci2018-07-29-120/+79
| | | | | | | | downloads asynchronously
| * Fix typosjanekptacijarabaci2018-07-29-15/+10
| |
| * [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the ↵janekptacijarabaci2018-07-29-593/+234
| | | | | | | | DownloadsDataItem object
| * [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem ↵janekptacijarabaci2018-07-29-306/+321
| | | | | | | | properties
| * [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵janekptacijarabaci2018-07-29-0/+267
| | | | | | | | a common place (downloadsViewCommon.js)
| * [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵janekptacijarabaci2018-07-29-416/+46
| | | | | | | | a common place
| * [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵janekptacijarabaci2018-07-29-39/+29
| | | | | | | | and remove now unneeded identifiers
| * [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵janekptacijarabaci2018-07-29-422/+393
| | | | | | | | objects
| * [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItemjanekptacijarabaci2018-07-29-209/+118
| |
| * [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Libraryjanekptacijarabaci2018-07-29-95/+137
| |
| * [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChangedjanekptacijarabaci2018-07-29-70/+12
| |
| * [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads ↵janekptacijarabaci2018-07-29-18/+5
| | | | | | | | without the target file name annotation
| * [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads ↵janekptacijarabaci2018-07-29-20/+7
| | | | | | | | without the target file name annotation
| * [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵janekptacijarabaci2018-07-29-98/+78
| | | | | | | | DownloadsView
* | Merge branch 'master' into Sync-weavewolfbeast2018-12-10-421/+10064
|\ \
| * | Fix incorrect preference reference in feed reader.wolfbeast2018-12-07-1/+1
| | |
| * | [PALEMOON] Complete making Sync optional at build time - Part 2: PackagingMatt A. Tobin2018-12-01-0/+4
| | |
| * | [PALEMOON] Complete making Sync optional at build timeMatt A. Tobin2018-12-01-1/+7
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistentMatt A. Tobin2018-11-30-103/+103
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistentMatt A. Tobin2018-11-30-61/+19
| | |