Commit Graph

63496 Commits

Author SHA1 Message Date
Tim Huang
9d5dd9af90 Bug 1562881 - Part 1: Moving the tracking protection icon out of the identity block and making it persistent. r=johannh
The patch moves the tracking protection icon out of the identity block,
and making it persistent.

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

--HG--
extra : moz-landing-system : lando
2019-07-17 13:25:02 +00:00
Sean Feng
49f3772d40 Bug 1551965 - Add telemetry for page reload key combinations r=bdekoz,Gijs,chutten
Differential Revision: https://phabricator.services.mozilla.com/D35035

--HG--
extra : moz-landing-system : lando
2019-07-17 14:04:31 +00:00
Micah Tigley
e2cffe7102 Bug 1566218 - Fix Intermittent[TV] test for lockwise card. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D38258

--HG--
extra : moz-landing-system : lando
2019-07-17 12:54:35 +00:00
Dão Gottwald
6b7e2645f9 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 11:34:21 +00:00
Christoph Kerschbaumer
110a817c1a Bug 1497209: Apply Meta CSP to about:sessionrestore and about:welcomeback. r=Gijs,vporof
Differential Revision: https://phabricator.services.mozilla.com/D38081

--HG--
extra : moz-landing-system : lando
2019-07-17 11:22:35 +00:00
Mihai Alexandru Michis
b7d205a80b Backed out changeset 3504c0b3f87c (bug 1513337) for marionette failures CLOSED TREE 2019-07-17 14:02:05 +03:00
Dão Gottwald
16f78d8e06 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 09:20:41 +00:00
Coroiu Cristina
0882dc9bf4 Backed out changeset cf34b2e8ac53 (bug 1513337) for test client failure 2019-07-17 12:12:21 +03:00
Dão Gottwald
9fce0b69a1 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23191

--HG--
extra : moz-landing-system : lando
2019-07-17 07:38:18 +00:00
Matthew Noorenberghe
f27991e755 Bug 1548875 - Notify LoginManagerParent the same way when a generated password is filled or edited. r=sfoster
Tests will be added in bug 1548861 and bug 1548874.

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

--HG--
rename : toolkit/components/passwordmgr/test/unit/test_LoginManagerParent_onGeneratedPasswordFilled.js => toolkit/components/passwordmgr/test/unit/test_LoginManagerParent_onGeneratedPasswordFilledOrEdited.js
extra : moz-landing-system : lando
2019-07-17 05:20:32 +00:00
Tim Nguyen
4fbcfe6fec Bug 1566319 - Random CSS cleanups to about:logins. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D38183

--HG--
extra : moz-landing-system : lando
2019-07-17 04:55:29 +00:00
Gurzau Raul
a40be3ff67 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-17 06:53:00 +03:00
Gurzau Raul
21df1f7413 Merge inbound to mozilla-central. a=merge 2019-07-17 06:48:50 +03:00
Matt Howell
f8fd34c1ad Bug 1563565 - Raise the stub installer maximum download size limit. r=agashlin
The installer for aarch64 Windows has exceeded the current limit. This new one
(150 MB) should allow enough breathing room while still being reasonable.

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

--HG--
extra : moz-landing-system : lando
2019-07-16 23:21:49 +00:00
Mike Hommey
9f33118c8c Bug 1562952 - Always build signmar when mar is built. r=nalexander
When we build mar, there is no reason not to build signmar as well. It
used to be optional because not all platforms were supported, but they
are now.

... except when building the newly added tools/update-packaging,
which builds the mar tool as a standalone thing, and building signmar
as well causes complications.

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

--HG--
extra : moz-landing-system : lando
2019-07-16 19:01:03 +00:00
Johann Hofmann
28be7bb8f8 Bug 1565879 - Rename identity-popup-* to protections-popup-* in the new protections panel code. r=ewright
Depends on D38021

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

--HG--
extra : moz-landing-system : lando
2019-07-16 14:19:04 +00:00
Johann Hofmann
f28897ee19 Bug 1565879 - Remove content blocking header section from the protections popup. r=ewright
These should be removed anyway and I figured renaming them didn't make much sense.

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

--HG--
extra : moz-landing-system : lando
2019-07-16 14:27:47 +00:00
Hamzah
7d7ca018fd Bug 1559956 - UX: Bookmark bar context menu item "Open in New Tab" is not consistent with anchor link context menu. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D37197

