Commit Graph

62131 Commits

Author SHA1 Message Date
Gijs Kruitbosch
c17eea11e4 Bug 1547496 - remove warning for minimum font sizes being big as internal pages are no longer affected, r=mconley,flod
This warning was added in https://bugzilla.mozilla.org/show_bug.cgi?id=1047586 .
As a result of https://bugzilla.mozilla.org/show_bug.cgi?id=1528712 , internal pages
are no longer affected by this change. Instead, they obey the OS font size
configuration, in which we cannot warn. So let's remove the now-inaccurate warning dialog.

Differential Revision: https://phabricator.services.mozilla.com/D29218

--HG--
extra : moz-landing-system : lando
2019-04-30 17:14:40 +00:00
Andrei Oprea
6a94c83276 Bug 1543116 - Refactor BookmarkPanel to call ASRouter instead of passing actions r=k88hudson,flod
Differential Revision: https://phabricator.services.mozilla.com/D26538

--HG--
extra : moz-landing-system : lando
2019-04-30 17:13:00 +00:00
Mike Shal
5e4d5ff8da Bug 1547395 - Use 3-tier PGO for linux64-devedition builds; r=chmanchester
Depends on D29247

Differential Revision: https://phabricator.services.mozilla.com/D29248

--HG--
extra : moz-landing-system : lando
2019-04-29 19:37:33 +00:00
Geoff Lankow
db8a35c1de Bug 1482809 - Move non-browser-specific parts of browser/components/enterprisepolicies to toolkit r=mkaply,Felipe
Differential Revision: https://phabricator.services.mozilla.com/D28309

--HG--
rename : browser/components/enterprisepolicies/EnterprisePolicies.js => toolkit/components/enterprisepolicies/EnterprisePolicies.js
rename : browser/components/enterprisepolicies/EnterprisePolicies.manifest => toolkit/components/enterprisepolicies/EnterprisePolicies.manifest
rename : browser/components/enterprisepolicies/EnterprisePoliciesContent.js => toolkit/components/enterprisepolicies/EnterprisePoliciesContent.js
rename : browser/components/enterprisepolicies/WindowsGPOParser.jsm => toolkit/components/enterprisepolicies/WindowsGPOParser.jsm
rename : browser/components/enterprisepolicies/macOSPoliciesParser.jsm => toolkit/components/enterprisepolicies/macOSPoliciesParser.jsm
rename : browser/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm => toolkit/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js
rename : browser/components/enterprisepolicies/tests/browser/config_broken_json.json => toolkit/components/enterprisepolicies/tests/browser/config_broken_json.json
extra : moz-landing-system : lando
2019-04-30 16:01:06 +00:00
Gurzau Raul
f1e0f0ddf1 Backed out changeset 28b3bd8e5018 (bug 1482809) for using the wrong author.
--HG--
rename : toolkit/components/enterprisepolicies/EnterprisePolicies.js => browser/components/enterprisepolicies/EnterprisePolicies.js
rename : toolkit/components/enterprisepolicies/EnterprisePolicies.manifest => browser/components/enterprisepolicies/EnterprisePolicies.manifest
rename : toolkit/components/enterprisepolicies/EnterprisePoliciesContent.js => browser/components/enterprisepolicies/EnterprisePoliciesContent.js
rename : toolkit/components/enterprisepolicies/WindowsGPOParser.jsm => browser/components/enterprisepolicies/WindowsGPOParser.jsm
rename : toolkit/components/enterprisepolicies/macOSPoliciesParser.jsm => browser/components/enterprisepolicies/macOSPoliciesParser.jsm
rename : toolkit/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm => browser/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm
rename : toolkit/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js => browser/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js
rename : toolkit/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js => browser/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js
rename : toolkit/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js => browser/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js
rename : toolkit/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js => browser/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js
rename : toolkit/components/enterprisepolicies/tests/browser/config_broken_json.json => browser/components/enterprisepolicies/tests/browser/config_broken_json.json
2019-04-30 18:54:43 +03:00
Magnus Melin
a032a45a18 Bug 1482809 - Move non-browser-specific parts of browser/components/enterprisepolicies to toolkit r=mkaply,Felipe
Differential Revision: https://phabricator.services.mozilla.com/D28309

