- 01 Nov, 2019 2 commits
-
-
Daniel Varga authored
Backed out changeset f723268009a9 (bug 1587492) for browser chrome failure at browser/browser_policy_display_menu.js
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D48724 --HG-- extra : moz-landing-system : lando
-
- 25 Sep, 2019 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D46985 --HG-- extra : moz-landing-system : lando
-
- 05 Jul, 2019 1 commit
-
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D36052 --HG-- extra : source : b5be5b4f4b47c256e28a29f665dc754f6407ee7f
-
- 14 Jun, 2019 2 commits
-
-
Michael Cooper authored
Differential Revision: https://phabricator.services.mozilla.com/D28158 --HG-- rename : toolkit/components/normandy/actions/AddonStudyAction.jsm => toolkit/components/normandy/actions/BranchedAddonStudyAction.jsm rename : toolkit/components/normandy/test/browser/addons/normandydriver-1.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-a-1.0/manifest.json rename : toolkit/components/normandy/test/browser/addons/normandydriver-2.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-a-2.0/manifest.json rename : toolkit/components/normandy/test/browser/addons/normandydriver-1.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-b-1.0/manifest.json rename : toolkit/components/normandy/test/browser/browser_actions_AddonStudyAction.js => toolkit/components/normandy/test/browser/browser_actions_BranchedAddonStudyAction.js extra : moz-landing-system : lando
-
Brindusan Cristian authored
Backed out changeset 326fdac090f3 (bug 1536644) for ESlint failure at browser_actions_BranchedAddonStudyAction.js. CLOSED TREE --HG-- rename : toolkit/components/normandy/test/browser/addons/normandydriver-b-1.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-1.0/manifest.json rename : toolkit/components/normandy/test/browser/addons/normandydriver-a-2.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-2.0/manifest.json
-
- 13 Jun, 2019 1 commit
-
-
Michael Cooper authored
Differential Revision: https://phabricator.services.mozilla.com/D28158 --HG-- rename : toolkit/components/normandy/actions/AddonStudyAction.jsm => toolkit/components/normandy/actions/BranchedAddonStudyAction.jsm rename : toolkit/components/normandy/test/browser/addons/normandydriver-1.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-a-1.0/manifest.json rename : toolkit/components/normandy/test/browser/addons/normandydriver-2.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-a-2.0/manifest.json rename : toolkit/components/normandy/test/browser/addons/normandydriver-1.0/manifest.json => toolkit/components/normandy/test/browser/addons/normandydriver-b-1.0/manifest.json rename : toolkit/components/normandy/test/browser/browser_actions_AddonStudyAction.js => toolkit/components/normandy/test/browser/browser_actions_BranchedAddonStudyAction.js extra : moz-landing-system : lando
-
- 23 Apr, 2019 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D28348 --HG-- extra : moz-landing-system : lando
-
- 26 Feb, 2019 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D21048 --HG-- extra : moz-landing-system : lando
-
- 17 Jan, 2019 1 commit
-
-
Kris Maglione authored
*** Bug 1514594: Part 3a - Change ChromeUtils.import to return an exports object; not pollute global. r=mccr8 This changes the behavior of ChromeUtils.import() to return an exports object, rather than a module global, in all cases except when `null` is passed as a second argument, and changes the default behavior not to pollute the global scope with the module's exports. Thus, the following code written for the old model: ChromeUtils.import("resource://gre/modules/Services.jsm"); is approximately the same as the following, in the new model: var {Services} = ChromeUtils.import("resource://gre/modules/Services.jsm"); Since the two behaviors are mutually incompatible, this patch will land with a scripted rewrite to update all existing callers to use the new model rather than the old. *** Bug 1514594: Part 3b - Mass rewrite all JS code to use the new ChromeUtils.import API. rs=Gijs This was done using the followng script: https://bitbucket.org/kmaglione/m-c-rewrites/src/tip/processors/cu-import-exports.jsm *** Bug 1514594: Part 3c - Update ESLint plugin for ChromeUtils.import API changes. r=Standard8 Differential Revision: https://phabricator.services.mozilla.com/D16747 *** Bug 1514594: Part 3d - Remove/fix hundreds of duplicate imports from sync tests. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D16748 *** Bug 1514594: Part 3e - Remove no-op ChromeUtils.import() calls. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D16749 *** Bug 1514594: Part 3f.1 - Cleanup various test corner cases after mass rewrite. r=Gijs *** Bug 1514594: Part 3f.2 - Cleanup various non-test corner cases after mass rewrite. r=Gijs Differential Revision: https://phabricator.services.mozilla.com/D16750 --HG-- extra : rebase_source : 359574ee3064c90f33bf36c2ebe3159a24cc8895 extra : histedit_source : b93c8f42808b1599f9122d7842d2c0b3e656a594%2C64a3a4e3359dc889e2ab2b49461bab9e27fc10a7
-
- 19 Nov, 2018 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D12181 --HG-- extra : moz-landing-system : lando
-
- 02 Oct, 2018 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D6525 --HG-- extra : moz-landing-system : lando
-
- 31 Aug, 2018 1 commit
-
-
Mark Banner authored
Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop Automatic changes by ESLint, except for manual corrections for .xml files. Differential Revision: https://phabricator.services.mozilla.com/D4439 --HG-- extra : moz-landing-system : lando
-
- 25 Jul, 2018 1 commit
-
-
Mark Banner authored
MozReview-Commit-ID: 45Tfs2ZZ06r --HG-- extra : rebase_source : f76738612cb5f78787e9fae8f8c563d5ff5f33d1
-
- 26 Jul, 2018 1 commit
-
-
Narcis Beleuzu authored
Backed out changeset a809b45ff49b (bug 1478308) Backed out changeset c68131530742 (bug 1478308) Backed out changeset 0e4ba7a6dc1a (bug 1478308) Backed out changeset 32a27f317a77 (bug 1478308)
-
- 25 Jul, 2018 1 commit
-
-
Mark Banner authored
MozReview-Commit-ID: 45Tfs2ZZ06r --HG-- extra : rebase_source : 10f2f734c883a1ac85b5dee21df119a4c6ae2898
-
- 29 Jun, 2018 1 commit
-
-
Felipe Gomes authored
An array specified with strict=false will not fail validation if there are invalid values. It simply will ignore those values and not include them in the output. If strict is missing, it defaults to true. MozReview-Commit-ID: 7hAs0IsnL9v --HG-- extra : rebase_source : 1dc1e1a31713396ea20b9b7313a69803fbbb3ca0
-
- 05 Jun, 2018 1 commit
-
-
Kanika Saini authored
Bug 1452533 - JsonSchemaValidator should output URL types as URL objects instead of nsIURIs. r=felipe
-
- 17 Apr, 2018 1 commit
-
-
Mike Cooper authored
MozReview-Commit-ID: 41K9xzry21w --HG-- rename : browser/components/enterprisepolicies/PoliciesValidator.jsm => toolkit/components/utils/JsonSchemaValidator.jsm rename : toolkit/components/normandy/test/browser/.eslintrc.js => toolkit/components/utils/test/browser/.eslintrc.js rename : browser/components/enterprisepolicies/tests/browser/browser_policies_validate_and_parse_API.js => toolkit/components/utils/test/browser/browser_JsonSchemaValidator.js extra : rebase_source : ea227390d924cc14a8c5b0f8dde64efcc14bbcd1
-
- 23 Feb, 2018 1 commit
-
-
Florian Quèze authored
-
- 19 Feb, 2018 1 commit
-
-
Felipe Gomes authored
MozReview-Commit-ID: 6nYX5FiKUxP --HG-- extra : rebase_source : 604623493c0048b4d9d06e1a9bf5f37cec31f48f
-
- 07 Feb, 2018 3 commits
-
-
Felipe Gomes authored
MozReview-Commit-ID: 96GqykNb3Zr
-
Felipe Gomes authored
A top-level array (i.e., if a policy directly requires an array) won't be affected by this problem, because if the array is missing, that means that that policy is not present, so it will be ignored. However, this can affect an array that is expected inside another object, for more complex policy types (like the popups permission which accepts both an 'allow' and a 'block' array of URLs. In the future, we should implement the 'required' property as defined by the JSON-Schema standard, but there's not a strong use case for it yet, so let's do the simple solution for now MozReview-Commit-ID: 4MTBTsPYlX8
-
Felipe Gomes authored
MozReview-Commit-ID: 1dqRknWy6Xi
-
- 06 Feb, 2018 1 commit
-
-
Andrew McCreight authored
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 --HG-- extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70 extra : intermediate-source : 34c999fa006bffe8705cf50c54708aa21a962e62 extra : histedit_source : b2be2c5e5d226e6c347312456a6ae339c1e634b0
-
- 30 Jan, 2018 1 commit
-
-
Cosmin Sabou authored
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)
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
-
- 30 Jan, 2018 1 commit
-
-
Brindusan Cristian authored
Backed out changeset 6e56f4c8843e (bug 1431533) Backed out changeset 12fc4dee861c (bug 1431533)
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : rebase_source : c004a023389f1f6bf3d2f3efe93c13d423b23ccd
-
- 25 Jan, 2018 1 commit
-
-
Kris Maglione authored
MozReview-Commit-ID: 5ubE9EMQpZ9 --HG-- extra : histedit_source : df68d7595925c07d9d6e8bacc2c46e69556f479a%2C72b768b9825e20ede6603ead75f871c50dc041f7
-
- 24 Jan, 2018 1 commit
-
-
Kris Maglione authored
MozReview-Commit-ID: 8V1ZT53ReiP --HG-- extra : rebase_source : 12b5f8c3e125111db7382eb3d7d20a99fb2c35b3 extra : absorb_source : e99fa7f6eee02e7e6cadeb898c7fcf6dac9c902a extra : histedit_source : d0dfc31fadc2b81d341c9d0cd1efec02923c003b
-
- 22 Jan, 2018 1 commit
-
-
Felipe Gomes authored
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 --HG-- rename : browser/components/newtab/tests/browser/.eslintrc.js => browser/components/enterprisepolicies/tests/browser/.eslintrc.js
-