index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
toolkit
/
mozapps
/
extensions
Commit message (
Expand
)
Author
Age
Lines
*
fix naming of getStartupChanges function
yami
2018-10-20
-1
/
+1
*
make style of amInstallTrigger.js more consistent
yami
2018-10-04
-1
/
+1
*
remove named function syntax in LightweightThemeManager.jsm
yami
2018-10-04
-15
/
+15
*
remove named function syntax in amWebInstallListener.js
yami
2018-10-04
-14
/
+14
*
remove named function syntax in AddonManager.jsm
yami
2018-10-04
-116
/
+107
*
remove named function syntax in addonManager.js
yami
2018-10-04
-17
/
+13
*
Update list of IDs to never send to AUS in AddonUpdateChecker.jsm
Matt A. Tobin
2018-09-23
-5
/
+6
*
Issue #634 - aAddon.markAsSeen is not a function newaddon.js
Matt A. Tobin
2018-07-13
-2
/
+7
*
[TychoAM] Make resilient to missing pref lightweightThemes.animation.enabled
wolfbeast
2018-07-03
-4
/
+8
*
[AllAM] Remove Mozilla Tests
Matt A. Tobin
2018-06-26
-73717
/
+0
*
[AllAM] De-duplicate blocklist.js, list.js, newaddon.js, and xpinstallConfirm.js
Matt A. Tobin
2018-06-26
-18
/
+26
*
[AllAM] De-duplicate amContentHander.js
Matt A. Tobin
2018-06-26
-2
/
+2
*
[AllAM] De-duplicate ChromeManifestParser.jsm and DeferedSave.jsm
Matt A. Tobin
2018-06-26
-33
/
+32
*
[AllAM] De-duplicate Content.js
Matt A. Tobin
2018-06-26
-3
/
+10
*
[AllAM] De-duplicate AddonLogging.jsm
Matt A. Tobin
2018-06-26
-8
/
+20
*
[TychoAM] Make sure console messages from AddonUpdateChecker indicate which p...
Matt A. Tobin
2018-06-26
-15
/
+15
*
[TychoAM] Issue #409 - Upgrade and enhance AddonUpdateChecker including supp...
Matt A. Tobin
2018-06-25
-84
/
+294
*
[AllAM] Update the target preference
Matt A. Tobin
2018-06-25
-1
/
+1
*
[AllAM] Effectively revert Bug 521905 - Make extensions.checkCompatibility be...
Matt A. Tobin
2018-06-25
-5
/
+1
*
[AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE
Matt A. Tobin
2018-06-25
-17
/
+1
*
Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer.
wolfbeast
2018-06-12
-10
/
+7
*
Merge pull request #404 from janekptacijarabaci/pm_global-scope_1
Moonchild
2018-05-29
-17
/
+19
|
\
|
*
[PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const...
janekptacijarabaci
2018-05-28
-17
/
+19
*
|
[WebExAM] Deduplicate toolkit/mozapps/webextensions
Matt A. Tobin
2018-05-28
-1
/
+468
|
/
*
Issue #347 - TychoAM nsBlocklistService does not support gfxBlacklist
Matt A. Tobin
2018-05-15
-1483
/
+0
*
Remove other gonk widget conditionals and unused files.
wolfbeast
2018-05-13
-3
/
+3
*
Remove MOZ_WIDGET_GONK [2/2]
wolfbeast
2018-05-13
-2
/
+0
*
moebius#231: Consider blocking top level window data: URIs (tests)
janekptacijarabaci
2018-05-06
-0
/
+8
*
[TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't actuall...
Matt A. Tobin
2018-05-01
-23
/
+39
*
[TychoAM] Make the Add-ons Manager conditionally devtools free
Matt A. Tobin
2018-05-01
-0
/
+27
*
Only set and show the dual-guid indicators when dual-guid has been built
Matt A. Tobin
2018-05-01
-4
/
+16
*
[*AM] Expand the list for excluding internally used IDs from being sent to AUS
Matt A. Tobin
2018-04-29
-2
/
+11
*
Merge pull request #281 from janekptacijarabaci/pm_devtools_storage_mapURIToA...
Moonchild
2018-04-29
-13
/
+28
|
\
|
*
Bug 1263935 - Forward AddonManager.mapURIToAddonId to AddonPathService.mapURI...
janekptacijarabaci
2018-04-28
-13
/
+10
|
*
Bug 1263935 - Expose native version of mapURIToAddonId via amIAddonPathService
janekptacijarabaci
2018-04-28
-0
/
+18
*
|
[TychoAM] Fix gCertBlocklistService.addRevokedCert is not a function
Matt A. Tobin
2018-04-28
-1
/
+1
|
/
*
Fix accessing the bootstrap methods when they are declared in the new lexical...
JustOff
2018-04-23
-3
/
+61
*
Fix for loops in AddonRepository_SQLiteMigrator.jsm (SyntaxError: missing ] ...
Matt A. Tobin
2018-04-22
-1
/
+5
*
Use asyncOpen2 instead of asyncOpen everywhere in Pale Moon
JustOff
2018-04-17
-15
/
+9
*
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
wolfbeast
2018-04-16
-2
/
+0
|
\
|
*
[Tycho AM] Remove test for experiments framework
adeshkp
2018-04-15
-2
/
+0
*
|
Mass-replace global-scope let with var in Pale Moon and TychoAM
wolfbeast
2018-04-16
-31
/
+31
|
/
*
Bump Phoenix extensions to allow installing up to Firefox 56.9
Matt A. Tobin
2018-04-14
-1
/
+1
*
[PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, extens...
janekptacijarabaci
2018-04-09
-1
/
+1
*
[PALEMOON] [DevTools] Fix some paths with ToolboxProcess.jsm (extensions)
janekptacijarabaci
2018-04-09
-3
/
+3
*
Remove telemetry experiments framework
wolfbeast
2018-04-08
-725
/
+1
*
Fix for loops in selectAddons.js (SyntaxError: missing ] after element list)
Matt A. Tobin
2018-03-12
-1
/
+5
*
Remove the hard blocker on unmodified jetpack extensions from TychoAM
Matt A. Tobin
2018-03-12
-30
/
+3
*
Adjust error number for WebExtensions on TychoAM and add the string to Basilisk
Matt A. Tobin
2018-03-12
-1
/
+1
*
Fix for loops in update.js (SyntaxError: missing ] after element list)
Matt A. Tobin
2018-03-12
-8
/
+53
[next]