summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/places
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)
* Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-12-5/+2
| | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
* Pale Moon: Use file path for bookmarks import/export.Ascrod2019-02-01-2/+2
|
* Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistentMatt A. Tobin2018-11-30-23/+23
|
* Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistentMatt A. Tobin2018-11-30-1/+0
|
* [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
* 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] Focus and select the first non-collapsed text element in the ↵JustOff2018-11-03-0/+5
| | | | bookmark properties dialog
* [PALEMOON] Places - remove unnecessary line from controller.jsjanekptacijarabaci2018-07-21-2/+0
|
* [PALEMOON] Places - remove unused @param from controller.jsjanekptacijarabaci2018-07-21-3/+0
|
* string.contains() => string.includes()wolfbeast2018-06-07-1/+1
|
* Add a helper function in PlacesUIUtils.jsm to cater to HiDPI favicon display ↵wolfbeast2018-06-06-3/+33
| | | | with #-moz-resolution=w,h
* [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't ↵janekptacijarabaci2018-05-23-10/+22
| | | | | | work correctly Issue #121
* [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ↵janekptacijarabaci2018-05-02-1/+1
| | | | | | entire function "onKeywordFieldBlur" Issue #121
* [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty ↵janekptacijarabaci2018-05-02-9/+12
| | | | | | value) does not work Issue #121
* [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-04-18-13/+34
| | | | | | | [nsIEditor.transactionManager] Issue #133 Tag https://github.com/MoonchildProductions/UXP/pull/134
* Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite"Matt A. Tobin2018-04-16-1377/+0
| | | | This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e.
* [PALEMOON] Source nsPlacesAutoComplete from the suiteMatt A. Tobin2018-04-16-0/+1377
|
* Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-3/+3
| | | | tag #155
* Remove dead Places protocol handler in Pale MoonJustOff2018-04-14-55/+0
|
* [PALEMOON] Remove the migratorMatt A. Tobin2018-04-12-16/+0
|
* Revert "[PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu"Matt A. Tobin2018-04-12-2/+2
| | | | This reverts commit 6fde853fa8276926f30c7135bdd5f68de3afc35a.
* Revert "[PALEMOON] Use Components.interfaces directly in controller.js, ↵Matt A. Tobin2018-04-12-91/+91
| | | | | | history-panel.js, and treeView.js" This reverts commit 8e9e05da3d770daab326621b0ce42eb15d1cb740.
* [PALEMOON] Use Components.interfaces directly in controller.js, ↵Matt A. Tobin2018-04-09-91/+91
| | | | history-panel.js, and treeView.js
* [PALEMOON] Fix redeclarations of shorthand Cc, Ci, CuMatt A. Tobin2018-04-05-2/+2
|
* [PALEMOON] Fix for loops in treeView.js (SyntaxError: missing ] after ↵Matt A. Tobin2018-04-05-1/+6
| | | | element list)
* Add Pale MoonMatt A. Tobin2018-02-02-0/+12924