summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit conv...Matt A. Tobin2019-11-10-69/+71
* Issue #1273 - Remove Telemetry from GlodaMatt A. Tobin2019-11-10-31/+0
* Bug 1427732 - fix newline handling when copying messages and compacting folders.Matt A. Tobin2019-11-10-30/+63
* Bug 1227761 - Fix logic error in BuildAttachmentList().Matt A. Tobin2019-11-10-7/+8
* Bug 1079280 - Don't transmit email when imap append response is bad.Matt A. Tobin2019-11-10-1/+5
* Bug 1404049 - fix that mail.imap.use_literal_plus set to false may have no ef...Matt A. Tobin2019-11-10-12/+8
* Bug 1461106 - Remove SMTP password from cache when deleted from password mana...Matt A. Tobin2019-11-10-2/+46
* Bug 516464 - Remove passwords from cache when password manager contents are c...Matt A. Tobin2019-11-10-10/+54
* Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where ...Matt A. Tobin2019-11-10-20/+34
* Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-10-48787/+32639
|\
| * Merge pull request #1277 from adeshkp/remove-adobe-primetimeNew Tobin Paradigm2019-11-10-224/+8
| |\
| | * Issue #1259 - Part 7. Update tests for Adobe EME removaladeshkp2019-11-10-39/+0
| | * Issue #1259 - Part 6. Remobe Adobe EME from Basilisk frontendadeshkp2019-11-10-28/+2
| | * Issue #1259 - Part 5. Remove migration path for Adobe GMP storageadeshkp2019-11-10-36/+0
| | * Issue #1259 - Part 4. Remove Adobe EME from GMPUtilsadeshkp2019-11-10-9/+4
| | * Issue #1259 - Part 3. Remove Adobe EME as a GMP sourceadeshkp2019-11-10-35/+0
| | * Issue #1259 - Part 2. Remove Adobe Primetime localization stringsadeshkp2019-11-10-12/+0
| | * Issue #1259 - Part 1. Remove Adobe Primetime support from treeadeshkp2019-11-10-65/+2
| * | Issue #618 - Flip on module type scripting.wolfbeast2019-11-10-1/+1
| * | Merge pull request #1278 from MoonchildProductions/js-modulesMoonchild2019-11-10-254/+353
| |\ \ | | |/ | |/|
| | * Issue #618 - Misc fixes (merge conflicts)wolfbeast2019-11-10-4/+8
| | * Merge branch 'master' into js-moduleswolfbeast2019-11-10-1139829/+854817
| | |\ | | |/ | |/|
| * | Issue #447 - Improve the getHSTSPreloadList scriptwolfbeast2019-11-09-12/+16
| * | Issue #447 - Update HSTS preload list.wolfbeast2019-11-09-11027/+26141
| * | Issue #1254 - Update SQLite to 3.30.1wolfbeast2019-11-08-3966/+5306
| * | Merge pull request #1276 from MoonchildProductions/cairo-workMoonchild2019-11-08-31685/+743
| |\ \
| | * | Issue #1274 - Part 5: Misc fixes and version update.wolfbeast2019-11-07-194/+25
| | * | Issue #1274 - Part 4: Remove some unnecessary checks for old Windows versions.wolfbeast2019-11-07-28/+4
| | * | Issue #1274 - Part 3: Update libpixman licensingwolfbeast2019-11-07-0/+55
| | * | Issue #1274 - Part 2: Update Windows prerequisite defines.wolfbeast2019-11-07-18/+24
| | * | Issue #1274 - Part 1: Adopt the cairo version as our own.wolfbeast2019-11-07-31460/+650
| * | | Merge pull request #1214 from MoonchildProductions/certexception-workMoonchild2019-11-08-68/+48
| |\ \ \
| | * | | Issue #1064 - Part 3: Fix notifyObservers() call.wolfbeast2019-11-04-1/+1
| | * | | Issue #1064 - Part 2: Fix shorthand and services module import.wolfbeast2019-11-04-3/+6
| | * | | Merge branch 'master' into certexception-workwolfbeast2019-11-04-26960/+9884
| | |\| |
| | * | | No issue: Clean up `exceptionDialog.js`wolfbeast2019-08-17-14/+11
| | * | | Issue #1064: Don't get certificate details synchronously.wolfbeast2019-08-17-51/+31
| * | | | Issue #1263 - Part 2: Remove DiskSpaceWatcher testswolfbeast2019-11-08-1011/+0
| * | | | Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-537/+3
| * | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-11-07-11/+0
| |\ \ \ \
| * | | | | Issue #1275 - Add pref to disable warning prompts for SuperfluousAuthwolfbeast2019-11-07-3/+21
| | |_|/ / | |/| | |
| | | | * Merge branch 'master' into js-moduleswolfbeast2018-08-05-60666/+30082
| | | | |\
| | | | * | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-2/+164
| | | | * | Bug 1340865 - New tests. (not hooked up)wolfbeast2018-07-10-0/+29
| | | | * | Bug 1340865 - Handle non-parser-created module scripts.wolfbeast2018-07-10-1/+1
| | | | * | Merge branch 'master' into js-moduleswolfbeast2018-07-09-168/+102
| | | | |\ \
| | | | * \ \ Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basicMoonchild2018-07-07-251/+158
| | | | |\ \ \
| | | | | * \ \ Merge branch 'master' of https://github.com/MoonchildProductions/UXP into _te...janekptacijarabaci2018-07-06-889946/+299504
| | | | | |\ \ \
| | | | | * | | | Bug 1341298 - Relax expected module state when resolving modules and circular...janekptacijarabaci2018-04-14-5/+15
| | | | | * | | | Bug 1341411 - Support circular module dependencies through export* per ES2017janekptacijarabaci2018-04-14-19/+26