summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components
Commit message (Collapse)AuthorAgeLines
* 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
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1d: Move sync to componentsMatt A. Tobin2018-11-30-0/+3547
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to componentsMatt A. Tobin2018-11-30-0/+2688
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to componentsMatt A. Tobin2018-11-30-0/+2932
| | |
| * | Issue #889 - Clean up the Pale Moon tree - Part 1a: Move abouthome to componentsMatt A. Tobin2018-11-30-0/+664
| | |
| * | Issue #890 - Port cpp aboutRedirector to javascriptMatt A. Tobin2018-11-30-263/+139
|/ /
* | [PALEMOON] Align the places component with the updated PlacesUtils APIJustOff2018-11-16-23/+34
| |
* | Issue #861 - The bookmark properties window should focus on the Name Picker ↵Matt A. Tobin2018-11-14-0/+5
| | | | | | | | text box on init
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-11-14-11/+4
|\ \
| * | [PALEMOON] Use generic application icon for external applications in about:feedsMatt A. Tobin2018-11-14-16/+4
| | |
| * | Revert "[PALEMOON] Use generic application icon for external applications in ↵Matt A. Tobin2018-11-14-1/+6
| | | | | | | | | | | | | | | | | | about:feeds" This reverts commit c8d90e332f4da50fdaa77eb733481d8be547391c.
* | | Revert "[PALEMOON] Focus and select the first non-collapsed text element in ↵wolfbeast2018-11-14-5/+0
|/ / | | | | | | | | | | | | | | the bookmark properties dialog" This reverts commit e9a58eae57e65b082b461ec17aaf4bef9bb582f9. Tag #867
* | [PALEMOON] Use generic application icon for external applications in about:feedsMatt A. Tobin2018-11-14-6/+1
| |
* | #863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption.wolfbeast2018-11-05-0/+19
| |
* | Backout opportunistic encryption changes.wolfbeast2018-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.wolfbeast2018-11-04-0/+8
| | | | | | | | Pale Moon part for #863.
* | [PALEMOON] Focus and select the first non-collapsed text element in the ↵JustOff2018-11-03-0/+5
| | | | | | | | bookmark properties dialog
* | [PALEMOON] Open about:permissions when notification settings are requestedJustOff2018-10-20-0/+15
| |
* | [PALEMOON] Add filter query to about:permissionsJustOff2018-10-20-0/+8
| |
* | [PALEMOON] Use message manager to detect full-screen HTML5 video in S4E moduleJustOff2018-10-01-20/+69
| |
* | Use SSM's createCodebasePrincipalFromOrigin() instead of the nonexistent ↵wolfbeast2018-09-22-2/+2
| | | | | | | | | | | | BrowserUtils.principalFromOrigin() This resolves #734.
* | [PALEMOON] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-2/+5
| |
* | Use the default value from 'browser.startup.homepage' instead of the ↵JustOff2018-09-03-2/+7
| | | | | | | | hardcoded 'http://start.palemoon.org/'
* | Update 'browser.newtab.url' when it's used for new tabs and ↵JustOff2018-09-03-55/+74
| | | | | | | | 'browser.startup.homepage' changes
* | [PALEMOON] Fix document navigation using F6JustOff2018-08-23-1/+1
| |
* | [PALEMOON] Bug 863773 - Changes the way plugin handlers are loaded at the ↵janekptacijarabaci2018-07-26-21/+12
| | | | | | | | preferences applications pane. Uses enabledPlugin attribute from each navigator.mimeTypes to find the actual plugin used to handle the mime type