Mike Kaply
65c099cdbf
Bug 1719301 - Remove version number from Windows SSO pref and policy. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D119187
2021-07-06 18:18:53 +00:00
Mike Kaply
a645e65532
Bug 1716360 - Add policy for Windows 10 SSO. r=emalysz,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D118042
2021-06-23 17:01:23 +00:00
Mike Kaply
17c57fe0c9
Bug 1706119 - Add enterprise policy for open-protocol-handler permission. r=emalysz,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D113034
2021-04-26 19:17:11 +00:00
Mike Kaply
a13f8c4f73
Bug 1695696 - Add AllowedDomainsForApps (Google Workspace) policy. r=emalysz,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D110151
2021-03-31 13:57:58 +00:00
Mike Kaply
3855aa8aec
Bug 1679826 - Allow disabling updates for addons installed by policy. r=emalysz,mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D103381
2021-03-26 15:30:13 +00:00
Mike Kaply
23ab045c93
Bug 1691551 - Add enterprise policy for showing the home button. r=emalysz,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D108963
2021-03-19 22:07:05 +00:00
Kirk Steuber
69f13c15e2
Bug 1691495 - Add an enterprise policy to disable background application update r=nalexander,mkaply,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D107921
2021-03-10 22:12:23 +00:00
Michael Kaply
50c6fdb7a0
Bug 1653430 - Add policy for manual update only. r=bytesized,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D101386
2021-01-12 16:14:59 +00:00
Mark Banner
e83b620289
Bug 1649164 - Add an encoding option for policy search engines and change the default to UTF-8. r=mkaply
...
This will cause the default for any new policy engine in a profile, or an updated engine, to be UTF-8, unless specified by the policy.
Differential Revision: https://phabricator.services.mozilla.com/D100666
2021-01-05 09:48:52 +00:00
Ricky Stewart
02a7b4ebdf
Bug 1654103: Standardize on Black for Python code in mozilla-central.
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
Bogdan Tara
da1098d4aa
Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE
...
Backed out changeset ff3fb0b4a512 (bug 1672023)
Backed out changeset e7834b600201 (bug 1654103)
Backed out changeset 807893ca8069 (bug 1518999)
Backed out changeset 13e6b92440e9 (bug 1518999)
Backed out changeset 8b2ac5a6c98a (bug 1518999)
Backed out changeset 575748295752 (bug 1518999)
Backed out changeset 65f07ce7b39b (bug 1518999)
Backed out changeset 4bb80556158d (bug 1518999)
Backed out changeset 8ac8461d7bd7 (bug 1518999)
Backed out changeset e8ba13ee17f5 (bug 1518999)
2020-10-24 03:36:18 +03:00
Ricky Stewart
c0cea3b0fa
Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
Dorel Luca
1ff59cb7a3
Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE
2020-10-22 03:51:06 +03:00
Ricky Stewart
50762dacab
Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-21 21:27:27 +00:00
Michael Kaply
c93a70f458
Bug 1502134 - Allow for multiple firstrun pages in policy. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D92826
2020-10-09 15:53:54 +00:00
Michael Kaply
943ca5a290
Bug 1669601 - Reverse order in schema to avoid extraneous error. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D92793
2020-10-08 23:48:30 +00:00
Michael Kaply
ac05a3c153
Bug 1498688 - Add ManagedBookmarks policy. r=fluent-reviewers,emalysz,Standard8,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D76009
2020-09-08 20:09:35 +00:00
Michael Kaply
726de8c6c3
Bug 1659719 - Add support for arbitrary preferences in policy. r=Gijs,dveditz
...
Differential Revision: https://phabricator.services.mozilla.com/D87447
2020-08-26 17:31:44 +00:00
Michael Kaply
44ccffe5c8
Bug 1655575 - Add enterprise policy for xr permission. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85200
2020-07-28 21:19:06 +00:00
Michael Kaply
a84538bfed
Bug 1653584 - Rename MasterPassword policy to PrimaryPassword. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D83957
2020-07-17 15:59:46 +00:00
Csoregi Natalia
e625ac5a98
Backed out changeset 7bcb681545cb (bug 1653584) for failures on test_sorted_alphabetically.js. CLOSED TREE
2020-07-17 18:37:48 +03:00
Michael Kaply
5a2ece7215
Bug 1653584 - Rename MasterPassword policy to PrimaryPassword. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D83957
2020-07-17 14:44:54 +00:00
Michael Kaply
ba3689efb8
Bug 1651093 - Update UserMessaging policy for triplets. r=pdahiya
...
Differential Revision: https://phabricator.services.mozilla.com/D83367
2020-07-15 17:05:09 +00:00
Michael Kaply
c244c9c2ea
Bug 1639945 - Add support for session cookies in policy. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D79902
2020-06-24 14:26:21 +00:00
Michael Kaply
654ac54207
Bug 1644528 - Allow DisabledCiphers policy to enable ciphers. r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D78966
2020-06-17 17:17:04 +00:00
Marco Bonardo
2e16489d68
Bug 1642943 - Introduce a pref to control post-search DNS resolution of single word hosts. r=Gijs,mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D78403
2020-06-11 12:42:29 +00:00
Dan Minor
f8f95a8f04
Bug 1643155 - Rename obfuscate_host_addresses pref; r=ng,mkaply
...
Renaming this to blocklist, as this is a list of sites for which hostname
obfuscation is disabled.
Differential Revision: https://phabricator.services.mozilla.com/D78681
2020-06-09 09:30:04 +00:00
Michael Kaply
5628ca6bbe
Bug 1466512 - Add a policy for forcing a master password. r=fluent-reviewers,MattN,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D70935
2020-06-04 20:01:54 +00:00
Michael Kaply
d627dab065
Bug 1577344 - Add policy for application handlers. r=Gijs,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D74865
2020-05-26 22:38:58 +00:00
Bogdan Tara
1c9a64d4d6
Backed out changeset 7cfa9199cc7e (bug 1577344) for mozilla::net::nsSocketTransport::InitiateSocket crashes CLOSED TREE
2020-05-26 20:40:51 +03:00
Michael Kaply
dc9210608c
Bug 1577344 - Add policy for application handlers. r=Gijs,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D74865
2020-05-26 03:21:46 +00:00
Michael Kaply
c45c748383
Bug 1619658 - Add picture in picture policy. r=fluent-reviewers,mconley,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D74490
2020-05-21 20:22:05 +00:00
Cosmin Sabou
1420ee7148
Backed out 2 changesets (bug 1619658) for xpc and linting failures.
...
Backed out changeset a5c5a7a3cf83 (bug 1619658)
Backed out changeset fdfb16cb82a6 (bug 1619658)
2020-05-22 00:10:20 +03:00
Michael Kaply
9f1846ab4d
Bug 1619658 - Add picture in picture policy.
...
Differential Revision: https://phabricator.services.mozilla.com/D74490
2020-05-21 20:22:05 +00:00
Michael Kaply
24529ad3b6
Bug 1619658 - Add picture in picture policy. r=fluent-reviewers,mconley,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D74490
2020-05-21 18:23:11 +00:00
Bogdan Tara
79ec5ae383
Backed out changeset 7daef473f5eb (bug 1619658) for test_sorted_alphabetically.js failures CLOSED TREE
2020-05-21 21:06:11 +03:00
Michael Kaply
9fbd37a86f
Bug 1619658 - Add picture in picture policy. r=fluent-reviewers,mconley,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D74490
2020-05-20 23:58:55 +00:00
Michael Kaply
2778016b54
Bug 1635825 - Don't lock Startpage preference by default. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D74123
2020-05-12 21:15:45 +00:00
Michael Kaply
ce7e5902d0
Bug 1635240 - Add policy for using SSO in private browsing. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D74112
2020-05-11 19:18:43 +00:00
Michael Kaply
990a4a43ce
Bug 1621423 - Allow adding webextension restricted domains via policy. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D74304
2020-05-08 21:01:58 +00:00
Michael Kaply
3f09dd35b7
Bug 792816 - Add PDF.js specific policy. r=mconley,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D70922
2020-04-22 19:57:31 +00:00
Michael Kaply
aae6032a64
Bug 1628871 - Add policy for Encrypted Media Extensions. r=mconley,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D70765
--HG--
extra : moz-landing-system : lando
2020-04-14 20:48:11 +00:00
Michael Kaply
d304e7584c
Bug 1620717 - Add an enterprise policy for lax cookies. r=fluent-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D67389
--HG--
extra : moz-landing-system : lando
2020-04-02 13:09:23 +00:00
Michael Kaply
76f43b066b
Bug 1623740 - Add policy for setting and locking autoplay default. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D67546
--HG--
extra : moz-landing-system : lando
2020-03-20 21:09:12 +00:00
Molly Howell
351e1b7cff
Bug 1602463 Part 5 - Add policy engine support for the default browser agent policy. r=mkaply,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D64992
--HG--
extra : moz-landing-system : lando
2020-03-16 20:21:50 +00:00
Mihai Alexandru Michis
12c2ba4b56
Backed out 5 changesets (bug 1602463) for causing diffoscope failures.
...
CLOSED TREE
Backed out changeset ff565862e785 (bug 1602463)
Backed out changeset 2583a2703658 (bug 1602463)
Backed out changeset 8f3de97c5d50 (bug 1602463)
Backed out changeset be11972a8149 (bug 1602463)
Backed out changeset 5a6058d8266c (bug 1602463)
2020-03-16 20:29:20 +02:00
Molly Howell
0e690cebc0
Bug 1602463 Part 5 - Add policy engine support for the default browser agent policy. r=mkaply,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D64992
--HG--
extra : moz-landing-system : lando
2020-03-16 15:38:16 +00:00
Michael Kaply
04a73492f2
Bug 1620299 - Add policy for URL bar interventions. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D66295
--HG--
extra : moz-landing-system : lando
2020-03-12 19:06:51 +00:00
Michael Kaply
b04ca27626
Bug 1621732 - Provide a policy to disable ciphers. r=jcj,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D66473
--HG--
extra : moz-landing-system : lando
2020-03-12 19:41:24 +00:00
Kirk Steuber
405cc15d07
Bug 1612979 - Remove app.update.auto from the list of preferences that can be manipulated by policy r=mkaply
...
This functionality is being replaced by the policy: AppAutoUpdate
Differential Revision: https://phabricator.services.mozilla.com/D63979
--HG--
extra : moz-landing-system : lando
2020-03-03 18:10:49 +00:00