roytam1
7c4d0444bd
webextensions: remove experiment related elements
2023-07-01 13:16:48 +08:00
roytam1
cf4e046f90
Merge remote-tracking branch 'origin/tracking' into custom
2022-04-28 22:15:55 +08:00
roytam1
37fa205f24
webextensions: remove telemetry
2022-04-28 22:14:48 +08:00
roytam1
0104a9cd3c
webextensions: remove tele leftover
2021-09-25 18:10:48 +08:00
Fedor
18908d2f06
[Basilisk] Fix error when installing signed webextensions
2021-09-21 09:49:59 +08:00
Roy Tam
d8c66d5b56
fix master branch build
2019-11-30 21:02:50 +08:00
Mathwi
d9fb4e872d
Hidden preference to toggle addon version in addon manager ( #10 ) ( #9 )
...
1. Restore add-on version numbers
2. Hidden preference to toggle add-on version in add-on manager
Puts Show add-on version in add-on manager add-on list behind user preference "extensions.addonVersionInfo", currently on by default
(Change ported from Waterfox)
2019-11-17 07:15:39 +08:00
Roy Tam
f05d85ff6b
import change from mozilla upstream: Bug 1384330 - Blocking the mozAddonManager when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r=arthuredelstein,mossop
2019-06-08 20:30:03 +08:00
Roy Tam
db0b8b5341
webextension: fix moz.build order
2019-02-22 21:32:59 +08:00
NTD
e30598c519
[TychoAM] Fix GMP* so that EME works in Basilisk
...
Also, keep WebExAM working for the moment
2019-02-16 00:27:39 +08:00
JustOff
756f56126c
[WebExAM] Properly handle the add-on name in case it's localized
2019-02-16 00:23:57 +08:00
NTD
bb6204c1ec
Issue #634 - aAddon.markAsSeen is not a function newaddon.js
2019-02-16 00:08:41 +08:00
NTD
be1bf5c4a9
[WebExAM] Remove E10SAddonsRollout.jsm
...
The associated preferences will have to remain for the time being because of nsAppRunner.cpp reads them.
2019-02-16 00:05:31 +08:00
NTD
8cc3515b2a
[WebExAM] Remove unused AddonTestUtils.jsm
2019-02-16 00:05:29 +08:00
NTD
96aa6a99be
[AllAM] Remove Mozilla Tests
2019-02-16 00:05:24 +08:00
NTD
f22be8ca31
[AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.js
2019-02-16 00:05:20 +08:00
NTD
65984db0eb
[AllAM] De-duplicate amContentHander.js
2019-02-16 00:05:18 +08:00
NTD
f8662e9c1f
[AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm
2019-02-16 00:05:17 +08:00
NTD
34b241fdfd
[AllAM] De-duplicate Content.js
2019-02-16 00:05:15 +08:00
NTD
aa30cb6915
[AllAM] De-duplicate AddonLogging.jsm
2019-02-16 00:05:08 +08:00
NTD
5461288e07
[WebExAM] Unify the AddonUpdateChecker
2019-02-16 00:05:04 +08:00
NTD
8648eda572
[AllAM] Update the target preference
2019-02-16 00:04:56 +08:00
NTD
33278f1ab9
[AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility be per-application-version
2019-02-16 00:04:55 +08:00
NTD
c5f22288ca
[AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE
2019-02-16 00:04:53 +08:00
NTD
be637b7eef
[WebExAM] Use extensions.minCompatibleAppVersion instead of extensions.minCompatiblePlatformVersion for update.json
2019-02-15 23:59:36 +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
NTD
33f7c5bba3
Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist
2019-02-15 23:57:30 +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
NTD
89f2084eef
[*AM] Expand the list for excluding internally used IDs from being sent to AUS
2019-02-15 23:54:07 +08:00
adeshkp
dfefcddfd9
[WebEx AM] Remove test for experiments framework
2019-02-15 23:45:48 +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
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
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
NTD
9c4d520dbb
Fix test paths for WebExAM
2019-02-15 23:31:40 +08:00
NTD
358cd0404a
Move WebExtensions enabled Add-ons Manager
2019-02-15 23:31:05 +08:00