Commit graph

180 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Erica Wright
b4eb607d65 Bug 1636580 - Update ETP card. r=prathiksha,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D74545
2020-05-11 21:24:57 +00:00
prathiksha
b2b25fb8b4 Bug 1627337 - Remove breached logins lockwise section from the Monitor card. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D72899
2020-05-07 09:23:41 +00:00
prathiksha
a4ed2b48f2 Bug 1627337 - Update lockwise card display and copy. r=ewright,fluent-reviewers,flod
Depends on D72693

Differential Revision: https://phabricator.services.mozilla.com/D72694
2020-05-07 09:23:41 +00:00
prathiksha
9ed228ef9c Bug 1627337 - Remove the connected devices label from the lockwise card. r=ewright,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D72693
2020-05-07 09:15:17 +00:00
sjustus
f26aefb772 Bug 1619517 - Add Close tooltip to Mobile Call Card in about:protections r=prathiksha,fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D69308
2020-04-30 16:03:03 +00:00
Neil Deakin
e87cb94596 Bug 1614743, convert about:protections to the new JSWindowActor-based remote page manager and remove now unused functions from the old RPM, r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D71022
2020-04-29 23:12:34 +00:00
Ethan Tseng
f357380d86 Bug 1632664 - Numbers on top of bars on Protections Dashboard graph appear to be clickable. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D72444
2020-04-27 20:31:31 +00:00
Tim Nguyen
55d9542872 Bug 1630615 - Remove duplicate settings icons. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D71185
2020-04-16 18:48:33 +00:00
Andreea Pavel
3cd455d5ca Backed out changeset 7749765974c1 (bug 1630615) for failing browser_primaryUI.js on a CLOSED TREE 2020-04-16 20:12:17 +03:00
Tim Nguyen
8bc7539203 Bug 1630615 - Combine toolkit/themes/shared/extensions/utilities.svg and browser/themes/shared/icons/settings.svg. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D71185
2020-04-16 14:30:20 +00:00
AminaKenessova
d689016381 Bug 1615286 - Check for data and blocking to show the graph. r=ewright
Depends on D67693

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

--HG--
extra : moz-landing-system : lando
2020-04-14 22:05:47 +00:00
Bogdan Tara
dea55b75fe Backed out changeset 62650c760e1d (bug 1615286) for browser_protections_telemetry.js failures CLOSED TREE 2020-04-14 18:45:15 +03:00
AminaKenessova
fb9b88cbe1 Bug 1615286 - Check for data and blocking to show the graph. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D68244

--HG--
extra : moz-landing-system : lando
2020-03-31 20:16:07 +00:00
aarushivij
c44207440a Bug 1626195 - Cogwheel for Protection level not vertically centered in div r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D70311

--HG--
extra : moz-landing-system : lando
2020-04-10 06:03:42 +00:00
jayati
84bf0fdb08 Bug 1619314 - Improve visibility of mobile protection icons in high contrast mode. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D68701

--HG--
rename : browser/base/content/logos/etp-mobile-light.svg => browser/base/content/logos/etp-mobile.svg
rename : browser/base/content/logos/lockwise-light.svg => browser/base/content/logos/lockwise-mobile.svg
extra : moz-landing-system : lando
2020-04-03 13:15:58 +00:00
jayati
fa65d02109 Bug 1626619 - Remove browser.in-content.dark-mode preference. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D69234

--HG--
extra : moz-landing-system : lando
2020-04-01 16:31:27 +00:00
Erica Wright
83ab433780 Bug 1625264 - Firefox monitor card does not flicker when loading. r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D68588

--HG--
extra : moz-landing-system : lando
2020-03-30 08:35:44 +00:00
jayati
0f451c772a Bug 1619318- Ensures "X" button is focused when navigating using Tab key. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D66646

--HG--
extra : moz-landing-system : lando
2020-03-23 21:28:44 +00:00