summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Merge pull request #260 from janekptacijarabaci/plugins_placeholder_css_1Moonchild2018-04-24-2/+13
|\ | | | | palemoon#583 and #1071: Fix: Plugin placeholder image/text (ask to activate) missing + overlay
| * palemoon#583 and #1071: Fix: Plugin placeholder image/text (ask to activate) ↵janekptacijarabaci2018-04-24-2/+13
| | | | | | | | | | | | | | missing + overlay https://github.com/MoonchildProductions/Pale-Moon/pull/583 https://github.com/MoonchildProductions/Pale-Moon/pull/1071
* | Merge pull request #258 from janekptacijarabaci/forgetAboutSite_1Moonchild2018-04-24-150/+171
|\ \ | | | | | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
| * | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ↵janekptacijarabaci2018-04-24-150/+171
| |/ | | | | | | | | | | | | a comment https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37
* | Merge pull request #244 from janekptacijarabaci/pm_toolbars_custom_persist_2New Tobin Paradigm2018-04-24-1/+1
|\ \ | | | | | | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
| * | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the ↵janekptacijarabaci2018-04-24-1/+1
| |/ | | | | | | | | | | | | | | attribute "collapsed" (backward compatible) https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242
* / Fix accessing the bootstrap methods when they are declared in the new ↵JustOff2018-04-23-3/+61
|/ | | | lexical scope
* Merge pull request #233 from ↵Moonchild2018-04-23-0/+2
|\ | | | | | | | | janekptacijarabaci/webextensions_sandbox_sandboxName_1 moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes
| * moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxesjanekptacijarabaci2018-04-23-0/+2
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/328
* | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1Moonchild2018-04-23-0/+10
|\ \ | | | | | | moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs
| * | Bug 1329288: Allow content policy consumers to identify contentPolicy checks ↵janekptacijarabaci2018-04-22-0/+10
| |/ | | | | | | from docshell
* | Merge pull request #234 from janekptacijarabaci/about_errors_1Moonchild2018-04-23-1/+5
|\ \ | | | | | | moebius#65: Fix: various "about:..." system pages errors
| * | moebius#65: Fix: "about:..." - throws an errorsjanekptacijarabaci2018-04-23-1/+5
| |/ | | | | | | https://github.com/MoonchildProductions/moebius/pull/65
* | Make sure to keep the safebrowsing entities valid.wolfbeast2018-04-22-2/+1
| |
* | Update about:rights legal text.wolfbeast2018-04-22-8/+12
| |
* | Remove NPAPI deprecation statement from about:plugins.wolfbeast2018-04-22-9/+0
|/
* Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] ↵Matt A. Tobin2018-04-22-1/+5
| | | | after element list)
* [PMkit] Fix the shim for 'sdk/ui/button'JustOff2018-04-22-3/+1
|
* [PMkit] Mark 'sdk/panel' as compatible with Pale MoonJustOff2018-04-22-0/+1
|
* Remove unused header file for MeeGo Touchwolfbeast2018-04-21-28/+0
|
* Disallow E10S to run.wolfbeast2018-04-21-8/+4
|
* Merge pull request #217 from ↵New Tobin Paradigm2018-04-20-42/+262
|\ | | | | | | | | janekptacijarabaci/webextensions_runtime_onMessageExternal-onConnectExternal_1 moebius#217: WebExtensions - Implemented "runtime.onMessageExternal"/"onConnectExternal"
| * moebius#217: WebExtensions - Implemented ↵janekptacijarabaci2018-04-20-42/+262
| | | | | | | | | | | | "runtime.onMessageExternal"/"onConnectExternal" https://github.com/MoonchildProductions/moebius/pull/217
* | Merge pull request #220 from JustOff/PR_PMkit_part2New Tobin Paradigm2018-04-20-4/+10
|\ \ | | | | | | Make Add-on SDK (Jetpack) work on Pale Moon || Part 2
| * | [PMkit] Rely on MOZ_WEBEXTENSIONS to include 'sdk/webextension'JustOff2018-04-20-2/+2
| | |
| * | [PMkit] Remove embedded WebExtensions supportJustOff2018-04-20-4/+10
| |/
* / Un-deprecate nsNavHistory::GetPageTitle and nsNavBookmarks::GetURIForKeywordMatt A. Tobin2018-04-20-4/+0
|/
* Make the Mark of the Web preference applicable to all applications.wolfbeast2018-04-20-18/+0
| | | | Follow-up to #215.
* Re-implement pref-able file zone information ("Mark of the Web")wolfbeast2018-04-20-0/+32
| | | | | | See also: https://github.com/MoonchildProductions/Pale-Moon/issues/593 https://github.com/MoonchildProductions/Pale-Moon/pull/599
* Revert "[PALEMOON] Reimplemented selection internet zone information on ↵Moonchild2018-04-20-32/+0
| | | | downloaded files"
* Merge pull request #215 from janekptacijarabaci/pm_zone-information_1New Tobin Paradigm2018-04-20-0/+32
|\ | | | | [PALEMOON] Reimplemented "Time Zone Information"
| * [PALEMOON] Reimplemented "Time Zone Information"janekptacijarabaci2018-04-20-0/+32
| | | | | | | | | | https://github.com/MoonchildProductions/Pale-Moon/issues/593 Issue #121
* | Merge pull request #213 from janekptacijarabaci/cmd_migration_1New Tobin Paradigm2018-04-20-4/+14
|\ \ | | | | | | moebius#144: Launch command: basilisk "-migration -p" (throws an error)
| * | moebius#144: Launch command: basilisk "-migration -p" (throws an error)janekptacijarabaci2018-04-20-4/+14
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/144
* | | Merge pull request #211 from JustOff/PR_PMkit_part1New Tobin Paradigm2018-04-20-2/+277
|\ \ \ | |_|/ |/| | Make Add-on SDK (Jetpack) work on Pale Moon || Part 1
| * | [PMkit] Allow access to 'sdk/ui/buttons' via require('sdk/ui')JustOff2018-04-19-1/+6
| | |
| * | [PMkit] Add the shim for 'sdk/ui/button'JustOff2018-04-19-1/+251
| | |
| * | [PMkit] Update 'module.metadata' with the Pale Moon engine where appropriate ↵JustOff2018-04-19-0/+18
| | | | | | | | | | | | in 'sdk/*'
| * | [PMkit] Add Pale Moon to 'modules/system/Startup.js'JustOff2018-04-19-0/+1
| | |
| * | [PMkit] Add Pale Moon as a target engine to 'sdk/system/xul-app.jsm'JustOff2018-04-19-0/+1
| |/
* | Revert "[PALEMOON] Fix: The profile resseting - partially"janekptacijarabaci2018-04-20-297/+0
| | | | | | | | This reverts commit 4e7e4c2cbed8209974691f18180fa7ea8f00e785.
* | [PALEMOON] Fix: The profile resseting - partially (no the cmd "-migration")janekptacijarabaci2018-04-20-0/+2
| | | | | | | | https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f
* | [PALEMOON] Fix: The profile resseting - partiallyjanekptacijarabaci2018-04-20-0/+297
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f - Revert migration - Partially - no manual migration from Places - no migration from other browsers - no the cmd `-migration` - Fix migration files (`// Tycho:`) - Something in the last commit (a typo)
* | moebius#205: Fix: The profile - resetting (the custom profile name)janekptacijarabaci2018-04-19-28/+37
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/205
* | moebius#84: Fix: The profile - resetting (follow up)janekptacijarabaci2018-04-19-1/+0
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/84
* | moebius#84: Fix: The profile - resettingjanekptacijarabaci2018-04-19-1/+12
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/184
* | Bug 1122124: Fix default profile setting after reset, keep profile namejanekptacijarabaci2018-04-19-14/+25
|/ | | | | Native in moebius https://github.com/MoonchildProductions/moebius/pull/184
* Bug 1361699 - Add buffer when writing hashstore to file. r=gcp, r=mcmanus, ↵Thomas Nguyen2018-04-19-22/+22
| | | | | | | | | | | | | a=RyanVM We write a lot of 4-bytes prefixes to file which call many system calls. We should use a buffer and only write to file if the buffer is full or finish writing. nsIBufferedOutputStream is a good candidate to do that MozReview-Commit-ID: CzGOd7iXVTv --HG-- extra : source : 8f2b4efc5f0d3191a7e80d9324933621e111b44a
* Strengthen the use of the Master Password.wolfbeast2018-04-18-7/+14
| | | | | | | | - Use 30k iterations instead of 1. - Enforce minimum password length of 8 characters. - Adjust strength meter accordingly. This resolves #82.
* Use asyncOpen2 instead of asyncOpen everywhere in Pale MoonJustOff2018-04-17-15/+9
|