summaryrefslogtreecommitdiffstats
path: root/application/palemoon
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into pm_...janekptacijarabaci2018-04-17-475/+190
|\
| * 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] Remove unused Task.jsm in openLocation.jsjanekptacijarabaci2018-04-17-1/+0
* | | | [PALEMOON] Fix conflict in openLocation.jsjanekptacijarabaci2018-04-17-2/+2
* | | | Fix flags for "loadURIWithFlags" in openLocation.jsjanekptacijarabaci2018-04-15-1/+2
* | | | Maybe fix openLocation.js (to Promise)janekptacijarabaci2018-04-15-2/+1
* | | | Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xmljanekptacijarabaci2018-04-15-2/+3
* | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped o...janekptacijarabaci2018-04-15-4/+8
* | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped o...janekptacijarabaci2018-04-15-9/+12
* | | | Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on ...janekptacijarabaci2018-04-15-5/+8
* | | | Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on New...janekptacijarabaci2018-04-15-5/+8
* | | | Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on ...janekptacijarabaci2018-04-15-7/+16
* | | | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-25/+21
* | | | Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on non...janekptacijarabaci2018-04-15-12/+80
* | | | Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the ne...janekptacijarabaci2018-04-15-72/+99
* | | | Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed ...janekptacijarabaci2018-04-15-10/+8
* | | | Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback b...janekptacijarabaci2018-04-15-135/+152
* | | | Bug 846635 - Use asynchronous getCharsetForURI in getShortcutOrURIjanekptacijarabaci2018-04-15-259/+304
|/ / /
* | | [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
| |/