--HG--
extra : moz-landing-system : lando
2019-07-15 18:38:01 +00:00
Arun Kumar Mohan
bc7be9f728 Bug 1530282 - Replace promiseWaitForEvent with BrowserTestUtils.waitForEvent r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D37663

--HG--
extra : moz-landing-system : lando
2019-07-16 18:04:01 +00:00
Jeane Carlos
2120b123a7 Bug 1551653 - Remove prefs_content_discovery_description string from locale file r=fluent-reviewers,pdahiya,flod
Cleaning up prefs_content_discovery_description that we migrated over to fluent just in case we still wanted it.

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

--HG--
extra : moz-landing-system : lando
2019-07-15 18:27:12 +00:00
Jared Wein
288c0be4f9 Bug 1550142 - Move login autofill checkbox out of old Password Manager modal. r=MattN,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D37999

--HG--
rename : browser/components/preferences/in-content/tests/browser_privacy_passwordGeneration.js => browser/components/preferences/in-content/tests/browser_privacy_passwordGenerationAndAutofill.js
extra : moz-landing-system : lando
2019-07-16 18:32:08 +00:00
Aaron Klotz
a5accb9be2 Bug 1564538: Set -ffreestanding on DllBlocklistWin.cpp; r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D37599

--HG--
extra : moz-landing-system : lando
2019-07-16 18:24:37 +00:00
Aaron Klotz
c49231935f Bug 1483687: Part 4 - Update the launcher process blocklist to use binary search; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D36998

--HG--
extra : moz-landing-system : lando
2019-07-16 18:02:25 +00:00
Thomas Nguyen
b0fa7cedfe Bug 1554947 - Update saveURL to use referrerInfo class instead of referrer and referrerr policy r=Gijs,snorp
Differential Revision: https://phabricator.services.mozilla.com/D33939

--HG--
extra : moz-landing-system : lando
2019-07-16 17:59:28 +00:00
Thomas Nguyen
a951305e06 Bug 1554947 - Update nsIWebBrowserPersist to use referrerInfo class instead of referrer and referrerr policy r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33938

--HG--
extra : moz-landing-system : lando
2019-07-16 18:02:16 +00:00
Dana Keeler
18e9f3ba80 bug 1564481 - reset HSTS/HPKP state to factory settings rather than storing knockout entries for preloaded sites r=jcj r=KevinJacobs
As originally implemented, nsISiteSecurityService.removeState allowed direct
access to remove HSTS state. It also provided the implementation for when the
browser encountered an HSTS header with "max-age=0". In bug 775370, it was
updated to store an entry that would override preloaded information when
processing such headers. However, this meant that the semantics of the direct
access API had changed. Preloaded information could be overridden if a user
invoked the "forget about this site" feature. This change fixes the public API
(and renames it to "resetState") so it actually behaves as its consumers expect.

Reviewers: jcj!, KevinJacobs!

Tags: #secure-revision

Bug #: 1564481

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

--HG--
extra : rebase_source : 8dd5460d3fd3c0ce92746cc83fae220d6e2a83cf
extra : amend_source : 171ebb015e9f9ae775f0caa22e161d41970f3d51
2019-07-11 13:48:28 -07:00
Matthew Noorenberghe
667d03ba4b Bug 1565696 - Update password generation string in the context menu. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D38159

--HG--
extra : moz-landing-system : lando
2019-07-16 05:07:24 +00:00
Jared Wein
d046711c81 Bug 1550171 - Don't apply Password Manager to about: pages. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37998

--HG--
extra : moz-landing-system : lando
2019-07-15 21:14:12 +00:00
Byron Campen [:bwc]
5498779c1d Bug 1555792: Set the socket-process-isolation prefs to true on nightly. r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D33643

--HG--
extra : moz-landing-system : lando
2019-07-11 14:49:47 +00:00
Noemi Erli
2f99f5d875 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-16 00:48:17 +03:00
Noemi Erli
af897e281a Merge inbound to mozilla-central. a=merge 2019-07-16 00:42:51 +03:00
Luca Greco
d574cd6956 Bug 1369197 - Wait for customizationready when exiting customize mode in browserAction contentMenu tests. r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D38123

--HG--
extra : moz-landing-system : lando
2019-07-15 21:15:14 +00:00
ffxbld
4ede446d10 No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D38063