--HG--
rename : browser/components/enterprisepolicies/EnterprisePolicies.js => toolkit/components/enterprisepolicies/EnterprisePolicies.js
rename : browser/components/enterprisepolicies/EnterprisePolicies.manifest => toolkit/components/enterprisepolicies/EnterprisePolicies.manifest
rename : browser/components/enterprisepolicies/EnterprisePoliciesContent.js => toolkit/components/enterprisepolicies/EnterprisePoliciesContent.js
rename : browser/components/enterprisepolicies/WindowsGPOParser.jsm => toolkit/components/enterprisepolicies/WindowsGPOParser.jsm
rename : browser/components/enterprisepolicies/macOSPoliciesParser.jsm => toolkit/components/enterprisepolicies/macOSPoliciesParser.jsm
rename : browser/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm => toolkit/components/enterprisepolicies/tests/EnterprisePolicyTesting.jsm
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_basic_tests.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_broken_json.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_enterprise_only.js
rename : browser/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js => toolkit/components/enterprisepolicies/tests/browser/browser_policies_mistyped_json.js
rename : browser/components/enterprisepolicies/tests/browser/config_broken_json.json => toolkit/components/enterprisepolicies/tests/browser/config_broken_json.json
extra : moz-landing-system : lando
2019-04-30 15:38:22 +00:00
Dão Gottwald
861015cb44 Bug 1544030 - Fix quantumbar popup's vertical borders and position on Mac once again. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D29340

--HG--
extra : moz-landing-system : lando
2019-04-30 15:03:21 +00:00
Jan-Ivar Bruaroey
6b8d3b7ad8 Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D20425

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-04-30 15:20:53 +00:00
Nihanth Subramanya
1fa12e7baf Bug 1528978 - Disable fxmonitor tests on debug. r=johannh
Depends on D21554

Differential Revision: https://phabricator.services.mozilla.com/D29109

--HG--
extra : moz-landing-system : lando
2019-04-29 23:50:14 +00:00
Nihanth Subramanya
8a00c30c03 Bug 1528978 - Improve fxmonitor alert test coverage. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21554

--HG--
extra : moz-landing-system : lando
2019-04-27 21:40:43 +00:00
Nihanth Subramanya
6c0c530cf8 Bug 1528978 - Migrate existing warnedHosts value to content prefs. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21553

--HG--
extra : moz-landing-system : lando
2019-04-27 21:40:20 +00:00
Nihanth Subramanya
a5c0bed4e5 Bug 1528978 - Use content pref service to persist warned hosts. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21552

--HG--
extra : moz-landing-system : lando
2019-04-27 21:40:02 +00:00
Nihanth Subramanya
6861e8c2b4 Bug 1525976 - Implement a basic browser-chrome mochitest for Firefox Monitor. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21551

--HG--
extra : moz-landing-system : lando
2019-04-27 21:39:39 +00:00
Gijs Kruitbosch
811c33eeca Bug 1515204 - add mouseup after drop in EventUtils, r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D28749

--HG--
extra : moz-landing-system : lando
2019-04-30 12:55:23 +00:00
Mohd Umar Alam
3bc6e6c492 Bug 1547614 View History Sidebar menu is missing label for in Library toolbutton r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D29133

--HG--
extra : moz-landing-system : lando
2019-04-30 13:04:47 +00:00
Kestrel
d67a8d67e1 Bug 1547941 - Improve about:preferences subcategory separator border color contrast for dark mode r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D29339

--HG--
extra : moz-landing-system : lando
2019-04-30 11:20:50 +00:00
Edwin Gao
e0324df883 Bug 1547842 - use requestLongerTimeout(2) for browser_parsable_script.js to deal with failure on windows10-aarch64 r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D29296

