diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 08:28:12 +0200 |
commit | 4e7e4c2cbed8209974691f18180fa7ea8f00e785 (patch) | |
tree | e819b05bad4189d06a0ab87626a010e93849e0a0 /toolkit/modules/moz.build | |
parent | 8b960b23ac31d4dd0763f91ab5f494251467eeb1 (diff) | |
download | UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.gz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.lz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.tar.xz UXP-4e7e4c2cbed8209974691f18180fa7ea8f00e785.zip |
[PALEMOON] Fix: The profile resseting - partially
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)
Diffstat (limited to 'toolkit/modules/moz.build')
-rw-r--r-- | toolkit/modules/moz.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/modules/moz.build b/toolkit/modules/moz.build index 60f3cc3da..d675f2f60 100644 --- a/toolkit/modules/moz.build +++ b/toolkit/modules/moz.build @@ -100,6 +100,12 @@ EXTRA_JS_MODULES += [ 'WindowDraggingUtils.jsm', 'ZipUtils.jsm', ] + +if CONFIG['MC_PALEMOON']: + EXTRA_JS_MODULES += [ + 'Dict.jsm', + ] + EXTRA_JS_MODULES.third_party.jsesc += ['third_party/jsesc/jsesc.js'] EXTRA_JS_MODULES.sessionstore += ['sessionstore/Utils.jsm'] |