Commit graph

58 commits

Author SHA1 Message Date
janekptacijarabaci
10ec23e5a8 [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
Issue #155

Part 2 for:
931950a880
2019-02-15 23:59:21 +08:00
NTD
f5ddf51953 [WebExAM] Deduplicate toolkit/mozapps/webextensions 2019-02-15 23:59:20 +08:00
NTD
e25be6c404 [WebExAM] Follow up to 351cf2703 2019-02-15 23:59:18 +08:00
NTD
d300380db0 [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of Toolkit 2019-02-15 23:59:14 +08:00
wolfbeast
92fbd042f5 Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
2019-02-15 23:58:31 +08:00
NTD
33f7c5bba3 Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist 2019-02-15 23:57:30 +08:00
wolfbeast
74df182488 Remove other gonk widget conditionals and unused files.
Tag #288.
2019-02-15 23:57:15 +08:00
wolfbeast
2531de02eb Remove MOZ_WIDGET_GONK [2/2]
Tag #288
2019-02-15 23:57:10 +08:00
wolfbeast
719ac1bc38 Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08:00
janekptacijarabaci
745e1809b0 moebius#231: Consider blocking top level window data: URIs (tests)
https://github.com/MoonchildProductions/moebius/pull/231
2019-02-15 23:56:35 +08:00
NTD
a073130d31 [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actually built
This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
2019-02-15 23:55:26 +08:00
NTD
c9446a4319 [TychoAM] Make the Add-ons Manager conditionally devtools free 2019-02-15 23:55:23 +08:00
NTD
69920e72f2 Only set and show the dual-guid indicators when dual-guid has been built 2019-02-15 23:55:20 +08:00
NTD
89f2084eef [*AM] Expand the list for excluding internally used IDs from being sent to AUS 2019-02-15 23:54:07 +08:00
janekptacijarabaci
9ff88cf7df Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURIToAddonId
Issue #102
2019-02-15 23:53:09 +08:00
janekptacijarabaci
a055ca91ec Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService
Issue #102
2019-02-15 23:53:07 +08:00
NTD
9feb54bfda [TychoAM] Fix gCertBlocklistService.addRevokedCert is not a function
Mozilla renamed it to revokeCertByIssuerAndSerial
2019-02-15 23:53:06 +08:00
JustOff
c54e714ef5 Fix accessing the bootstrap methods when they are declared in the new lexical scope 2019-02-15 23:49:52 +08:00
NTD
a9cc6150e6 Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] after element list) 2019-02-15 23:48:57 +08:00
wolfbeast
522a346ef8 Strengthen the use of the Master Password.
- Use 30k iterations instead of 1.
- Enforce minimum password length of 8 characters.
- Adjust strength meter accordingly.

This resolves #82.
2019-02-15 23:46:38 +08:00
JustOff
3df5e55320 Use asyncOpen2 instead of asyncOpen everywhere in Pale Moon 2019-02-15 23:46:31 +08:00
adeshkp
f56956cf35 [Tycho AM] Remove test for experiments framework 2019-02-15 23:45:49 +08:00
adeshkp
dfefcddfd9 [WebEx AM] Remove test for experiments framework 2019-02-15 23:45:48 +08:00
wolfbeast
d5b0bc88af Mass-replace global-scope let with var in Pale Moon and TychoAM
tag #155
2019-02-15 23:45:42 +08:00
NTD
11155c71c0 Bump Phoenix extensions to allow installing up to Firefox 56.9 2019-02-15 23:45:23 +08:00
NTD
ba496fd6f0 Do not make duplicates fatal while packaging 2019-02-15 23:45:15 +08:00
janekptacijarabaci
c03236765c [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, extensions) 2019-02-15 23:42:04 +08:00
janekptacijarabaci
b688ccaecc [PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)
Issue #102
2019-02-15 23:42:02 +08:00
wolfbeast
9d2e0ff0c4 Remove telemetry experiments framework 2019-02-15 23:41:25 +08:00
NTD
d372405c3e [WebExAM] Use a special "platform" ID and version number for WebExtensions in XPIProvider.jsm 2019-02-15 23:41:00 +08:00
NTD
3adb72e0f0 Fix for loops in selectAddons.js (SyntaxError: missing ] after element list) 2019-02-15 23:36:36 +08:00
NTD
66e00ae185 Remove the hard blocker on unmodified jetpack extensions from TychoAM
Be sure to remove the now unused string from Pale Moon
2019-02-15 23:36:35 +08:00
NTD
801b7a4d47 Adjust error number for WebExtensions on TychoAM and add the string to Basilisk
Pale Moon l10n will need an adjustment as well from -5 to -9
2019-02-15 23:36:33 +08:00
NTD
e088654914 Fix for loops in update.js (SyntaxError: missing ] after element list) 2019-02-15 23:36:32 +08:00
NTD
45c9880478 Port Pale Moon commit a3044d3 - Exclude default theme from update checks.
Do this both for TychoAM and WebExAM
2019-02-15 23:35:40 +08:00
NTD
a25b655d51 Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places 2019-02-15 23:34:16 +08:00
NTD
7f4808c99a Don't generate redundant packaging artifacts 2019-02-15 23:32:38 +08:00
NTD
71e4f74bc5 Put generated installers and mar files in dist root 2019-02-15 23:32:35 +08:00
NTD
c78c331102 Use BUILDID for package name for Basilisk and ONLY Basilisk 2019-02-15 23:32:34 +08:00
NTD
3dc04e53f0 Remove stub installer - Part 1: Toolkit 2019-02-15 23:32:31 +08:00
wolfbeast
75f75a6a68 Pre-process extensions.js 2019-02-15 23:32:09 +08:00
wolfbeast
f6ca2a8fb4 Never show plugin deprecation notice.
To-Do: remove this notice.
2019-02-15 23:32:05 +08:00
janekptacijarabaci
e268676945 Exclude Update stuff from about:support if the updater isn't built. 2019-02-15 23:31:46 +08:00
NTD
9c4d520dbb Fix test paths for WebExAM 2019-02-15 23:31:40 +08:00
NTD
bbe87d1e96 Make NPAPI Plugins work 2019-02-15 23:31:29 +08:00
NTD
0e6e573e4e Just about almost totally fix GMP 2019-02-15 23:31:27 +08:00
NTD
838ded4a6f Fix for loops in LightweightThemeManager.jsm (SyntaxError: missing ] after element list) 2019-02-15 23:31:24 +08:00
NTD
dc2a2a22de Fix for loops in AddonRepository.jsm (SyntaxError: missing ] after element list) 2019-02-15 23:31:23 +08:00
NTD
93549aa772 Fix for loops in XPIProvider.jsm (SyntaxError: missing ] after element list) 2019-02-15 23:31:21 +08:00
NTD
a0f91b5bfa Use the uuid-generator service instead of mangling a random number generator result to generate a syncGUID 2019-02-15 23:31:20 +08:00