--HG--
extra : moz-landing-system : lando
2019-04-30 00:35:25 +00:00
Sebastian Hengst
3dd01e8232 Backed out 4 changesets (bug 1501108) for causing very frequent leaks in macOS debug wpt tests. a=backout
Backed out changeset 23a77e063257 (bug 1501108)
Backed out changeset 335cec0aacd8 (bug 1501108)
Backed out changeset 99ba286125d1 (bug 1501108)
Backed out changeset 8f2d511ad49f (bug 1501108)

--HG--
extra : rebase_source : 01925c24ac47b37135fcfebab8ae7e9876d5b90e
2019-04-29 17:39:42 +02:00
danielleleb
16eccef48a Bug 1541459 - Removes additional securityOnLoad function call. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27099

--HG--
extra : moz-landing-system : lando
2019-04-29 17:40:19 +00:00
Emilio Cobos Álvarez
ccc940508d Bug 1546019 - When a focused browser changes remoteness, make sure to activate the remote browser if needed. r=qdot
Not quite sure what's a good way to add a test for this... Ideas?

Differential Revision: https://phabricator.services.mozilla.com/D29104

--HG--
extra : moz-landing-system : lando
2019-04-29 20:06:22 +00:00
Shane Caraveo
174c8d6c4d Bug 1544489 use separate strings to localize install prompt for unknown sites. r=flod,aswan
Differential Revision: https://phabricator.services.mozilla.com/D27606

--HG--
extra : moz-landing-system : lando
2019-04-29 19:00:55 +00:00
Doug Thayer
51d2d911d6 Bug 1542833 - Collect cold startup scalar r=chutten,florian
Differential Revision: https://phabricator.services.mozilla.com/D27953

--HG--
extra : moz-landing-system : lando
2019-04-29 17:15:23 +00:00
Matt Howell
db553811ee Bug 1546694 - Support install-specific profiles in the stub installer profile refresh check. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D28750

--HG--
extra : moz-landing-system : lando
2019-04-29 15:46:58 +00:00
Gijs Kruitbosch
88b77a1a40 Bug 1543129 - fix buttons disappearing in customize mode after using 'restore defaults', r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D28719

--HG--
extra : moz-landing-system : lando
2019-04-29 13:36:04 +00:00
ffxbld
92b29da4c1 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D29191

--HG--
extra : moz-landing-system : lando
2019-04-29 12:34:29 +00:00
myeongjun
02cca2b6c9 Bug 1512171 - Provide better error message when attempt is made to add bookmark folder to root folder. r=robwu,rpl
Differential Revision: https://phabricator.services.mozilla.com/D28337

--HG--
extra : moz-landing-system : lando
2019-04-26 16:06:33 +00:00
Dão Gottwald
77f5f31a5e Bug 1547473 - Fix macOS sheet position. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D29118

--HG--
extra : moz-landing-system : lando
2019-04-28 06:07:25 +00:00
Mark Banner
782aed646d Bug 1547291 - Update URLs for the Prisjakt search engine. r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D29012

--HG--
extra : moz-landing-system : lando
2019-04-26 17:26:22 +00:00
Cosmin Sabou
269c1dc655 Bug 1544810 - Disable browser_sanitize.js on windows due to frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D29086

--HG--
extra : moz-landing-system : lando
2019-04-27 00:35:40 +00:00
Noemi Erli
9db98ad6c0 Backed out changeset f706ae697922 (bug 1541317) for failures in test_ext_settings_overrides_search.js 2019-04-27 02:01:58 +03:00
Shane Caraveo
2af6d30c83 Bug 1541317 support homepage setting on upgrade r=rpl,mkaply
Differential Revision: https://phabricator.services.mozilla.com/D28265

--HG--
extra : moz-landing-system : lando
2019-04-26 18:54:19 +00:00
Michael Kaply
311d5bb8fa Bug 1541927 - Don't readd CA via policy if it already exists. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D28523

--HG--
extra : moz-landing-system : lando
2019-04-26 21:56:06 +00:00
Michael Kaply
39f1cea23d Bug 1547020 - Locking useDownloadDir shouldn't lock file chooser. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D28874

