Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Never let "localhost" get sent to a proxy. | wolfbeast | 2019-02-07 | -1/+1 |
| | | | | Also make "No proxy for" editable always when usable. | |||
* | Pale Moon: Use file path for bookmarks import/export. | Ascrod | 2019-02-01 | -2/+2 |
| | ||||
* | Revert "Fix bookmarks backup logic." | wolfbeast | 2019-01-30 | -36/+52 |
| | | | | This reverts commit 99f5afe64b393809c4bdee6c92d0769091bd2ca0. | |||
* | [PALEMOON] Remove some dead code from browser glue | wolfbeast | 2019-01-28 | -8/+0 |
| | | | | (plugin update service) | |||
* | Fix incorrect file reference in `onDownloadDragStart` | wolfbeast | 2019-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. | wolfbeast | 2019-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/master | Moonchild | 2019-01-18 | -3/+3 |
|\ | | | | | Fix option for disabling HSTS in Pale Moon | |||
| * | [PALEMOON] Fix the option to disable HSTS. | Ascrod | 2019-01-16 | -3/+3 |
| | | ||||
* | | [PALEMOON] Add captive portal preference to the UI. | wolfbeast | 2019-01-16 | -0/+12 |
| | | | | | | | | Tag #860 | |||
* | | [PALEMOON] Clean up advanced prefs XUL | wolfbeast | 2019-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_rewrite | Moonchild | 2018-12-31 | -1733/+1076 |
|\ | | | | | Rewrite Pale Moon FE downloads handling | |||
| * | [PALEMOON] Bug 1135348 - Fix about:downloads by adding missing XPCOMUtils ↵ | janekptacijarabaci | 2018-07-29 | -0/+4 |
| | | | | | | | | imports | |||
| * | [PALEMOON] Bug 1129896 - Part 2 of 2 - Convert the shared front-end code to ↵ | janekptacijarabaci | 2018-07-29 | -63/+94 |
| | | | | | | | | a JavaScript code module | |||
| * | [PALEMOON] Bug 1129896 - Part 1 of 2 - Keep cached metadata for history ↵ | janekptacijarabaci | 2018-07-29 | -76/+69 |
| | | | | | | | | downloads indefinitely | |||
| * | [PALEMOON] Bug 1195279 - Fix typo in allDownloadsViewOverlay.js following ↵ | janekptacijarabaci | 2018-07-29 | -1/+1 |
| | | | | | | | | landing of bug 1127867 | |||
| * | [PALEMOON] Bug 1127867 - Use the new back-end property to get the size of ↵ | janekptacijarabaci | 2018-07-29 | -120/+79 |
| | | | | | | | | downloads asynchronously | |||
| * | Fix typos | janekptacijarabaci | 2018-07-29 | -15/+10 |
| | | ||||
| * | [PALEMOON] Bug 1117141 - Part 2 of 2 - Refactor notifications and remove the ↵ | janekptacijarabaci | 2018-07-29 | -593/+234 |
| | | | | | | | | DownloadsDataItem object | |||
| * | [PALEMOON] Bug 1117141 - Part 1 of 2 - Bypass all the DownloadsDataItem ↵ | janekptacijarabaci | 2018-07-29 | -306/+321 |
| | | | | | | | | properties | |||
| * | [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵ | janekptacijarabaci | 2018-07-29 | -0/+267 |
| | | | | | | | | a common place (downloadsViewCommon.js) | |||
| * | [PALEMOON] Bug 1117139 - Move code controlling the "download.xml" binding to ↵ | janekptacijarabaci | 2018-07-29 | -416/+46 |
| | | | | | | | | a common place | |||
| * | [PALEMOON] Bug 1115379 - Streamline DownloadsViewItemController construction ↵ | janekptacijarabaci | 2018-07-29 | -39/+29 |
| | | | | | | | | and remove now unneeded identifiers | |||
| * | [PALEMOON] Bug 1116176 - Create DownloadsHistoryDataItem and HistoryDownload ↵ | janekptacijarabaci | 2018-07-29 | -422/+393 |
| | | | | | | | | objects | |||
| * | [PALEMOON] Bug 1115983 - Keep only minimal state information in the DataItem | janekptacijarabaci | 2018-07-29 | -209/+118 |
| | | ||||
| * | [PALEMOON] Bug 1115421 - Simplify download annotations handling in the Library | janekptacijarabaci | 2018-07-29 | -95/+137 |
| | | ||||
| * | [PALEMOON] Bug 1120429 - Remove unused code handling nodeAnnotationChanged | janekptacijarabaci | 2018-07-29 | -70/+12 |
| | | ||||
| * | [PALEMOON] Bug 1115972 - Don't fall back to the Places icon for downloads ↵ | janekptacijarabaci | 2018-07-29 | -18/+5 |
| | | | | | | | | without the target file name annotation | |||
| * | [PALEMOON] Bug 1115971 - Don't fall back to the Places title for downloads ↵ | janekptacijarabaci | 2018-07-29 | -20/+7 |
| | | | | | | | | without the target file name annotation | |||
| * | [PALEMOON] Bug 1115369 - Use notifications instead of getViewItem for ↵ | janekptacijarabaci | 2018-07-29 | -98/+78 |
| | | | | | | | | DownloadsView | |||
* | | Merge branch 'master' into Sync-weave | wolfbeast | 2018-12-10 | -421/+10064 |
|\ \ | ||||
| * | | Fix incorrect preference reference in feed reader. | wolfbeast | 2018-12-07 | -1/+1 |
| | | | ||||
| * | | [PALEMOON] Complete making Sync optional at build time - Part 2: Packaging | Matt A. Tobin | 2018-12-01 | -0/+4 |
| | | | ||||
| * | | [PALEMOON] Complete making Sync optional at build time | Matt A. Tobin | 2018-12-01 | -1/+7 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistent | Matt A. Tobin | 2018-11-30 | -103/+103 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent | Matt A. Tobin | 2018-11-30 | -61/+19 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to components | Matt A. Tobin | 2018-11-30 | -0/+3547 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components | Matt A. Tobin | 2018-11-30 | -0/+2688 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components | Matt A. Tobin | 2018-11-30 | -0/+2932 |
| | | | ||||
| * | | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to components | Matt A. Tobin | 2018-11-30 | -0/+664 |
| | | | ||||
| * | | Issue #890 - Port cpp aboutRedirector to javascript | Matt A. Tobin | 2018-11-30 | -263/+139 |
|/ / | ||||
* | | [PALEMOON] Align the places component with the updated PlacesUtils API | JustOff | 2018-11-16 | -23/+34 |
| | | ||||
* | | Issue #861 - The bookmark properties window should focus on the Name Picker ↵ | Matt A. Tobin | 2018-11-14 | -0/+5 |
| | | | | | | | | text box on init | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-14 | -11/+4 |
|\ \ | ||||
| * | | [PALEMOON] Use generic application icon for external applications in about:feeds | Matt A. Tobin | 2018-11-14 | -16/+4 |
| | | | ||||
| * | | Revert "[PALEMOON] Use generic application icon for external applications in ↵ | Matt A. Tobin | 2018-11-14 | -1/+6 |
| | | | | | | | | | | | | | | | | | | about:feeds" This reverts commit c8d90e332f4da50fdaa77eb733481d8be547391c. | |||
* | | | Revert "[PALEMOON] Focus and select the first non-collapsed text element in ↵ | wolfbeast | 2018-11-14 | -5/+0 |
|/ / | | | | | | | | | | | | | | | the bookmark properties dialog" This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867 | |||
* | | [PALEMOON] Use generic application icon for external applications in about:feeds | Matt A. Tobin | 2018-11-14 | -6/+1 |
| | | ||||
* | | #863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption. | wolfbeast | 2018-11-05 | -0/+19 |
| | | ||||
* | | Backout opportunistic encryption changes. | wolfbeast | 2018-11-04 | -8/+0 |
| | | | | | | | | | | | | Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863. | |||
* | | Add GUI control to Pale Moon for opportunistic encryption. | wolfbeast | 2018-11-04 | -0/+8 |
| | | | | | | | | Pale Moon part for #863. |