Open Bug 1743046 Opened 2 years ago Updated 1 year ago

Enable bug 502258 on Nightly.

Categories

(Core :: Layout: Form Controls, task)

task

Tracking

()

People

(Reporter: emilio, Unassigned)

References

(Depends on 2 open bugs)

Details

This tracks enabling the "show password" button and context menu item on Nightly for now.

Depends on: 1743047
Severity: -- → S3
Blocks: 1748065
Depends on: 1750072

We have custom reveal/conceal button on about:logins and we should figure it before we enable this pref.

Is there a way to opt-out of reveal button or receive a notification when reveal state changes?
I'd prefer a notification because we have some logic to replace password value with dummy ********.

Flags: needinfo?(emilio)

(In reply to Sergey Galich from comment #1)

Is there a way to opt-out of reveal button or receive a notification when reveal state changes?

There is not right now, but no reason there couldn't be (as long as it's chrome-only for now, as we probably don't want to expose such event to websites).

Flags: needinfo?(emilio)

For reference, the relevant prefs here are (currently):

layout.forms.reveal-password-button.enabled
layout.forms.reveal-password-context-menu.enabled

(Both prefs default to false at the moment, per https://searchfox.org/mozilla-central/rev/b70bc09685763c44a8e56e4e04cb741fa020701a/modules/libpref/init/StaticPrefList.yaml#7869-7879 )

Depends on: 1753116
You need to log in before you can comment on or make changes to this bug.