Closed
Bug 1429017
Opened 7 years ago
Closed 7 years ago
Add spotlight support to the Form Autofill FTU doorhanger
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: scottwu, Assigned: joseph.fergusson, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.85 KB,
patch
|
MattN
:
review+
|
Details | Diff | Splinter Review |
The Spotlight feature makes it possible to open and highlight a section in preferences:
about:preferences#privacy-address-autofill
Form Autofill doorhangers should implement this feature.
Reporter | ||
Updated•7 years ago
|
Summary: Add spotlight support to doorhanger → Add spotlight support to Form Autofill doorhangers
Comment 1•7 years ago
|
||
1a) Change "panePrivacy" to "privacy-address-autofill" on https://dxr.mozilla.org/mozilla-central/rev/8b1f0ca44c7be9a15bfbedf0cde540831f2e2aec/browser/extensions/formautofill/FormAutofillParent.jsm#446
2b) Update the test at https://dxr.mozilla.org/mozilla-central/rev/9fe69ff0762da191fbd2b9fc0718e96f1ab4137e/browser/extensions/formautofill/test/browser/browser_first_time_use_doorhanger.js#18,90 to check that the correct section is highlighted.
If you open the page about:config in the address bar, you can toggle extensions.formautofill.firstTimeUse to reset the state to allow the first-time-use doorhanger to appear upon first address form submission. Test forms are at https://luke-chang.github.io/autofill-demo/
2) Change "about:preferences#privacy" to "about:preferences#privacy-address-autofill" or "about:preferences#privacy-credit-card-autofill" depending on which doorhanger is showing: https://dxr.mozilla.org/mozilla-central/rev/8b1f0ca44c7be9a15bfbedf0cde540831f2e2aec/browser/extensions/formautofill/FormAutofillDoorhanger.jsm#38-39,74,79,101,106,156,161,241
Assignee: nobody → MattN+bmo
Mentor: MattN+bmo
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8944582 -
Flags: review?(MattN+bmo)
Updated•7 years ago
|
Assignee: MattN+bmo → joseph.fergusson
Comment 3•7 years ago
|
||
Comment on attachment 8944582 [details] [diff] [review]
1429017.patch
Review of attachment 8944582 [details] [diff] [review]:
-----------------------------------------------------------------
I guess this only covers part 1, not part 2
Comment 4•7 years ago
|
||
Comment on attachment 8944582 [details] [diff] [review]
1429017.patch
Review of attachment 8944582 [details] [diff] [review]:
-----------------------------------------------------------------
I'll file a new bug for comment 1 #2.
Attachment #8944582 -
Flags: review?(MattN+bmo) → review+
Pushed by mozilla@noorenberghe.ca:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2a7e34625fb8
Added spotlight upon clicking view in preferences in address autofill doorhanger r=MattN
Updated•7 years ago
|
Summary: Add spotlight support to Form Autofill doorhangers → Add spotlight support to the Form Autofill FTU doorhanger
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•