--HG--
extra : moz-landing-system : lando
2019-07-15 17:06:26 +00:00
Razvan Maries
dc7ff541ae Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-07-15 18:26:45 +03:00
Ryan VanderMeulen
eb3bf94def Bug 1566024 - Update pdf.js to version 2.3.27. r=bdahl 2019-07-15 07:59:00 -04:00
Dale Harvey
a9eac197e7 Bug 1565779 - Add encoding to non UTF-8 engines. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D37986

--HG--
extra : moz-landing-system : lando
2019-07-15 07:26:11 +00:00
Andrei Ciure
3a01a56056 Bug 1440900 - Disable browser_devices_get_user_media_paused.js win !debug and linux64 !debug for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37984

--HG--
extra : moz-landing-system : lando
2019-07-13 22:48:01 +00:00
Jared Wein
1097f59d0b Bug 1565687 - Add back the lost event listener for the reveal-password-checkbox and add some more tests for it. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37993

--HG--
extra : moz-landing-system : lando
2019-07-14 02:03:25 +00:00
Mark Banner
60f6bed06a Bug 1565315 - Fix Yandex missing from en builds when in Russian regions. r=mconnor,daleharvey
Depends on D37869

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

--HG--
extra : moz-landing-system : lando
2019-07-13 15:25:13 +00:00
Brindusan Cristian
535145f197 Backed out 2 changesets (bug 1556789) on request from aryx for causing Bug 1565836. a=backout
Backed out changeset ca5fdf3a0ddd (bug 1556789)
Backed out changeset 19419ff4e756 (bug 1556789)
2019-07-13 20:52:45 +03:00
Razvan Maries
6f9d3ac151 Backed out 2 changesets (bug 1565563, bug 1565315) for perma fails on test_validate_engines.js. CLOSED TREE
Backed out changeset 2bd7c693a493 (bug 1565315)
Backed out changeset 5de764b97e6c (bug 1565563)
2019-07-13 02:01:25 +03:00
Tim Nguyen
11fbfb6d53 Bug 1559993 - Show 'Password saved' toast when automatically saving a generated password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37904

--HG--
extra : moz-landing-system : lando
2019-07-12 22:44:45 +00:00
Omkar Konaraddi
6d120afac0 Bug 1526818 - QuantumBar: Expose an autocomplete.properties bundle from UrlbarUtils r=adw
Differential Revision: https://phabricator.services.mozilla.com/D36250

--HG--
extra : moz-landing-system : lando
2019-07-12 22:43:06 +00:00
Ciure Andrei
30b9ffc37f Backed out changeset 3c4aab21b3a1 (bug 1559993) for ES Lint failure. CLOSED TREE 2019-07-13 01:36:23 +03:00
Johann Hofmann
aa72612d04 Bug 1562575 - Part 3 - Test updates for content blocking section in browser-siteProtections.js. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D37557

--HG--
extra : moz-landing-system : lando
2019-07-12 22:25:02 +00:00
Johann Hofmann
e0669dc2c5 Bug 1562575 - Part 2 - Move content blocking section into the protections panel. r=ewright
This is a pretty big change on paper, but most of the lines are copy-pasted, with some small
adjustments to get the content blocking code comfortable in browser-siteProtections.js.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:36:58 +00:00
Johann Hofmann
eaffe8a701 Bug 1562575 - Part 1 - Remove content blocking telemetry events from identity popup telemetry. r=ewright
This lives in the protections popup now and will get a new probe.

Since I'm only removing data collection I don't think a data steward is required to sign off.

I'm removing recordClick calls in identityPanel.inc.xul in a later patch.

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:36:19 +00:00
Tim Nguyen
d28bbbb31d Bug 1565407 - Enable password generation and make it available by default. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37820

--HG--
extra : moz-landing-system : lando
2019-07-12 22:09:16 +00:00
Tim Nguyen
a2577500f4 Bug 1559993 - Show 'Password saved' toast when automatically saving a generated password. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D37904

--HG--
extra : moz-landing-system : lando
2019-07-12 22:02:13 +00:00
Mark Banner
a2eaf3b1db Bug 1565315 - Fix Yandex missing from en builds when in Russian regions. r=mconnor
Depends on D37869

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

--HG--
extra : moz-landing-system : lando
2019-07-12 21:18:59 +00:00