summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/places
Commit message (Collapse)AuthorAgeLines
* 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