Commit graph

220 commits

Author SHA1 Message Date
Yura Zenevich
c72349ac1a Bug 1689445 - revert EventUtils.sendMouseEvent back to being sync. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D104127
2021-02-09 01:30:08 +00:00
Abhishek Sharma
2086f68cb0 Bug 1685638 - Change :not(:disabled) to :enabled in CSS files. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D101130
2021-01-19 14:02:38 +00:00
Tim Giles
973bb4dad6 Bug 1613620 - Provide an option to remove all logins at once from about:logins. r=prathiksha,fluent-reviewers,sfoster,markh
Depends on D89078

Differential Revision: https://phabricator.services.mozilla.com/D91198
2020-11-17 21:38:33 +00:00
Mihai Alexandru Michis
e2ec982790 Backed out 2 changesets (bug 1613620, bug 1675557) for causing bc failures in browser_removeAllDialog.js
CLOSED TREE

Backed out changeset 46f96d192bbd (bug 1675557)
Backed out changeset 20a2fcd59084 (bug 1613620)
2020-11-17 18:40:20 +02:00
Tim Giles
8e6c2d4b17 Bug 1613620 - Provide an option to remove all logins at once from about:logins. r=prathiksha,fluent-reviewers,sfoster,markh
Depends on D89078

Differential Revision: https://phabricator.services.mozilla.com/D91198
2020-11-17 15:02:42 +00:00
Tim Giles
b67b613817 Bug 1668965 - Remove mention of Lockwise mobile apps from about:logins. r=sfoster,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D93260
2020-11-02 17:09:56 +00:00
Razvan Maries
74cfe80c4d Backed out changeset 56a8a402e139 (bug 1668965) for perma failures on browser_all_files_referenced.js and browser_protectionsUI_milestones.js. CLOSED TREE 2020-10-30 01:25:58 +02:00
Tim Giles
6252069544 Bug 1668965 - Remove mention of Lockwise mobile apps from about:logins. r=sfoster,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D93260
2020-10-29 21:07:54 +00:00
Ricky Stewart
02a7b4ebdf Bug 1654103: Standardize on Black for Python code in mozilla-central.
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
Bogdan Tara
da1098d4aa Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE
Backed out changeset ff3fb0b4a512 (bug 1672023)
Backed out changeset e7834b600201 (bug 1654103)
Backed out changeset 807893ca8069 (bug 1518999)
Backed out changeset 13e6b92440e9 (bug 1518999)
Backed out changeset 8b2ac5a6c98a (bug 1518999)
Backed out changeset 575748295752 (bug 1518999)
Backed out changeset 65f07ce7b39b (bug 1518999)
Backed out changeset 4bb80556158d (bug 1518999)
Backed out changeset 8ac8461d7bd7 (bug 1518999)
Backed out changeset e8ba13ee17f5 (bug 1518999)
2020-10-24 03:36:18 +03:00
Ricky Stewart
c0cea3b0fa Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
Dorel Luca
1ff59cb7a3 Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE 2020-10-22 03:51:06 +03:00
Ricky Stewart
50762dacab Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-21 21:27:27 +00:00
Erica Wright
8eed61bbe6 Bug 1661756 - Add VPN Card and Banner r=prathiksha,flod,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D88633
2020-09-30 14:46:46 +00:00
Bogdan Tara
e5e257be65 Backed out changeset 0e8c8e02db69 (bug 1661756) for browser_protections_vpn.js failures CLOSED TREE 2020-09-24 05:12:49 +03:00
Erica Wright
39db0a2518 Bug 1661756 - Add VPN Card and Banner r=prathiksha,flod,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D88633
2020-09-23 17:55:50 +00:00
Csoregi Natalia
c39868efbc Backed out changeset 60399347a777 (bug 1661756) for failures on browser_protections_vpn.js. CLOSED TREE 2020-09-23 04:19:20 +03:00
Erica Wright
562a1bf962 Bug 1661756 - Add VPN Card and Banner r=prathiksha,flod,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D88633
2020-09-22 14:42:51 +00:00
Cosmin Sabou
07ae33e5d7 Backed out changeset 206a04ae2fa7 (bug 1661756) for bc failures on browser_protections_telemetry.js. CLOSED TREE 2020-09-18 20:27:03 +03:00
Erica Wright
c3a8f6a26b Bug 1661756 - Add VPN Card and Banner r=prathiksha,flod,nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D88633
2020-09-18 13:20:01 +00:00
Emilio Cobos Álvarez
582367e4b6 Bug 1662703 - Tweak appearance: button usage in browser/ and toolkit/. r=dao
The protections.css declaration is not needed, because you're setting
backgrounds and borders anyways so native appearance is disabled.

The button.css change needs to turn into a -moz-default-appearance +
appearance combo, but since it's in three different places, just put it
in xul.css instead.

Differential Revision: https://phabricator.services.mozilla.com/D89469
2020-09-09 23:13:53 +00:00
Matthew Noorenberghe
0b8578d91d Bug 1587653 - Include breached logins in about:protections without a Monitor account and if PP is logged in. r=ewright
Also separate the Lockwise/Monitor data collection to map to the cards

