Kris Maglione
fd7e9e6a69
Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
...
This also removes any redundant Ci.nsISupports elements in the interface
lists.
This was done using the following script:
acecb401b7/processors/chromeutils-generateQI.jsm
MozReview-Commit-ID: AIx10P8GpZY
2018-04-22 20:55:06 -07:00
Mike Cooper
9fecd96bd2
Bug 1440782 Part 1 - Move PolicyEngine's JSON schema validator to toolkit r=Felipe
...
MozReview-Commit-ID: 41K9xzry21w
2018-04-17 16:36:05 -07:00
Felipe Gomes
81194126ca
Bug 1433172 - Drop the pref that controls the policy engine. r=mossop
...
The policy engine should always be enabled, with no way to disable it.
MozReview-Commit-ID: 9HGew1S33q1
2018-03-21 13:28:06 -03:00
Kirk Steuber
ffddeb1458
Bug 1436851 - Create an enterprise policy to disable system addon updates r=Felipe
...
MozReview-Commit-ID: AzxFGpFvxtm
2018-02-12 10:48:18 -08:00
Felipe Gomes
b1327a0095
Bug 1436840 - Policy engine: Add support for enterprise-only policies. r=mkaply
...
Policies annotated with enterprise_only in the schema will only be allowed to run on ESR or on pre-release channels (for testing)
MozReview-Commit-ID: 4tF8t1ozyVp
2018-03-05 20:46:54 -03:00
Florian Quèze
f6add2cafd
Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop.
2018-02-28 18:51:33 +01:00
Felipe Gomes
e025f5415f
Bug 1440932 - Add some documentation and other small improvements to the policy engine. r=bytesized
...
MozReview-Commit-ID: 5QeOmcx076r
2018-02-26 15:42:27 -03:00
Michael Kaply
8084862d57
Bug 1433136 - Basic GPO Support. r=Felipe
...
MozReview-Commit-ID: 1V1aOK3ELZC
2018-02-21 19:49:09 -06:00
Kirk Steuber
bdc0101391
Bug 1429150 - Create an enterprise policy to prevent the application from checking for app updates r=Felipe
...
MozReview-Commit-ID: 4K4U4AJw7V1
2018-02-07 09:49:37 -08:00
Cosmin Sabou
83bfbe8ae5
Backed out 3 changesets (bug 1429150) for Android mochitest failures on RobocopTestRunner on a CLOSED TREE.
...
Backed out changeset dbdd43825f46 (bug 1429150)
Backed out changeset 23a86891fdaf (bug 1429150)
Backed out changeset 1f2d0e869605 (bug 1429150)
2018-02-09 00:39:23 +02:00
Kirk Steuber
3aa5eb7153
Bug 1429150 - Create an enterprise policy to prevent the application from checking for app updates r=Felipe
...
MozReview-Commit-ID: 4K4U4AJw7V1
2018-02-07 09:49:37 -08:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Felipe Gomes
6221ac88fe
Bug 1432890 - Refactor the Policies JSON code out of the Policies Manager object in order to support other policies sources. r=Mossop
...
MozReview-Commit-ID: L6SIgHpp3Yh
2018-02-06 00:28:59 -02:00
Noemi Erli
4b13749b12
Backed out 2 changesets (bug 1432890, bug 1429162) for failing in dom/canvas/test/webgl-conf/generated/ on a CLOSED TREE
...
Backed out changeset 05b29220fc4d (bug 1429162)
Backed out changeset ee868e1ec636 (bug 1432890)
2018-02-06 07:35:08 +02:00
Felipe Gomes
c233c8796f
Bug 1432890 - Refactor the Policies JSON code out of the Policies Manager object in order to support other policies sources. r=Mossop
...
MozReview-Commit-ID: L6SIgHpp3Yh
2018-02-06 00:28:59 -02:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Felipe Gomes
e03c7564ff
Bug 1419102 - Implement the Enterprise Policies feature to provide enterprise users with easier control and setup of deployments of Firefox. r=Mossop
...
This feature is currently disabled behind a pref, but this pref will be removed when we're green to release it.
MozReview-Commit-ID: 3ZH2UJVdtC0
2018-01-22 17:01:48 -02:00