Mark Banner
05dcda5a7f
Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D158115
2022-09-26 16:51:10 +00:00
Mathew Hodson
a72c385753
Bug 1776578 - Replace init tasks with add_setup in mochitests. r=application-update-reviewers,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D149486
2022-09-26 13:58:49 +00:00
Kirk Steuber
d2735f5957
Bug 1786667 - Don't access update components in BrowserGlue if Firefox was not built with support for them r=bhearsum,preferences-reviewers
...
This patch was made to guard Update functionality from being called in BrowserGlue.jsm if Firefox was not built with support for the Updater. However, it also ended up touching the updater build configuration. I discovered while testing this patch that building with `--disable-updater` does not imply `--disable-maintenance-service` or `--disable-update-agent`. So I fixed that issue as well. Once that was fixed, I could change some other code that checked `AppConstants.MOZ_UPDATER && AppConstants.MOZ_UPDATE_AGENT` since that is now equivilant to `AppConstants.MOZ_UPDATE_AGENT`.
Differential Revision: https://phabricator.services.mozilla.com/D156902
2022-09-09 15:01:13 +00:00
Mark Banner
27c9a7780a
Bug 1789254 - Migrate enterprisepolicies (browser and toolkit) to ESM. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D156463
2022-09-08 14:40:06 +00:00
Mark Banner
31e69d49d8
Bug 1789254 - Fix rejected words issues in WebsiteFilter.jsm. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D156462
2022-09-08 14:40:06 +00:00
Norisz Fay
1bb0960ae2
Backed out 3 changesets (bug 1789254) for causing bc failures on browser_xpcom_graph_wait.js CLOSED TREE
...
Backed out changeset bea1e1ba4a14 (bug 1789254 )
Backed out changeset 4086aaa5f3d0 (bug 1789254 )
Backed out changeset 131cac1d1146 (bug 1789254 )
2022-09-08 17:14:00 +03:00
Mark Banner
bbda3722bb
Bug 1789254 - Migrate enterprisepolicies (browser and toolkit) to ESM. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D156463
2022-09-08 12:43:32 +00:00
Mark Banner
4d2266111f
Bug 1789254 - Fix rejected words issues in WebsiteFilter.jsm. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D156462
2022-09-08 12:43:31 +00:00
Mark Banner
7a592d20b6
Bug 1789285 - Fix incorrect log call in Policies.jsm. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D156481
2022-09-06 13:57:19 +00:00
Butkovits Atila
59d03e0b1d
Backed out 2 changesets (bug 1676492) for causing failures at test_navigation.py. CLOSED TREE
...
Backed out changeset 09fd88048f35 (bug 1676492)
Backed out changeset bc76e6966ec9 (bug 1676492)
2022-08-30 20:56:51 +03:00
Neil Deakin
507f721d6c
Bug 1676492, show the bookmarks toolbar when a new window is opened when the preference is set to show a blank page, r=Mardak,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D155003
2022-08-30 14:02:02 +00:00
Mark Banner
a7e93ca96e
Bug 1782659 - Enable ESlint rule no-unused-vars on the global scope for browser/ xpcshell-tests. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D153433
2022-08-05 08:38:50 +00:00
Mark Banner
8a275d4d92
Bug 1780017 - Migrate urlbar consumers to use ESM imports directly. r=adw,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152057
2022-07-26 15:11:30 +00:00
smolnar
dc4f2d6a41
Backed out 5 changesets (bug 1780017, bug 1780347) for causing bc failures in browser/base/content/test/performance/browser_preferences_usage.js CLOSED TREE
...
Backed out changeset 86c3a9142535 (bug 1780347)
Backed out changeset 35abe35417a0 (bug 1780017)
Backed out changeset f448f044f028 (bug 1780017)
Backed out changeset a400cbe83084 (bug 1780017)
Backed out changeset 0a23c9e27f01 (bug 1780017)
2022-07-25 21:00:07 +03:00
Mark Banner
539b5dac0d
Bug 1780017 - Migrate urlbar consumers to use ESM imports directly. r=adw,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152057
2022-07-25 12:46:48 +00:00
Francesco Lodolo (:flod)
d396178792
Bug 1780919 - Use Fluent term for Firefox Home, r=Gijs,fluent-reviewers,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152592
2022-07-25 10:50:06 +00:00
Mark Banner
4bfafd41fa
Bug 1779982 - Migrate places consumers to use ESM imports directly. r=mak,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152005
2022-07-20 22:34:21 +00:00
smolnar
102b779608
Backed out 8 changesets (bug 1779982, bug 1780017, bug 1780347) for causing doc generate failures. CLOSED TREE
...
Backed out changeset 3f22c0f99cf1 (bug 1780347)
Backed out changeset 6f20b7e4b21b (bug 1780017)
Backed out changeset ae6062c69aeb (bug 1780017)
Backed out changeset e668d7778d97 (bug 1780017)
Backed out changeset e158fc41594b (bug 1780017)
Backed out changeset d4c69c956271 (bug 1779982)
Backed out changeset 145212fd826d (bug 1779982)
Backed out changeset 54079aaa1857 (bug 1779982)
2022-07-20 22:43:53 +03:00
Mark Banner
fd37e0e9da
Bug 1780017 - Migrate urlbar consumers to use ESM imports directly. r=adw,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152057
2022-07-20 15:50:42 +00:00
Mark Banner
23086da9b9
Bug 1779982 - Migrate places consumers to use ESM imports directly. r=mak,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152005
2022-07-20 15:50:40 +00:00
Iulian Moraru
1108246986
Backed out 7 changesets (bug 1779982, bug 1780017) for causing multiple failures. CLOSED TREE
...
Backed out changeset f33a58aa2f3f (bug 1780017)
Backed out changeset e21c85d61b91 (bug 1780017)
Backed out changeset 213ee5578e7c (bug 1780017)
Backed out changeset ea9b3bf42ea1 (bug 1780017)
Backed out changeset d2d8530f3c4d (bug 1779982)
Backed out changeset 088e5148c307 (bug 1779982)
Backed out changeset 267e08f3868a (bug 1779982)
2022-07-20 15:44:53 +03:00
Mark Banner
ac90e83952
Bug 1780017 - Migrate urlbar consumers to use ESM imports directly. r=adw,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152057
2022-07-20 10:36:51 +00:00
Mark Banner
e84aaa1b85
Bug 1779982 - Migrate places consumers to use ESM imports directly. r=mak,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152005
2022-07-20 10:36:49 +00:00
Mark Banner
5a872b77c5
Bug 1779981 - Migrate search consumers to use ESM imports directly. r=mcheang,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D152001
2022-07-19 17:12:43 +00:00
Tooru Fujisawa
54623364da
Bug 1777486 - Part 2: Migrate XPCOMUtils.jsm consumers with automatic migration. r=webdriver-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,kmag,owlish,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D151214
2022-07-12 04:21:34 +00:00
Andreea Pavel
7738a75fdd
Backed out 11 changesets (Bug 1777486) for failing bc at browser_startup.js on a CLOSED TREE
...
Backed out changeset b6c4c386f1a6 (Bug 1777486)
Backed out changeset 195cc2de8433 (Bug 1777486)
Backed out changeset 20c746fb1648 (Bug 1777486)
Backed out changeset d5fd8173d62d (Bug 1777486)
Backed out changeset 6d758fab5a3e (Bug 1777486)
Backed out changeset e938b601ba15 (Bug 1777486)
Backed out changeset 0c4ea0b9416b (Bug 1777486)
Backed out changeset 0559c53cc668 (Bug 1777486)
Backed out changeset eea573d3a9f9 (Bug 1777486)
Backed out changeset 9ce3a6496a49 (bug 1777486)
Backed out changeset b0867652fc48 (bug 1777486)
2022-07-11 22:24:40 +03:00
Tooru Fujisawa
8cd6ed7409
Bug 1777486 - Part 2: Migrate XPCOMUtils.jsm consumers with automatic migration. r=webdriver-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,kmag,owlish,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D151214
2022-07-11 15:09:13 +00:00
Tooru Fujisawa
bf93d07148
Bug 1667455 - Part 5: Stop importing Services.jsm from chrome-priv JS code, top-level single-line cases. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,extension-reviewers,application-update-reviewers,pip-reviewers,twisniewski,m_kato,jdescottes,mconley,AlexandruIonescu,mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D150894
2022-07-11 12:41:50 +00:00
Tooru Fujisawa
f3a8c52c53
Bug 1667455 - Part 4: Stop importing Services.jsm from JSM. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,application-update-reviewers,pip-reviewers,twisniewski,devtools-reviewers,m_kato,jdescottes,ochameau,mconley,sfoster,AlexandruIonescu
...
Differential Revision: https://phabricator.services.mozilla.com/D150893
2022-07-11 12:41:50 +00:00
James Teow
ee7e4a5455
Bug 1773771 - Add GoToIntranetSiteForSingleWordEntryInAddressBar enterprise policy r=mkaply,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D148952
2022-06-30 16:21:44 +00:00
Hannah Peuckmann
7c1bad4edc
Bug 1764761 - Remove/replace the network.cookie.lifetimePolicy. r=pbz,necko-reviewers,mkaply,dom-storage-reviewers,agi,asuth,dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D144548
2022-06-29 17:33:37 +00:00
Sergey Galich
110f8e9de2
Bug 1773047 - Remove the security.insecure_field_warning.contextual.enabled pref r=dimi,geckoview-reviewers,owlish
...
Differential Revision: https://phabricator.services.mozilla.com/D149550
2022-06-27 17:18:41 +00:00
Iulian Moraru
e8c5035749
Backed out changeset 9c9b960cb8bf (bug 1773047) for causing multiple failures related to Autocomplete. CLOSED TREE
2022-06-22 22:02:41 +03:00
Sergey Galich
20bcd14769
Bug 1773047 - Remove the security.insecure_field_warning.contextual.enabled pref r=dimi,geckoview-reviewers,owlish
...
Differential Revision: https://phabricator.services.mozilla.com/D149550
2022-06-22 17:48:18 +00:00
Mark Banner
568ce7aa90
Bug 1774598 - Rework _initFromManifest to split out its component parts into the separate search engine classes. r=mcheang
...
Differential Revision: https://phabricator.services.mozilla.com/D149615
2022-06-17 20:41:09 +00:00
Tooru Fujisawa
322a8cf6b2
Bug 1772100 - Part 7: Use plain object for lazy getter in browser/components/enterprisepolicies/. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D148017
2022-06-06 22:46:22 +00:00
Tooru Fujisawa
4f96aa80b2
Bug 1772360 - Remove unnecessary call for XPCOMUtils.defineLazyGlobalGetters. r=florian,webdriver-reviewers,webcompat-reviewers,denschub,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D148168
2022-06-06 04:42:10 +00:00
Molnar Sandor
77402a5caa
Backed out 15 changesets (bug 1772313, bug 1772351, bug 1772360) for causing xpc failures in telemetry/tests/unit/test_SocketScalars.js CLOSED TREE
...
Backed out changeset c8b0a2ed239e (bug 1772360)
Backed out changeset 1922adad6abe (bug 1772351)
Backed out changeset 6d3634cce489 (bug 1772351)
Backed out changeset f03968a9d053 (bug 1772351)
Backed out changeset e7a38ef90fe4 (bug 1772351)
Backed out changeset b389e7654771 (bug 1772313)
Backed out changeset 59a33598ff51 (bug 1772313)
Backed out changeset ab60885a8a93 (bug 1772313)
Backed out changeset aad8efac9d05 (bug 1772313)
Backed out changeset 4378e519a8e7 (bug 1772313)
Backed out changeset 302ac54741f8 (bug 1772313)
Backed out changeset 74c59f9fd51c (bug 1772313)
Backed out changeset 575fb877c56c (bug 1772313)
Backed out changeset 2eaa68f10b19 (bug 1772313)
Backed out changeset 4a8b3ba193dc (bug 1772313)
2022-06-06 07:04:25 +03:00
Tooru Fujisawa
c7229a1a17
Bug 1772360 - Remove unnecessary call for XPCOMUtils.defineLazyGlobalGetters. r=florian,webdriver-reviewers,webcompat-reviewers,denschub,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D148168
2022-06-06 02:49:14 +00:00
Gijs Kruitbosch
c7a4a18264
Bug 1772001 - fix enterprise policy for using the temp folder for downloads, r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D147807
2022-05-31 23:47:39 +00:00
Tooru Fujisawa
3d21f45d5a
Bug 1610653 - Part 1: Do not use global this property assignment to define global variable in browser/components. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D144108
2022-05-30 15:19:35 +00:00
Mike Kaply
9eed78e6db
Bug 1770960 - Enterprise policy for using system print dialog. r=mstriemer,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D147212
2022-05-27 19:59:12 +00:00
Gijs Kruitbosch
3113290039
Bug 1738574 - add an option to put downloads in tmp to start with, r=mak,mkaply,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D146719
2022-05-24 12:54:42 +00:00
Hannah Peuckmann
3b96484bd0
Bug 1681495 - Switch clear cookies and site data checkbox to control sanitization prefs. r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D140345
2022-05-19 14:08:16 +00:00
Andrew McCreight
c8c5c819df
Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs
...
This patch won't actually build, because a few bits of code are used
for both nsIFactory::createInstance and static components, and static
components are not fixed until the next patch.
The first place is nsLoadGroupConstructor, which uses an nsIFactory
macro to create a static component constructor. (This could be worked
around by expanding the macro to the state before this patch.)
The other issue is that nsAppShellConstructor is used in an nsIFactory
on OSX, but as a static component on all other platforms. This could
be worked around by wrapping nsAppShellConstructor in an adaptor that
passes in the extra null argument to nsAppShellConstructor.
Differential Revision: https://phabricator.services.mozilla.com/D146456
2022-05-17 20:24:19 +00:00
Kirk Steuber
94ebd2f73c
Bug 1762957 - Tests for Update Pinning r=bhearsum
...
Note that these tests only ensure that the pin is properly added to the update URL and to the telemetry. They do not test that the update applied will be of the correct version. This is because we are not attempting to have Firefox check if the update provided is valid given the pin, we are leaving it to the update server (Balrog) to find and serve the correct version.
Differential Revision: https://phabricator.services.mozilla.com/D143788
2022-05-16 20:55:07 +00:00
Kirk Steuber
1f183a698d
Bug 1762957 - Add Firefox Enterprise Policy for application update pinning r=mkaply,bhearsum,fluent-reviewers,flod
...
This patch also adds the capability for Policy implementations (in Policies.jsm) to have a `validate` function. If it returns `false`, the Enterprise Policy engine will consider the policy's parameter to be invalid and the policy will not be activated. This capability is used to validate the update pin policy's parameter to make sure that it takes the expected format ("X." or "X.Y.", where X is the pinned major version and Y is the pinned minor version).
Differential Revision: https://phabricator.services.mozilla.com/D143785
2022-05-16 20:55:05 +00:00
Tom Schuster
c41e3ff3ad
Bug 1760024 - Add a pref for checking file:// script loads. r=freddyb
...
Differential Revision: https://phabricator.services.mozilla.com/D146069
2022-05-13 11:13:09 +00:00
Mike Kaply
f69adc8eac
Bug 1722050 - Add policy for opening executable files based on domain/extension pairs. r=Gijs,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D144214
2022-05-12 15:22:38 +00:00
Bogdan Szekely
abb14a39af
Backed out changeset 0a74e9a67faa (bug 1722050) for causing xpcshell failures on test_sorted_alphabetically.js. CLOSED TREE
2022-05-12 17:19:37 +03:00
Mike Kaply
523416b7fb
Bug 1722050 - Add policy for opening executable files based on domain/extension pairs. r=Gijs,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D144214
2022-05-12 13:17:30 +00:00
Mike Kaply
c649e0cec2
Bug 1754773 - Use new domain policy message for policy blocking. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D144834
2022-05-09 16:04:54 +00:00
Doug Thayer
04d1c8fd1e
Bug 1756823 - Replace ConsoleAPIStorage observer calls with js array r=nchevobbe,webdriver-reviewers,geckoview-reviewers,agi,jdescottes
...
See the comment in the file explaining it. For a case of logging 100k numbers,
this dropped the time per number from 15 microseconds to 9 with the console
closed, and 55 microseconds to 38 with the console open. I think we could shave
off more with a native approach, but I don't know that it's worth it and it's
much more likely for that to introduce bugs.
Differential Revision: https://phabricator.services.mozilla.com/D143782
2022-05-03 17:21:59 +00:00
Shane Hughes
d148fe50bc
Bug 1762775 - Change download folder display in prefs UI. r=Gijs,fluent-reviewers,preferences-reviewers,desktop-theme-reviewers,dao,flod
...
The default download folder prefs are now counterintuitively used
whether browser.download.useDownloadDir is enabled or not, since we no
longer save downloads to the "temp" folder. But the display for these
prefs in about:preferences makes it seem as though the configured path
will not be used if the "Always ask..." option is selected. This patch
removes the radiogroup and replaces it with a checkbox, so that the
download folder path can be changed irrespective of useDownloadDir's
value (unless browser.download.dir is disabled by policy).
Differential Revision: https://phabricator.services.mozilla.com/D143555
2022-04-28 19:49:17 +00:00
Mike Kaply
c51e09a803
Bug 1520913 - Allow password manager exceptions in policy. r=mstriemer,fluent-reviewers,flod,preferences-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D142886
2022-04-14 19:41:32 +00:00
Mike Kaply
20954ef27a
Bug 1499095 - Remove engines hidden by policy after restoring defaults. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D142888
2022-04-12 14:58:45 +00:00
Mike Kaply
7e8f02e669
Bug 1762972 - Don't use head.js in standalone tests. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D142960
2022-04-07 18:46:32 +00:00
Mike Kaply
6526a2f222
Bug 1750863 - Refactor blocked about tests so they are run in more appropriate spots. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D142380
2022-04-04 16:16:45 +00:00
Gijs Kruitbosch
7298feb0ee
Bug 1753696 - move common setup/init tasks in head.js files to use add_setup, r=Standard8
...
Without this, changing to add_setup in individual test files causes the tasks to be reordered, which causes tests to fail.
I also had to adjust an enterprise policy test that was expecting setup tests to run inbetween tasks.
Differential Revision: https://phabricator.services.mozilla.com/D142457
2022-03-30 16:16:43 +00:00
Gijs Kruitbosch
8e67201171
Bug 1753696 - Automatic rewrite: replace add_task(setup with add_setup in browser mochitest, r=Standard8,webcompat-reviewers,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D141437
2022-03-30 16:16:42 +00:00
Norisz Fay
acdd6851cd
Backed out 2 changesets (bug 1753696) for causing multiple dt and bc failures CLOSED TREE
...
Backed out changeset 67fd9edfbcea (bug 1753696)
Backed out changeset a9d957ea887b (bug 1753696)
2022-03-30 12:17:55 +03:00
Gijs Kruitbosch
27039e2946
Bug 1753696 - Automatic rewrite: replace add_task(setup with add_setup in browser mochitest, r=Standard8,webcompat-reviewers,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D141437
2022-03-30 08:18:51 +00:00
Julian Descottes
8458cf9d07
Bug 1609100 - Remove mentions of about:devtools from enterprisepolicies r=mkaply
...
Depends on D141464
The about:devtools page is removed, we can remove it from the policy code.
Differential Revision: https://phabricator.services.mozilla.com/D141467
2022-03-28 11:12:07 +00:00
Norisz Fay
66797d7700
Backed out 5 changesets (bug 1609100) for causing mochitest failures on browser_check_identity_state.js CLOSED TREE
...
Backed out changeset 521cbbae0914 (bug 1609100 )
Backed out changeset e22daee724f0 (bug 1609100 )
Backed out changeset e5c4afe5dd66 (bug 1609100 )
Backed out changeset e6ae2c01908e (bug 1609100 )
Backed out changeset 3e59351660ab (bug 1609100 )
2022-03-28 13:11:58 +03:00
Julian Descottes
a507969be7
Bug 1609100 - Remove mentions of about:devtools from enterprisepolicies r=mkaply
...
Depends on D141464
The about:devtools page is removed, we can remove it from the policy code.
Differential Revision: https://phabricator.services.mozilla.com/D141467
2022-03-28 08:57:36 +00:00
Luca Greco
160f5d7342
Bug 1759737 - Require user gesture on XPInstalls requests. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D141474
2022-03-23 19:42:27 +00:00
Marian-Vasile Laza
1ee05bd5b0
Backed out changeset 9a5b9d5e5a20 (bug 1759737) for causing screenshots failures on browser_permissionPrompts.js. CLOSED TREE
2022-03-23 00:48:47 -07:00
Luca Greco
549a20771e
Bug 1759737 - Require user gesture on XPInstalls requests. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D141474
2022-03-22 18:11:33 +00:00
Luca Greco
d9c980ced7
Bug 1754441 - Explicit set prefs to enable InstallTrigger on all tests that depend on its availability. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D138793
2022-03-18 20:02:54 +00:00
Mike Kaply
5e6b8da43a
Bug 1755354 - Add policy to remove More from Mozilla. r=pdahiya
...
Differential Revision: https://phabricator.services.mozilla.com/D139023
2022-02-17 20:15:30 +00:00
Sergey Galich
2924bdb35f
Bug 1653486 - Replace all non-user-facing references to "master" password. r=dimi,tgiles,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D138113
2022-02-17 17:29:57 +00:00
Mike Kaply
d448ec068a
Bug 1742167 - Disable managedbookmarks test on Linux. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D138811
2022-02-17 15:32:37 +00:00
Mike Kaply
e44ee30925
Bug 1741909 - Add new sitepermission extension type to enterprise policy. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D138698
2022-02-14 20:43:16 +00:00
Mike Kaply
6db0f566ff
Bug 1711870 - Use http-on-examine-response to block redirects in policy. r=dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D137869
2022-02-11 21:04:51 +00:00
Mike Kaply
c2d1b9f271
Bug 1751037 - Properly disable PDFjs permissions. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D137778
2022-02-10 14:15:11 +00:00
Mike Kaply
5a313efe20
Bug 1750233 - Allow JSON policy to be a REG_SZ. r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D136380
2022-01-21 18:17:01 +00:00
Barret Rennie
f69beec05e
Bug 1747461 - Remove FileUtils.getFile from browser/components/enterprisepolicies r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D134894
2022-01-19 18:37:24 +00:00
Mike Kaply
aba641e2b8
Bug 1750221 - Block mixed case about URLs in policy. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D136010
2022-01-18 19:31:29 +00:00
Meg Viar
e17e8bbbde
Bug 1741741 - Avoid showing Mozilla VPN in unsupported countries r=dmose,preferences-reviewers,pdahiya,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D133903
2021-12-22 19:55:29 +00:00
Barret Rennie
1bbd272462
Bug 1745357 - Remove osfile.jsm from browser/components/enterprisepolicies r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D133831
2021-12-16 22:16:02 +00:00
Kirk Steuber
21fe3d1d47
Bug 1738983 - Enable Background Update by default on Release r=nalexander,preferences-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D133949
2021-12-16 18:49:29 +00:00
Mike Kaply
8fb4abf2a8
Bug 1745065 - Add support for managing more ciphers in policy. r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D133374
2021-12-10 15:12:33 +00:00
Mike Kaply
342e6a407b
Bug 1730218 - Fix suggest_url in policies. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D131291
2021-11-29 17:27:40 +00:00
Emilio Cobos Alvarez
efe2305b8d
Bug 1742696 - Opt-in a bunch of about:pages to dark system colors / form controls. r=Gijs,preferences-reviewers,webcompat-reviewers,twisniewski
...
Privileged pages do this automatically via:
https://searchfox.org/mozilla-central/rev/aa8c75b83f636948f708986173965c84cae8c25f/widget/nsXPLookAndFeel.cpp#1179-1183
So this makes everything more consistent. Known exceptions:
* Pocket panels (as those don't seem to support dark mode)
* about:reader (because it has its own dark mode handling)
Differential Revision: https://phabricator.services.mozilla.com/D132019
2021-11-25 21:24:43 +00:00
Mike Kaply
b3c7bf3a3e
Bug 1741204 - Consolidate cookie policy into one Behavior policy. r=pbz
...
Differential Revision: https://phabricator.services.mozilla.com/D131825
2021-11-23 18:57:53 +00:00
Mike Kaply
9af1a8f065
Bug 1741560 - Handle unsigned XPI case in policy. r=john.bieling
...
Differential Revision: https://phabricator.services.mozilla.com/D131855
2021-11-23 13:50:07 +00:00
Mike Kaply
e40191df78
Bug 1741217 - Hide private browsing option in managed bookmarks if private browsing is disabled. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D131289
2021-11-19 20:06:19 +00:00
Mike Kaply
864ad2f142
Bug 1739716 - Add keyword.enabled and user stylesheet prefs to policy. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D131010
2021-11-18 20:45:15 +00:00
Niklas Goegge
5d592a6adb
Bug 1617611: Annotate each failing test individually. r=webdriver-reviewers,necko-reviewers,ckerschb,whimboo,valentin
...
Annotating each test individually lets us avoid introducing new failing tests
while we go through the backlog of failing tests.
Depends on D129162
Differential Revision: https://phabricator.services.mozilla.com/D129163
2021-11-17 11:04:34 +00:00
criss
507f143b88
Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE
...
Backed out changeset fdb2c6bfc0c6 (bug 1617611)
Backed out changeset c3352f4b3681 (bug 1617611)
2021-11-16 13:02:05 +02:00
Niklas Goegge
5b684c7fc6
Bug 1617611: Annotate each failing test individually. r=webdriver-reviewers,necko-reviewers,ckerschb,whimboo,valentin
...
Annotating each test individually lets us avoid introducing new failing tests
while we go through the backlog of failing tests.
Depends on D129162
Differential Revision: https://phabricator.services.mozilla.com/D129163
2021-11-16 10:15:45 +00:00
Mike Kaply
a35fd106db
Bug 1664852 - Close menu at end of test. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D130497
2021-11-15 23:27:26 +00:00
Mike Kaply
1250cf6b06
Bug 1481946 - Allow policy search engines to be updated. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D130865
2021-11-15 22:21:23 +00:00
Mike Kaply
b5e2ef5e2b
Bug 1741130 - Fix typo in addon install error. r=john.bieling DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D131140
2021-11-15 17:31:01 +00:00
Mike Kaply
b57265e4f8
Bug 1737605 - Parse JSON directly from GPO so it's properly validated. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D129845
2021-11-05 20:10:53 +00:00
Dimi
1170d5bd99
Bug 1729640 - P3. Notify event when a form with password is submitted r=sfoster,tgiles,geckoview-reviewers,agi
...
Notify "passwordmgr-form-submission-detected" when a form with password
is submitted.
The event should be notified regardless of whether the password manager
decides to show the doorhanger or not. To support this, this patch
also refactors _maybeSendFormInteractionMessage function to distinguish
"onFormSubmit" event and "showDoorhanger" event.
Differential Revision: https://phabricator.services.mozilla.com/D127104
2021-11-05 17:11:31 +00:00
raquelvargas
194d4eef76
Bug 1733549 - Remove uses of ChromeUtils.import(..., null) in enterprise policy code. r=Standard8,mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D129649
2021-11-05 09:49:47 +00:00
Csoregi Natalia
d2f8488b6a
Backed out 7 changesets (bug 1729640) for causing permafailures on browser_web_process_isolation.js. a=backout
...
Backed out changeset 5b2a1799ce4e (bug 1729640)
Backed out changeset fcd4b833ad73 (bug 1729640)
Backed out changeset 5ff8d3adc6eb (bug 1729640)
Backed out changeset b8fd0343ca42 (bug 1729640)
Backed out changeset fbd6928e34ef (bug 1729640)
Backed out changeset 4ce2eebab0c4 (bug 1729640)
Backed out changeset c7c50c85f911 (bug 1729640)
2021-11-04 23:44:26 +02:00
Dimi
c6f5d58bfb
Bug 1729640 - P3. Notify event when a form with password is submitted r=sfoster,tgiles,geckoview-reviewers,agi
...
Notify "passwordmgr-form-submission-detected" when a form with password
is submitted.
The event should be notified regardless of whether the password manager
decides to show the doorhanger or not. To support this, this patch
also refactors _maybeSendFormInteractionMessage function to distinguish
"onFormSubmit" event and "showDoorhanger" event.
Differential Revision: https://phabricator.services.mozilla.com/D127104
2021-11-04 11:17:03 +00:00
Norisz Fay
47a4e47af2
Backed out 7 changesets (bug 1729640) for causing Bp-hybrid bustages on LoginDetectionService.o CLOSED TREE
...
Backed out changeset 4d3532da5652 (bug 1729640)
Backed out changeset 9ec5346cf9d9 (bug 1729640)
Backed out changeset 43dd05680186 (bug 1729640)
Backed out changeset f44a8f37d84c (bug 1729640)
Backed out changeset 66376bee8cef (bug 1729640)
Backed out changeset c7ffe85380d7 (bug 1729640)
Backed out changeset ae9c5de3902a (bug 1729640)
2021-11-02 16:33:01 +02:00
Dimi
c31102442d
Bug 1729640 - P3. Notify event when a form with password is submitted r=sfoster,tgiles,geckoview-reviewers,agi
...
Notify "passwordmgr-form-submission-detected" when a form with password
is submitted.
The event should be notified regardless of whether the password manager
decides to show the doorhanger or not. To support this, this patch
also refactors _maybeSendFormInteractionMessage function to distinguish
"onFormSubmit" event and "showDoorhanger" event.
Differential Revision: https://phabricator.services.mozilla.com/D127104
2021-11-02 13:47:48 +00:00
Mike Kaply
19659dae68
Bug 1724488 - Add sponsored content to FirefoxHome policy. r=thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D129542
2021-10-26 21:56:46 +00:00
Evgenia Kotovich
0d0980ee0d
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-18 09:26:33 +00:00
Noemi Erli
2bba3cec69
Backed out changeset 2ab6bb03dcc1 (bug 1576768) for causing failures in test_double_submit.html CLOSED TREE
2021-10-18 02:05:57 +03:00
Evgenia Kotovich
3e3dff109c
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-17 14:59:14 +00:00
Alexandru Michis
dac6815201
Backed out changeset 7c08aa027893 (bug 1576768) for causing multiple failures.
...
CLOSED TREE
2021-10-15 16:52:43 +03:00
Evgenia Kotovich
a8b32926fa
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-15 12:58:11 +00:00
Michael Kohler
94e39dce35
Bug 1672486 - Remove browser.toolbars.bookmarks.2h2020 pref in policies r=mak
...
Depends on D127588
Differential Revision: https://phabricator.services.mozilla.com/D127589
2021-10-14 07:51:15 +00:00
Valentin Gosu
4c83e40163
Bug 1732961 - DNSOverHTTPS policy test should use https r=mkaply
...
While it doesn't make much of a difference for the prefs, setting them to a
plain http:// scheme makes it be ignored by the TRR implementation and has
no effect. I'd hate it to have other people copy paste this code and not
understand why TRR isn't working.
Differential Revision: https://phabricator.services.mozilla.com/D126958
2021-09-30 11:58:50 +00:00
Mike Kaply
d48bcd22ac
Bug 1732131 - Allow security.tls.enable_0rtt_data via policy. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D126368
2021-09-22 19:08:45 +00:00
Mike Kaply
981bf3a9fe
Bug 1729001 - Lock pocket new tab in preferences. r=thecount
...
Differential Revision: https://phabricator.services.mozilla.com/D125275
2021-09-20 15:50:37 +00:00
Mike Kaply
a0e14016f8
Bug 1723913 - Wait for gAppUpdater to be set to fix test failure. r=nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D125445
2021-09-13 20:00:20 +00:00
Geoff Brown
019c21f335
Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal
...
These tests are excluded from android test runs in moz.build. Including
an explicit annotation in each manifest avoids scheduling confusion.
browser-chrome and plain-chrome tests in browser/ are of no concern,
since those test types are never scheduled on android.
Differential Revision: https://phabricator.services.mozilla.com/D125266
2021-09-13 15:22:27 +00:00
Dana Keeler
3b68845290
Bug 1724072 - allow enabling 3DES only when deprecated versions of TLS are enabled r=rmf
...
Chrome has removed 3DES completely[0], but we're still seeing some uses of it
in telemetry. Our assumption is that this is either due to old devices that
can't be upgraded, and hence probably use TLS 1.0, or servers that bafflingly
choose 3DES when there are other, better, ciphersuites in common.
This patch allows 3DES to only be enabled when deprecated versions of TLS are
enabled. This should protect users against the latter case (where 3DES is
unnecessary) while allowing them to use it in the former case (where it may be
necessary).
NB: The only 3DES ciphersuite gecko makes possible to enable is
TLS_RSA_WITH_3DES_EDE_CBC_SHA. This patch also changes the preference
corresponding to this ciphersuite from "security.ssl3.rsa_des_ede3_sha" to
"security.ssl3.deprecated.rsa_des_ede3_sha".
[0] https://www.chromestatus.com/feature/6678134168485888
Differential Revision: https://phabricator.services.mozilla.com/D121797
2021-08-24 01:25:07 +00:00
Mike Kaply
97bc1d7d39
Bug 1722544 - Allow SanitizeOnShutdown policy to be false. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D122031
2021-08-13 02:20:49 +00:00
Narcis Beleuzu
625f7a5de1
Backed out changeset 4f793a75cd93 (bug 1724072) for geckoview failures . CLOSED TREE
2021-08-10 19:19:35 +03:00
Dana Keeler
2a64c08522
Bug 1724072 - allow enabling 3DES only when deprecated versions of TLS are enabled r=rmf
...
Chrome has removed 3DES completely[0], but we're still seeing some uses of it
in telemetry. Our assumption is that this is either due to old devices that
can't be upgraded, and hence probably use TLS 1.0, or servers that bafflingly
choose 3DES when there are other, better, ciphersuites in common.
This patch allows 3DES to only be enabled when deprecated versions of TLS are
enabled. This should protect users against the latter case (where 3DES is
unnecessary) while allowing them to use it in the former case (where it may be
necessary).
NB: The only 3DES ciphersuite gecko makes possible to enable is
TLS_RSA_WITH_3DES_EDE_CBC_SHA. This patch also changes the preference
corresponding to this ciphersuite from "security.ssl3.rsa_des_ede3_sha" to
"security.ssl3.deprecated.rsa_des_ede3_sha".
[0] https://www.chromestatus.com/feature/6678134168485888
Differential Revision: https://phabricator.services.mozilla.com/D121797
2021-08-10 15:25:37 +00:00
Sam Foster
ba9f1e0d39
Bug 1719463 - Part 10: Remove the devtools button from the pre-proton appMenu view. r=jdescottes,Gijs,mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D121810
2021-08-10 05:29:33 +00:00
Geoff Lankow
8bd54d132a
Bug 1724114 - Clear registered handlers after use in a test. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D121820
2021-08-05 21:54:52 +00:00
Christoph Kerschbaumer
4a6250387f
Bug 1719272: Annotate failing browser/ tests to potentially enable https-first mode in Nightly r=webcompat-reviewers,denschub,webdriver-reviewers,preferences-reviewers,Gijs,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D119177
2021-07-28 19:16:16 +00:00
Sandor Molnar
68cdec0548
Backed out changeset 7eb8945dd8e3 (bug 1719272) for causing bustages in gecko decision task. CLOSED TREE
2021-07-28 19:47:06 +03:00
Christoph Kerschbaumer
bb716f0701
Bug 1719272: Annotate failing browser/ tests to potentially enable https-first mode in Nightly r=webcompat-reviewers,denschub,webdriver-reviewers,preferences-reviewers,Gijs,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D119177
2021-07-28 16:08:07 +00:00
Mike Kaply
9760bc5f64
Bug 1715965 - Handle errors for local XPIs installed by policy. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D120763
2021-07-27 14:42:43 +00:00
Iulian Moraru
ed15d48c87
Backed out changeset e3e4ce3c1020 (bug 1715965) for causing xpcshell failures on test_addon_update.js. CLOSED TREE
2021-07-27 00:43:47 +03:00
Mike Kaply
0721f12bf4
Bug 1715965 - Handle errors for local XPIs installed by policy. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D120763
2021-07-26 20:55:31 +00:00
Gijs Kruitbosch
d8600dc3ae
Bug 1512851 - tidy up file menu popup event handling, r=sfoster
...
Differential Revision: https://phabricator.services.mozilla.com/D120636
2021-07-26 12:22:37 +00:00
Mike Kaply
c734740c1e
Bug 1692109 - No need to wait for menu hide. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D120676
2021-07-22 22:21:19 +00:00
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
04dd2f4733
Bug 1716630 - Test for developer tools on app menu when developer tools are disabled is set. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D117933
2021-06-15 21:41:41 +00:00
Daisuke Akatsuka
1e76758a7a
Bug 1709405: Make add engines compact. r=harry,desktop-theme-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D116057
2021-06-03 01:48:25 +00:00
Mike Kaply
5dc5d0b0c7
Bug 1710796 - Don't show URL bar update hints if update is disabled. r=emalysz,mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D115245
2021-05-27 22:32:22 +00:00
Mike Kaply
e528cec2a2
Bug 1692159 - Disable saved password preference if disabled by policy. r=mixedpuppy,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D115655
2021-05-24 17:30:33 +00:00
Michelle Goossens
6af282754f
Bug 1711498 - Remove checks for protonAppMenuEnabled or protonToolbarEnabled smart pref getters from tests r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D115651
2021-05-21 15:51:13 +00:00
Csoregi Natalia
3ffb2c5295
Backed out changeset e753adfbdc7d (bug 1710796) for failures on browser_policy_disable_app_update.js. CLOSED TREE
2021-05-21 00:32:39 +03:00
Mike Kaply
b94006dee8
Bug 1710796 - Don't show URL bar update hints if update is disabled. r=emalysz,mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D115245
2021-05-20 17:00:10 +00:00
Michelle Goossens
16dd2093e1
Bug 1711497 - Remove browser.proton.enabled checks/setters from tests r=Gijs,marionette-reviewers,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D115539
2021-05-20 13:03:51 +00:00
Mike Kaply
d492fcc9e4
Bug 1710749 - If a website is blocked via policy, block about:reader r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D115066
2021-05-17 18:52:38 +00:00
Silke Hofmann
3b01fc4248
Bug 1710273 - Stop using ChromeUtils.import(..., null) for importing EnterprisePolicies.jsm. r=nhnt11,extension-reviewers,preferences-reviewers,zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D115024
2021-05-12 23:16:33 +00:00
Mark Striemer
3110ac3ec8
Bug 1706155 - Set hover states for HCM common.css r=desktop-theme-reviewers,dao,morgan,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D113872
2021-05-10 16:31:27 +00:00
Andreea Pavel
ea6620b07c
Backed out changeset 8757d112fc04 (bug 1706155) for bc failures at browser_parsable_css.js on a CLOSED TREE
2021-05-08 03:19:31 +03:00
Mark Striemer
0480fc9ec0
Bug 1706155 - Set hover states for HCM common.css r=desktop-theme-reviewers,dao,morgan,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D113872
2021-05-07 23:24:59 +00:00
Andreea Pavel
d27a810ad2
Backed out changeset 8a02c8fa7821 (bug 1706155) for failing browser_parsable_css.js on a CLOSED TREE
2021-05-08 00:50:40 +03:00
Mark Striemer
8ee31eee8c
Bug 1706155 - Set hover states for HCM common.css r=desktop-theme-reviewers,dao,morgan,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D113872
2021-05-07 20:46:03 +00:00
Markus Stange
d9b559d1d8
Bug 1705120 - When a menu item in a native menu is activated, hide and close any non-native menus at the right times. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D114441
2021-05-07 17:00:22 +00:00
Mike Kaply
e6acc8acc5
Bug 1708527 - Enable gfx and layers prefs via policy. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D113848
2021-04-29 20:30:56 +00:00
Valentin Gosu
89d37d1ea1
Bug 1574475 - Remove FTP proxy code r=necko-reviewers,preferences-reviewers,mixedpuppy,mkaply,dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D111248
2021-04-28 09:33:46 +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
Narcis Beleuzu
33cc31099d
Backed out 8 changesets (bug 1574475, bug 1699222) for build bustages on moz.build . CLOSED TREE
...
Backed out changeset 6c2c039872b3 (bug 1574475)
Backed out changeset 8a2a04743c5f (bug 1699222)
Backed out changeset 9437c60798d6 (bug 1574475)
Backed out changeset 7ef1884ac11b (bug 1574475)
Backed out changeset ec8c237d5298 (bug 1574475)
Backed out changeset 4a760b3f5d53 (bug 1574475)
Backed out changeset b229b0eea1e7 (bug 1574475)
Backed out changeset 03d34a2f10a6 (bug 1574475)
2021-04-22 18:10:59 +03:00
Valentin Gosu
939b075a47
Bug 1574475 - Remove FTP proxy code r=necko-reviewers,preferences-reviewers,mixedpuppy,mkaply,dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D111248
2021-04-22 13:41:34 +00:00
Mike Kaply
e2b83ffbcc
Bug 1702154 - Stop URL popup from overlapping policy links. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D112833
2021-04-21 19:45:47 +00:00
Mike Kaply
3aba3f8441
Bug 1702150 - Add tabindex to categories and make enter work. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D112075
2021-04-15 17:33:59 +00:00
Harry Twyford
e79e2ea4c7
Bug 1705142 - Make browser_policy_managedbookmarks.js work with native context menus. r=mac-reviewers,mstange
...
Differential Revision: https://phabricator.services.mozilla.com/D112059
2021-04-15 13:45:47 +00:00
Kirk Steuber
f07cc72e96
Bug 1703302 - Remove app.background.experimental to show background update UI unconditionally r=nalexander,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D111199
2021-04-14 17:50:07 +00:00
Tim Huang
ebe85b7473
Bug 1698843 - Part 4: Set the default of the private cookieBehavior pref if the regular cookieBehavior is altered by the policy. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D111005
2021-04-13 18:07:12 +00:00
Sarah Ukoha
98ea52a477
Bug 1703813 - Replaced BrowserTestUtils.waitForCondition with TestUtils.waitForCondition in browser_policy_extensions.js. r=prathiksha
...
Differential Revision: https://phabricator.services.mozilla.com/D111263
2021-04-08 20:17:51 +00:00
Mike Kaply
c05d048511
Bug 1696948 - Make sure password field displays when DisablePasswordReveal is used r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D110119
2021-03-31 18:10:52 +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
Emma Malysz
027eaa64c9
Bug 1700792, fix intermittent test failure by closing app menu r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D110117
2021-03-29 16:55:50 +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
Emma Malysz
993984618c
Bug 1700503, insert enterprise policy support menu item to app menu r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D109569
2021-03-24 20:48:28 +00:00
Scott
1e202523c4
Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D107744
2021-03-23 20:06:03 +00:00
Kirk Steuber
4c1bed884e
Bug 1483399 - Add tests for the about:preferences UI for app.update.background.enabled r=nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D108707
2021-03-22 20:40:28 +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
Mike Kaply
bb2097a7b9
Bug 1698572 - Shorten BackgroundAppUpdate description. r=flod,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D108843
2021-03-17 20:25:40 +00:00
Mike Kaply
7056bce458
Bug 1697566 - Correct implementation of SkipOnboarding policy. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D107894
2021-03-12 20:02:49 +00:00
Kirk Steuber
ef5c0ecab9
Bug 1691495 - Add tests for app.update.background.enabled and its policy r=nalexander,mkaply
...
Note that I made this a browser test rather than an xpcshell test, despite not using any particular browser functionality. I made this choice because I expect to expand this test a bit later, adding checking for preferences UI, much like the browser_policy_app_auto_update.js test in the same directory does.
Depends on D107922
Differential Revision: https://phabricator.services.mozilla.com/D107923
2021-03-10 22:12:24 +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
Jens Stutte
1e19379853
Bug 1689953: Harmonize shutdown phase definitions across nsTerminator and AppShutdown r=dthayer,chutten
...
This patch wants to solve several quirks around the shutdown terminator.
- Use the same shutdown phase definitions in AppShutdown and nsTerminator. This touches quite a few files.
- Ensure that the terminator phase shift is handled before any shutdown observer notifications are sent and reduce its heartbeat duration.
- Add missing phases to the shutdown telemetry.
Please note that this changes the unit of "tick" to 100ms rather than 1s.
As a side effect, we also remove the obsolete "shutdown-persist" context.
While the existing test coverage continues to prove the most important functions, we acknowledge the wish for better test coverage with [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1693966 | bug 1693966 ]].
Differential Revision: https://phabricator.services.mozilla.com/D103626
2021-02-27 14:38:14 +00:00
Butkovits Atila
bb3fe218a4
Backed out changeset be43a81b35f9 (bug 1689953) for causing failure at test_terminator_record.js. CLOSED TREE
2021-02-27 05:03:11 +02:00
Jens Stutte
f6d52040b9
Bug 1689953: Harmonize shutdown phase definitions across nsTerminator and AppShutdown r=dthayer,chutten
...
This patch wants to solve several quirks around the shutdown terminator.
- Use the same shutdown phase definitions in AppShutdown and nsTerminator. This touches quite a few files.
- Ensure that the terminator phase shift is handled before any shutdown observer notifications are sent and reduce its heartbeat duration.
- Add missing phases to the shutdown telemetry.
Please note that this changes the unit of "tick" to 100ms rather than 1s.
As a side effect, we also remove the obsolete "shutdown-persist" context.
While the existing test coverage continues to prove the most important functions, we acknowledge the wish for better test coverage with [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1693966 | bug 1693966 ]].
Differential Revision: https://phabricator.services.mozilla.com/D103626
2021-02-26 21:33:29 +00:00
Emma Malysz
9258625209
Bug 1690858: add safemode toggle to help menu r=mconley,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D104747
2021-02-16 16:51:45 +00:00
Mark Banner
263d555274
Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D104683
2021-02-11 22:02:15 +00:00
Andrew Osmond
b12f12554f
Bug 1686946 - Ship Software WebRender to OSX early beta/nightly users without (full) WebRender. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D101933
2021-02-11 17:53:40 +00:00
Emma Malysz
c6cae30cd2
Bug 1686523, remove home button if proton is enabled and the button hasn't been used r=mstriemer,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D103796
2021-02-10 16:58:53 +00:00
Michael Kaply
37fcc6f78b
Bug 1656544 - Allow most app.update prefs in policy. r=mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D103914
2021-02-03 20:33:30 +00:00
Michael Kaply
dcac2f6b74
Bug 1690594 - Add security.tls.version.enable-deprecated to policy r=dveditz
...
Differential Revision: https://phabricator.services.mozilla.com/D103918
2021-02-03 18:28:25 +00:00
Luca Greco
e1d14d5183
Bug 1525179 - Use aboutaddons.html at the root of about:addons. r=robwu
...
- Moved aboutaddons.html at the root of the about:addons page
- renamed aboutaddons.js `initialize` global function to `initializeView` (and renamed `show` and `hide` global functions accordingly)
- Simplify initial load logic a bit more:
- remove gCategories
- moved responsability of the CategoriesBox initialization to the `initializationView` function
- replaced initialization logic based on `gPendingInitializations` and `notifyInitialized` with
a `promiseInitialized` global resolved when `initializeView` method has been called and its return value resolved
- Fix test helpers and test failures
- InlineOptionsBrowser: take into account that browser-custom-element does opt-in the delayedConnectedCallback behavior
and browser.loadURI may throw if called while the document is still loading.
Differential Revision: https://phabricator.services.mozilla.com/D96472
2021-02-03 17:08:14 +00:00
Daisuke Akatsuka
c5fdb0210d
Bug 1607245: Batch notification of bookmark-removed events. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D103155
2021-02-03 11:56:52 +00:00
Mike Conley
e9351a2745
Bug 1689632 - Simplify the Help menu a bit. r=emalysz,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D103489
2021-02-01 15:31:30 +00:00
Tim Nguyen
d21554599f
Bug 1689727 - Stop using XUL <deck> for #updateDeck. r=preferences-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D103519
2021-01-30 15:02:35 +00:00
Magnus Melin
b2599f4aae
Bug 1688857 - remove leftover reference to the old xul about:config page. r=mkaply
...
Differential Revision: https://phabricator.services.mozilla.com/D103034
2021-01-26 19:25:05 +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
Mats Palmgren
bbfb26d085
Bug 1685040 - Fix truncation of about:preferences and about:policies in print media. r=ntim,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D101859
2021-01-15 02:22:03 +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
Michael Kaply
6197f4c30c
Bug 1680095 - Block Save Link As if site is blocked by policy. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D98527
2020-12-07 16:37:12 +00:00
Andrew McCreight
c33eb81922
Bug 1678413 - Release listeners for nsViewSourceChannel. r=necko-reviewers,dragana
...
Release the two kinds of listeners that view source channel has
if AsyncOpen fails, or in OnStop. This matches the behavior of
HttpChannelChild. The former change fixes a leak when view source
channels are blocked by enterprise policies.
It looks like clang-format deleted the double include of
nsViewSourceChannel.h.
Differential Revision: https://phabricator.services.mozilla.com/D98223
2020-11-30 21:09:31 +00:00
Marco Bonardo
819b880581
Bug 1677408 - Part 4 - Replace onItemVisited with page-visited. r=Standard8
...
Rather than fetching bookmarks from the disk for each page-visited notification,
we just let the result to recursively find and update children in the memory
structure.
Differential Revision: https://phabricator.services.mozilla.com/D97277
2020-11-23 16:28:04 +00:00
Butkovits Atila
470d497c4a
Backed out 7 changesets (bug 1677408) for bustages on nsNavHistory.cpp. CLOSED TREE
...
Backed out changeset 1e0dc9aaa979 (bug 1677408)
Backed out changeset 4198bc35198c (bug 1677408)
Backed out changeset ff93f264138b (bug 1677408)
Backed out changeset 0f2d72d2ed5a (bug 1677408)
Backed out changeset 996cbd111957 (bug 1677408)
Backed out changeset b0c23854e117 (bug 1677408)
Backed out changeset f7d6cc5e4457 (bug 1677408)
2020-11-23 16:49:31 +02:00
Marco Bonardo
7bd9662c5d
Bug 1677408 - Part 4 - Replace onItemVisited with page-visited. r=Standard8
...
Rather than fetching bookmarks from the disk for each page-visited notification,
we just let the result to recursively find and update children in the memory
structure.
Differential Revision: https://phabricator.services.mozilla.com/D97277
2020-11-23 12:56:40 +00:00
Erica Wright
71616d9b24
Bug 1677836 - Default off highlights section on New Tab. r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D97360
2020-11-20 17:25:21 +00:00
Michael Kaply
b64bee299d
Bug 1465847 - If a website is blocked via policy, block view source. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D94366
2020-11-19 19:42:14 +00:00
David Parks
98abc7273a
Bug 1675349: Update tests under browser/components for the removal of plugins. r=jmathies,mixedpuppy
...
UPDATED
-------
browser/components/extensions/test/browser/browser_ext_browsingData_pluginData.js
Test plugindata part of the browsingData extension's use of nsIClearDataService.
Have test attempt to clear non-existent data. Test that browsingData APIs do not cause exceptions.
REMOVED
-------
browser/components/enterprisepolicies/tests/browser/browser_policy_disable_flash_plugin.js
Bug 1429169
Flash ctp/disabled by enterprise policy.
Differential Revision: https://phabricator.services.mozilla.com/D95907
2020-11-18 15:57:10 +00:00
Bogdan Tara
56346a0425
Backed out 19 changesets (bug 1675349) for lint failures on browser_ext_browsingData_pluginData and test_archive CLOSED TREE
...
Backed out changeset 244e0f2b410c (bug 1675349)
Backed out changeset ba5724069dd4 (bug 1675349)
Backed out changeset 37fca259c7e9 (bug 1675349)
Backed out changeset f2b16caca1fc (bug 1675349)
Backed out changeset 28835d4935be (bug 1675349)
Backed out changeset eb913f58953a (bug 1675349)
Backed out changeset 19e3cb80f469 (bug 1675349)
Backed out changeset d9723f3a3a7e (bug 1675349)
Backed out changeset c888dfcdf70e (bug 1675349)
Backed out changeset 48f153341af6 (bug 1675349)
Backed out changeset 7fc67a9b2932 (bug 1675349)
Backed out changeset 1cee4d97f801 (bug 1675349)
Backed out changeset 59a0cb79c7c1 (bug 1675349)
Backed out changeset 43d349fa37b1 (bug 1675349)
Backed out changeset c84bfb6eae59 (bug 1675349)
Backed out changeset 38e9af69ae57 (bug 1675349)
Backed out changeset 3255c1ab3059 (bug 1675349)
Backed out changeset 2f3eaf9c342c (bug 1675349)
Backed out changeset 769e5c0db4c2 (bug 1675349)
2020-11-18 06:06:36 +02:00
David Parks
b1b7e6c4f0
Bug 1675349: Update tests under browser/components for the removal of plugins. r=jmathies,mixedpuppy
...
UPDATED
-------
browser/components/extensions/test/browser/browser_ext_browsingData_pluginData.js
Test plugindata part of the browsingData extension's use of nsIClearDataService.
Have test attempt to clear non-existent data. Test that browsingData APIs do not cause exceptions.
REMOVED
-------
browser/components/enterprisepolicies/tests/browser/browser_policy_disable_flash_plugin.js
Bug 1429169
Flash ctp/disabled by enterprise policy.
Differential Revision: https://phabricator.services.mozilla.com/D95907
2020-11-18 03:11:46 +00:00
Michael Kaply
4aa18729c5
Bug 1660810 - Theme installed via policy should be enabled. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D96621
2020-11-12 01:00:21 +00:00
Michael Kaply
d49ab7c619
Bug 1676439 - Don't show import button if DisableProfileImport policy is active. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D96600
2020-11-10 17:43:21 +00:00
Michael Kaply
ce3b5c2dc4
Bug 1674006 - Add null check for addon source. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D95087
2020-10-30 16:49:14 +00:00
Michael Kaply
ded0bc0dce
Bug 1674009 - Add pdfjs. and spellchecker. to Preferences policy. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D95091
2020-11-02 17:04:33 +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
Jared Wein
3d2a8005c8
Bug 727668 - Show bookmarks toolbar on the new tab page. r=Gijs,fluent-reviewers,marionette-reviewers,whimboo
...
This adds the ability to force the bookmarks toolbar to appear on all pages. The checkbox in the toolbar context menu will reflect if the toolbar will appear outside of the newtab page. The toolbar will always appear on the newtab page. Profiles that already had the toolbar showing will have a migration to keep their experience unchanged.
Differential Revision: https://phabricator.services.mozilla.com/D89222
2020-10-26 02:32:07 +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
Bogdan Tara
74a75f7dec
Backed out changeset d1c5493f3915 (bug 1465847) for causing leaks CLOSED TREE
2020-10-23 20:13:59 +03:00
Michael Kaply
6167db8497
Bug 1465847 - If a website is blocked via policy, block view source. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D94366
2020-10-23 15:56:34 +00:00
Michael Kaply
c7c4a35de5
Bug 1559181 - Switch about blocking to use new REJECT_POLICY and cleanup tests r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D93390
2020-10-22 19:36:52 +00:00
Mihai Alexandru Michis
f11e661f24
Backed out changeset ba261cf25651 (bug 727668) for causing marionette failures in test_screenshot.py
...
CLOSED TREE
2020-10-22 06:13:54 +03: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
Jared Wein
e0e5f6bba3
Bug 727668 - Show bookmarks toolbar on the new tab page. r=Gijs,fluent-reviewers
...
This adds the ability to force the bookmarks toolbar to appear on all pages. The checkbox in the toolbar context menu will reflect if the toolbar will appear outside of the newtab page. The toolbar will always appear on the newtab page. Profiles that already had the toolbar showing will have a migration to keep their experience unchanged.
Differential Revision: https://phabricator.services.mozilla.com/D89222
2020-10-21 19:20:20 +00:00
Narcis Beleuzu
8945877156
Backed out 1 changesets (bug 727668) for bc failures on browser_aboutNewTab_bookmarksToolbar.js . CLOSED TREE
...
Backed out changeset 5b6a14b4e16e (bug 727668)
2020-10-19 21:19:17 +03:00
Jared Wein
0e83701c0c
Bug 727668 - Show bookmarks toolbar on the new tab page. r=Gijs,fluent-reviewers
...
This adds the ability to force the bookmarks toolbar to appear on all pages. The checkbox in the toolbar context menu will reflect if the toolbar will appear outside of the newtab page. The toolbar will always appear on the newtab page. Profiles that already had the toolbar showing will have a migration to keep their experience unchanged.
Differential Revision: https://phabricator.services.mozilla.com/D89222
2020-10-19 16:38:17 +00:00
Michael Kaply
8e815eb6d7
Bug 1664834 - Add signon., general.*Scroll to allowed policy preferences prefixes. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D92823
2020-10-14 21:45:33 +00:00
Michael Kaply
33e2204781
Bug 1583889 - Use EnterprisePolicyTesting for xpcshell tests r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D92841
2020-10-13 18:42:28 +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
84f7a7eabc
Bug 1665670 - Disabling telemetry in policy should disable archive too. r=chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D93007
2020-10-09 13:39:59 +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
3b8cbc4cac
Bug 1668980 - Try browserStopped instead of browserLoaded to avoid intermittent. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D92647
2020-10-07 02:10:26 +00:00
Michael Kaply
f82d5c549f
Bug 1665237 - Make managed bookmarks item dynamic. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D90628
2020-10-06 20:13:00 +00:00
Michael Kaply
dc3b88d76c
Bug 1450309 - Switch WebsiteFilter to nsIContentPolicy and allow blocking local files. r=emalysz
...
Depends on D91487
Differential Revision: https://phabricator.services.mozilla.com/D91488
2020-10-03 00:02:06 +00:00
Cosmin Sabou
45aaeb9042
Backed out 2 changesets (bug 1450309) for wpt failures on reporting-navigation.https.html. CLOSED TREE
...
Backed out changeset 7fae6ea289bd (bug 1450309)
Backed out changeset 14c35856cea4 (bug 1450309)
2020-10-01 08:50:41 +03:00
Michael Kaply
386081c172
Bug 1668374 - Treat 0/1 as boolean in policy unless there is an existing int pref. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D91492
2020-09-30 21:12:17 +00:00
Michael Kaply
a17a4ed69b
Bug 1450309 - Switch WebsiteFilter to nsIContentPolicy and allow blocking local files. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D91488
2020-09-30 18:12:24 +00:00
Cosmin Sabou
93a7cf9d8b
Backed out changeset f9ad61f28238 (bug 1666836) for bc failures on browser_policies_setAndLockPref_API.js. CLOSED TREE
2020-09-29 04:03:20 +03:00
Michael Kaply
434ce36805
Bug 1666836 - Treat 0/1 as boolean in policy unless there is an existing int pref. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D91492
2020-09-28 19:51:14 +00:00
Razvan Maries
7979196254
Backed out changeset 2b2e72856dc1 (bug 1665237) for perma failures on browser_popupNode.js. CLOSED TREE
2020-09-25 06:03:12 +03:00
Michael Kaply
baf3127120
Bug 1665237 - Make managed bookmarks item dynamic. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D90628
2020-09-22 20:08:17 +00:00
Michael Kaply
8d67315d67
Bug 1666836 - Set bools correct with legacy preferences. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D91178
2020-09-23 21:09:06 +00:00
Csoregi Natalia
9d16fe7e4d
Backed out changeset 034825cf1c71 (bug 1665237) for multiple failures e.g. browser_1007336_lwthemes_in_customize_mode.js. CLOSED TREE
2020-09-22 21:48:53 +03:00
Michael Kaply
63434c4e40
Bug 1665237 - Make managed bookmarks item dynamic. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D90628
2020-09-22 15:51:42 +00:00
Michael Kaply
23a4c41078
Bug 1658259 - Ignore OfferToSaveLoginsDefault if OfferToSaveLogins is present. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D88664
2020-08-31 15:43:06 +00:00
Punam Dahiya
154225ecec
Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D89077
2020-09-11 16:35:04 +00:00
Cosmin Sabou
00b09a0063
Backed out changeset 08f94ba4c50c (bug 1659150) for bc failures on browser_all_files_referenced.js. CLOSED TREE
2020-09-11 08:32:46 +03:00
Punam Dahiya
744a5e4c1e
Bug 1659150 - Remove about:welcome trailhead, full page and ReturnToAMO templates r=perftest-reviewers,Mardak,mkaply,nanj,sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D89077
2020-09-11 00:31:11 +00:00
Michael Kaply
7c39304335
Bug 1663899 - make creation of the popuphidden promise in managed bookmarks test happen earlier, r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D89660
2020-09-09 22:59:37 +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
Emma Malysz
3123c7867e
Bug 1634030: lazify main app menu r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D84014
2020-08-10 17:09:55 +00:00
Butkovits Atila
996e816c65
Backed out changeset e71e10688704 (bug 1634030) for failure at browser_shim_disable_devtools.js CLOSED TREE
2020-08-08 03:46:14 +03:00
Emma Malysz
77f8ca0ed1
Bug 1634030: lazify main app menu r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D84014
2020-08-07 22:02:32 +00:00
Michael Kaply
0bb3e30ab3
Bug 1655857 - Add ability to cleanup policies. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D85210
2020-07-30 18:45:56 +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
Joel Maher
2f2dc70492
Bug 1654553 - fix browser chrome tests to support Object.is instead of ==. r=gbrown,preferences-reviewers,Gijs,rpl
...
fix browser chrome tests to support Object.is instead of ==
Differential Revision: https://phabricator.services.mozilla.com/D84539
2020-07-27 17:02:35 +00:00
Matthew Noorenberghe
0a1c3d9bd8
Bug 1644807 - Switch to Primary Password user-facing terminology in browser/. r=Gijs,mkaply,fluent-reviewers,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D83895
2020-07-17 23:00:37 +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
Scott
2bcdc17387
Bug 1649883 - Fix user pref for pocket toggle off. r=gvn,remote-protocol-reviewers,perftest-reviewers,maja_zf
...
Differential Revision: https://phabricator.services.mozilla.com/D82773
2020-07-15 14:51:02 +00:00
Kris Maglione
9d78661f88
Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D81594
2020-07-10 23:58:28 +00:00