Differential Revision: https://phabricator.services.mozilla.com/D85642
2020-08-13 15:54:02 +00:00
Cosmin Sabou
5839aca91c Backed out changeset 7b46f9754641 (bug 1587653) for bc failures browser_protections_lockwise.js. 2020-08-06 07:59:52 +03:00
Matthew Noorenberghe
f158fda60e Bug 1587653 - Include breached logins in about:protections without a Monitor account and if PP is logged in. r=ewright
Also separate the Lockwise/Monitor data collection to map to the cards

Differential Revision: https://phabricator.services.mozilla.com/D85642
2020-08-06 01:17:28 +00:00
Erica Wright
70a8a87c2d Bug 1650468 - Protections dashboard accepts entrypoint param r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D82240
2020-08-05 16:25:57 +00:00
Erica Wright
fbd52a9c65 Bug 1655044 - Replace FPN Logo. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D84996
2020-07-27 18:35:46 +00:00
Cameron McCormack
dd61f595eb Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr
Uses of `-moz-appearance: none` are changed to `appearance: none`.

Uses of other values that are simply reverting the appearance back to
its default are changed to `appearance: auto`.

Uses of values in UA sheets that are defining the inherent appearance of
widgets are changed to:

  appearance: auto;
  -moz-default-appearance: <value>;

since those values are either no longer supported on (-moz-)appearance,
or are still supported but only in some limited form.

There are some uses of `-moz-appearance: textfield` on <input
type=number> elements that are renamed to `appearance: textfield`.

Differential Revision: https://phabricator.services.mozilla.com/D83430
2020-07-16 22:04:14 +00:00
Dale Harvey
df928be821 Bug 1627555 - Update region if in new location for a length of time. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D79272
2020-06-27 08:14:11 +00:00
Dorel Luca
d706a36326 Backed out changeset c1568e698723 (bug 1627555) for Devtools failures in /tests/browser_resources_several_resources.js. CLOSED TREE 2020-06-26 17:08:15 +03:00
Erica Wright
4c5d5bbe0d Bug 1643715 - Add hover and focus effects to monitor purple boxes. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D80965
2020-06-26 08:29:35 +00:00
Dale Harvey
ad16313f52 Bug 1627555 - Update region if in new location for a length of time. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D79272
2020-06-25 22:20:21 +00:00
Gijs Kruitbosch
d523471eac Bug 1644863 - fix trailing whitespace in browser/toolkit/devtools/mobile frontend code files, r=mossop,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D79201
2020-06-17 22:40:53 +00:00
prathiksha
32fd1440ed Bug 1643069 - Remove outline on Monitor card blocks. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D79435
2020-06-16 18:58:54 +00:00
prathiksha
1c5f087738 Bug 1643069 - Add telemetry for purple boxes on the monitor card. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D79428
2020-06-16 18:58:39 +00:00
prathiksha
2f0d00c3d6 Bug 1642106 - Fix text overflow in monitor card links styled as buttons. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D78064
2020-06-05 16:26:25 +00:00
Itiel
83ef956e60 Bug 1643003 - Fix the gradient color direction of the monitor blocks for RTL r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D78085
2020-06-05 15:05:01 +00:00
prathiksha
935f9f0b29 Bug 1641047 - Update styling in the monitor card body in protections dashboard. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D76923
2020-06-03 10:59:07 +00:00
prathiksha
e694e621bd Bug 1641628 - Fix a nit in the monitor resolve string on protections dashboard. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D77312
2020-05-28 18:13:07 +00:00
Dale Harvey
7ac7aeb879 Bug 1627544 - Update about:protection to use new Region.jsm r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D76948
2020-05-28 16:32:18 +00:00
prathiksha
6498f48dfe Bug 1640072 - Monitor card body should change when the user resolved breaches. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D76939
2020-05-28 12:15:22 +00:00
Razvan Maries
9aa7bebfd1 Backed out changeset 944ffb76f335 (bug 1640072) for perma failures on browser_protections_lockwise.js. CLOSED TREE 2020-05-28 01:43:32 +03:00
prathiksha
ed4cee3a4d Bug 1640072 - Monitor card body should change when the user resolved breaches. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D76939
2020-05-27 19:58:00 +00:00
prathiksha
add557cecc Bug 1640698 - Add telemetry for monitor card buttons in the protections dashboard. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D76744
2020-05-27 15:23:40 +00:00
Erica Wright
c8a6793b3b Bug 1640736 - Hover effect on link should be a pointer. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D76752
2020-05-26 13:54:44 +00:00
Erica Wright
929e460619 Bug 1639616 - Turn Monitor cache back on. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D76495
2020-05-25 10:46:19 +00:00
prathiksha
b4dd37fef1 Bug 1624969 - Update monitor card in the protections dashboard. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D75970
2020-05-25 08:26:57 +00:00
Erica Wright
ec9e227cc6 Bug 1639615 - Update Summary to reflect if protections are turned on/off. r=prathiksha,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D76170
2020-05-22 06:29:03 +00:00
prathiksha
6d4332f8f6 Bug 1639504 - Update ETP card content summary. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D76112
2020-05-20 15:52:41 +00:00
Erica Wright
152e6de5b4 Bug 1637615 - Add link to settings page to top of page summary r=prathiksha,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D75142
2020-05-15 08:48:40 +00:00
prathiksha
c6e5001502 Bug 1624971 - Update Monitor card with new links. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D74646
2020-05-13 11:51:07 +00:00