--HG--
extra : moz-landing-system : lando
2019-04-26 19:47:08 +00:00
Cosmin Sabou
6128796e78 Backed out changeset 348e15018884 (bug 1530335) for turning bug 1540336 into permafail.
--HG--
extra : amend_source : 9177f13fa73fe36345cd82bc876b946649dd2e66
2019-04-26 21:20:55 +03:00
monikamaheshwari
1750bef8c2 Bug 1530335 Use the same date/time format everywhere on cert error pages r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27875

--HG--
extra : moz-landing-system : lando
2019-04-26 15:21:34 +00:00
Tom Ritter
2371a62f3e Bug 1547168 - Make the mingw-clang debug builds optimized r=dmajor
Because it's too painful to run otherwise.

Differential Revision: https://phabricator.services.mozilla.com/D28938

--HG--
extra : moz-landing-system : lando
2019-04-26 12:28:15 +00:00
Tom Ritter
78e0076a2e Bug 1547007 - Remove mingw-gcc mozconfigs r=dmajor
These were missed when we removed the mingw-gcc build jobs

Differential Revision: https://phabricator.services.mozilla.com/D28940

--HG--
extra : moz-landing-system : lando
2019-04-26 12:25:35 +00:00
Tom Ritter
288f88722a Bug 1535399 - Add --enable-proxy-bypass-protection to mingw builds r=dmajor
Tor compiles with these, using the mingw build, so it makes sense to
replicate their configuration.

Differential Revision: https://phabricator.services.mozilla.com/D28939

--HG--
extra : moz-landing-system : lando
2019-04-26 12:31:23 +00:00
Kestrel
528e419597 Bug 1546582 - Fix about:preferences Clear All History sanitize Everything warning background for dark mode r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28804

--HG--
extra : moz-landing-system : lando
2019-04-26 11:53:13 +00:00
Kestrel
486235c19c Bug 1544225 - Fix more background colors and icon fill colors for about:preferences dark mode r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28081

--HG--
extra : moz-landing-system : lando
2019-04-26 11:55:07 +00:00
Andreea Pavel
cfa710c671 Bug 1435394 - disabled browser_upgrade_backup.js on win and osx r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28943

--HG--
extra : moz-landing-system : lando
2019-04-26 11:33:40 +00:00
Andreea Pavel
99a71d624d Backed out changeset 0c643e1215c7 (bug 1544111) for failing bc at browser_parsable_css.js on a CLOSED TREE 2019-04-26 14:47:12 +03:00
Razvan Maries
11e9f0fe22 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-04-26 12:54:36 +03:00
Razvan Maries
444ee13e14 Merge mozilla-inbound to mozilla-central a=merge 2019-04-26 12:46:15 +03:00
Tim Nguyen
6b925edfbe Bug 1544111 - Fix contrast of various elements in HTML about:addons in dark mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28378

--HG--
extra : moz-landing-system : lando
2019-04-26 08:15:06 +00:00
Andreea Pavel
4853563b70 Bug 1533533 - add spacing after comma in panelUI.inc.xul on a CLOSED TREE 2019-04-26 09:57:53 +03:00
Mohd Umar Alam
dbe061e372 Bug 1533533-Add a label to hide synced tabs sidebar when it is shown r=sfoster,jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D28177

--HG--
extra : moz-landing-system : lando
2019-04-26 06:10:43 +00:00
Jonas Allmann
2fddbb5d45 Bug 1545415 - Remove new Function from parent_utils.js, r=MattN
Remove `new Function` from parent_utils.js and refactor affected code.
Remove parent_utils.js from eval()-whitelist.

Differential Revision: https://phabricator.services.mozilla.com/D28062

--HG--
extra : moz-landing-system : lando
2019-04-25 14:10:05 +00:00
Dale Harvey
a2dd11585b Bug 1545517 - Remove engines that dont work over https. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D28342

--HG--
extra : moz-landing-system : lando
2019-04-25 20:51:16 +00:00
Drew Willcoxon
aa16935357 Bug 1545916 - Make quantumbar match highlighting case insensitive. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D28751

--HG--
extra : moz-landing-system : lando
2019-04-25 18:12:06 +00:00