Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1289 - Part 4: Update Pale Moon UI. | wolfbeast | 2019-11-14 | -32/+10 |
| | | | | | This swaps the UI choice to using the new boolean pref instead of enforcement level. | |||
* | #1261 - Update status bar component for the removal of Object.(un)watch | wolfbeast | 2019-11-01 | -15/+51 |
| | | | | | | | This fixes the regression from #1257 by adding in an Object.prototype.watch() shim, based on Eli Grey's polyfill. This resolves #1261. | |||
* | Remove "Delete this page" and "Forget about this site" from livemarks. | janekptacijarabaci | 2019-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 opening | wolfbeast | 2019-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 Checkboxes | Ryan Fox | 2019-07-27 | -33/+0 |
| | | | | Signed-off-by: Ryan Fox <flewkey@2a03.party> | |||
* | Add UI preference for overall vertical smooth scrolling speed | wolfbeast | 2019-07-26 | -0/+9 |
| | | | | | | (as a percentage). Resolves #1147. | |||
* | Remove MOZ_BROWSER_STATUSBAR conditional. | wolfbeast | 2019-07-22 | -3/+1 |
| | | | | This resolves #1194. | |||
* | [Pale Moon] Fix event.stopPropagation is not defined when clicking the ↵ | Matt A. Tobin | 2019-05-25 | -1/+1 |
| | | | | show/hide tiles on about:newtab | |||
* | Issue #246 - Remove "enhanced" newtab code from Pale Moon | adeshkp | 2019-05-25 | -66/+2 |
| | ||||
* | Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵ | Matt A. Tobin | 2019-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 library | Matt A. Tobin | 2019-05-09 | -0/+4 |
| | ||||
* | Issue #991 Part 1: Pale Moon | Ascrod | 2019-04-13 | -59/+13 |
| | ||||
* | Zap the robots. | wolfbeast | 2019-04-05 | -5/+0 |
| | | | | Resolves #1036 | |||
* | Revert "Only write the newtab URL if the machinery for it had previously been" | JustOff | 2019-03-26 | -1/+1 |
| | | | | This reverts commit eb77e289bbe056b58051db0fa868e95da803aa0a. | |||
* | Prevent mistaken overwriting of browser.newtab.url when using the browser ↵ | JustOff | 2019-03-26 | -26/+39 |
| | | | | preferences dialog | |||
* | Only write the newtab URL if the machinery for it had previously been | wolfbeast | 2019-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. | wolfbeast | 2019-02-14 | -3/+3 |
| | | | | | Follow-up to the behavior change in commit 6567bb631a78033b6b4cc32bc93e07d837652276 | |||
* | 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 |
| | | |