summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Expand)AuthorAgeLines
* Merge pull request #206 from janekptacijarabaci/pm_PopupNotifications.jsm_1Moonchild2018-04-19-16/+105
|\
| * [PALEMOON] Fix: PopupNotifications.jsm (some extra checkbox) + catch exceptio...janekptacijarabaci2018-04-19-16/+105
* | Merge pull request #205 from janekptacijarabaci/pm_engine-manager_keyword_1Moonchild2018-04-19-9/+10
|\ \
| * | [PALEMOON] Engine manager - fix typo (added a name function for debugging)janekptacijarabaci2018-04-19-1/+1
| * | [PALEMOON] Engine Manager throws a warning (deprecated)janekptacijarabaci2018-04-19-9/+10
| |/
* | [PALEMOON] [frontend vs backend] Follow up - ".toolbarbutton-badge-container"...janekptacijarabaci2018-04-19-4/+4
* | [PALEMOON] Fix badged button rendersjanekptacijarabaci2018-04-19-18/+18
|/
* [PALEMOON] URL/Address/Location bar - suggestions in location bar cannot be h...janekptacijarabaci2018-04-19-11/+17
* Merge pull request #201 from janekptacijarabaci/pm_places_error_1Moonchild2018-04-18-16/+50
|\
| * [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIE...janekptacijarabaci2018-04-18-16/+50
* | [PALEMOON] Only use the private autocomplete binding on the URL barMatt A. Tobin2018-04-18-123/+123
* | Add extra JS scope for DownloadUtils in urlbarBinding.xml to cater to global ...wolfbeast2018-04-18-3/+5
* | Use asyncOpen2 instead of asyncOpen everywhere in Pale MoonJustOff2018-04-17-11/+10
|/
* [PALEMOON] Localize a private copy of the pre-richlistbox autocomplete ksmoduleMatt A. Tobin2018-04-17-0/+298
* [PALEMOON] Localize a private copy of the pre-newawesomebar autocomplete bind...Matt A. Tobin2018-04-17-3/+2855
* Restore nsPlacesAutoCompleteMatt A. Tobin2018-04-17-1/+1
* Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite"Matt A. Tobin2018-04-16-1378/+1
* Revert "[PALEMOON] Use unified complete in autocompletesearch attribute for u...Matt A. Tobin2018-04-16-1/+1
* [PALEMOON] Use unified complete in autocompletesearch attribute for urlbarMatt A. Tobin2018-04-16-1/+1
* [PALEMOON] Source nsPlacesAutoComplete from the suiteMatt A. Tobin2018-04-16-1/+1378
* Remove unused Sync promotion notification iconJustOff2018-04-16-3/+0
* Remove Sync promobox from popup-notifications.inc as wellJustOff2018-04-16-1/+0
* Remove the Sync promotion in the add-on install doorhangerJustOff2018-04-16-308/+0
* Merge pull request #192 from JustOff/PR_netError.dtd_malformedURI.title_dupeNew Tobin Paradigm2018-04-16-2/+1
|\
| * [PALEMOON] Remove accidentally duplicated 'malformedURI.title' from netError.dtdJustOff2018-04-16-2/+1
* | Revert "[PALEMOON] Fix a warning: "unreachable code after return statement" i...New Tobin Paradigm2018-04-16-2/+1
* | Merge pull request #176 from janekptacijarabaci/pm_unreachable-code-after-ret...New Tobin Paradigm2018-04-16-1/+2
|\ \
| * | [PALEMOON] Fix a warning: "unreachable code after return statement" in urlbar...janekptacijarabaci2018-04-15-1/+2
* | | [PALEMOON] Update UA Compatibility modes in a backwards compatible wayMatt A. Tobin2018-04-16-0/+54
| |/ |/|
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-16-20/+48
|\ \
| * \ Merge pull request #178 from janekptacijarabaci/html_input_datetime_3New Tobin Paradigm2018-04-16-14/+41
| |\ \
| | * | [PALEMOON] [Frontend vs Backend] HTML - input - datetimejanekptacijarabaci2018-04-15-14/+41
| * | | [PALEMOON] Fix packaging define for ICUMatt A. Tobin2018-04-15-4/+5
| * | | [PALEMOON] Fix packaging defineMatt A. Tobin2018-04-15-2/+2
| |/ /
* / / Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-88/+89
|/ /
* | Merge pull request #159 from JustOff/PR_remove_places_protocolNew Tobin Paradigm2018-04-15-55/+0
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP and reso...JustOff2018-04-14-554/+79
| |\
| * | Remove dead Places protocol handler in Pale MoonJustOff2018-04-14-57/+0
* | | [PALEMOON] Fix gtk conditional in shared brandingMatt A. Tobin2018-04-14-1/+1
* | | Align SessionStore.jsm with the updated nsICookieManager2.add() APIJustOff2018-04-14-1/+1
* | | [PALEMOON] Move linux icons to moz.buildMatt A. Tobin2018-04-14-8/+6
* | | [PALEMOON] Linux gets emojis tooMatt A. Tobin2018-04-14-1/+1
* | | [PALEMOON] Theme chrome.manifest only needs to be packaged on Windows as far ...Matt A. Tobin2018-04-14-0/+2
* | | Merge pull request #164 from JustOff/PR_nsContextMenu_unreachable_codeMoonchild2018-04-14-3/+2
|\ \ \
| * | | Suppress false-positive warning about unreachable code after return in nsCont...JustOff2018-04-14-3/+2
| | |/ | |/|
* / | [PALEMOON] Fix depthMatt A. Tobin2018-04-14-34/+4
|/ /
* | [PALEMOON] Add MOZ_PHOENIX_EXTENSIONS to application specific configureMatt A. Tobin2018-04-14-2/+2
* | Merge pull request #163 from JustOff/PR_SessionStore_getCookiesFromHostNew Tobin Paradigm2018-04-14-1/+1
|\ \
| * | Align SessionStore.jsm with the updated getCookiesFromHost() APIJustOff2018-04-14-1/+1
| |/
* / [PALEMOON] Revise packagingMatt A. Tobin2018-04-14-553/+76
|/