summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
...
* | | | | Merge pull request #205 from janekptacijarabaci/pm_engine-manager_keyword_1Moonchild2018-04-19-9/+10
|\ \ \ \ \ | | | | | | | | | | | | [PALEMOON] Engine Manager throws a warning (deprecated)
| * | | | | [PALEMOON] Engine manager - fix typo (added a name function for debugging)janekptacijarabaci2018-04-19-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Issue #121
| * | | | | [PALEMOON] Engine Manager throws a warning (deprecated)janekptacijarabaci2018-04-19-9/+10
| |/ / / / | | | | | | | | | | | | | | | Issue #121
* | | | | [PALEMOON] [frontend vs backend] Follow up - ↵janekptacijarabaci2018-04-19-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ".toolbarbutton-badge-container" was renamed to ".toolbarbutton-badge-stack" Issue #202
* | | | | [PALEMOON] Fix badged button rendersjanekptacijarabaci2018-04-19-18/+18
|/ / / / | | | | | | | | | | | | Issue #202
* | | | [PALEMOON] URL/Address/Location bar - suggestions in location bar cannot be ↵janekptacijarabaci2018-04-19-11/+17
| | | | | | | | | | | | | | | | | | | | | | | | hidden by clicking dropmarker again https://github.com/MoonchildProductions/Pale-Moon/pull/1382
* | | | Merge pull request #201 from janekptacijarabaci/pm_places_error_1Moonchild2018-04-18-16/+50
|\ \ \ \ | | | | | | | | | | [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) [nsIEditor.transactionManager]
| * | | | [PALEMOON] Places - fix: throws an error: 0x80004005 (NS_ERROR_FAILURE) ↵janekptacijarabaci2018-04-18-16/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [nsIEditor.transactionManager] Issue #133 Tag https://github.com/MoonchildProductions/UXP/pull/134
* | | | | [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
| | | | | | | | | | | | | | | | | | | | lexical scope.
* | | | | 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 ↵Matt A. Tobin2018-04-17-3/+2855
| | | | | | | | | | | | | | | | bindings and styling
* | | | Restore nsPlacesAutoCompleteMatt A. Tobin2018-04-17-1/+1
| |_|/ |/| |
* | | Revert "[PALEMOON] Source nsPlacesAutoComplete from the suite"Matt A. Tobin2018-04-16-1378/+1
| | | | | | | | | | | | This reverts commit 532de8c09d10767960cdecbb4fcaa4262884016e.
* | | Revert "[PALEMOON] Use unified complete in autocompletesearch attribute for ↵Matt A. Tobin2018-04-16-1/+1
| | | | | | | | | | | | | | | | | | urlbar" This reverts commit 2ccac3373fd4eaebe4fdd1812550549232fb6ed1.
* | | [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.dtd
| * | | [PALEMOON] Remove accidentally duplicated 'malformedURI.title' from netError.dtdJustOff2018-04-16-2/+1
| | | |
* | | | Revert "[PALEMOON] Fix a warning: "unreachable code after return statement" ↵New Tobin Paradigm2018-04-16-2/+1
| | | | | | | | | | | | | | | | in urlbarBindings.xml"
* | | | Merge pull request #176 from ↵New Tobin Paradigm2018-04-16-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/pm_unreachable-code-after-return-statement_1 [PALEMOON] Fix a warning: "unreachable code after return statement" in urlbarBindings.xml
| * | | | [PALEMOON] Fix a warning: "unreachable code after return statement" in ↵janekptacijarabaci2018-04-15-1/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | urlbarBindings.xml Issue #121
* | | | [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 - datetime
| | * | | [PALEMOON] [Frontend vs Backend] HTML - input - datetimejanekptacijarabaci2018-04-15-14/+41
| | | | | | | | | | | | | | | | | | | | Issue #162
| * | | | [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
|/ / / | | | | | | | | | tag #155
* | | Merge pull request #159 from JustOff/PR_remove_places_protocolNew Tobin Paradigm2018-04-15-55/+0
|\ \ \ | |/ / |/| | Remove dead Places protocol handler in Pale Moon
| * | Merge branch 'master' of https://github.com/MoonchildProductions/UXP and ↵JustOff2018-04-14-554/+79
| |\ \ | | | | | | | | | | | | resolve conflicts
| * | | 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
| | | | | | | | | | | | | | | | as anyone can tell
* | | | Merge pull request #164 from JustOff/PR_nsContextMenu_unreachable_codeMoonchild2018-04-14-3/+2
|\ \ \ \ | | | | | | | | | | Suppress false-positive warning about unreachable code after return in nsContextMenu.js
| * | | | Suppress false-positive warning about unreachable code after return in ↵JustOff2018-04-14-3/+2
| | |/ / | |/| | | | | | | | | | nsContextMenu.js
* / | | [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() API
| * | | Align SessionStore.jsm with the updated getCookiesFromHost() APIJustOff2018-04-14-1/+1
| |/ /
* / / [PALEMOON] Revise packagingMatt A. Tobin2018-04-14-553/+76
|/ /
* | Merge pull request #156 from janekptacijarabaci/pm_places_downloads_1New Tobin Paradigm2018-04-14-1/+25
|\ \ | | | | | | [PALEMOON] Downloads - throws an error
| * | [PALEMOON] Downloads - throws an errorjanekptacijarabaci2018-04-14-1/+25
| | | | | | | | | | | | Issue #121