Open
Bug 1899258
Opened 1 year ago
Updated 9 months ago
[meta] Implement an autofill developer tool provides functionalities to facilitate easier debugging of autofill issues.
Categories
(Toolkit :: Form Autofill, enhancement)
Toolkit
Form Autofill
Tracking
()
ASSIGNED
People
(Reporter: dimi, Assigned: dimi)
References
(Depends on 4 open bugs)
Details
(Keywords: meta)
Attachments
(1 obsolete file)
What if we can have an about:autofill page that support:
- Show the current feature status, including:
- Feature On/Off status
- Supported regions
- Show field detected information
- Include both detected fields and unrecognized fields
- Being able to show attributes that associated with element. For example, id, name, label , etc
- Debug Utility
- Button to turn on debug
- Create a temporarily address/credit profile for debugging
- Support editable temporarily profile
- Support manually trigger form submission
- Support copying the information in about:autofill. Similar to “Copy raw data to clipboard” function in about:support
- Support analysis log
... etc
| Assignee | ||
Updated•1 year ago
|
Summary: [meta] Implement an about:autofill page that provides functionalities to facilitate easier debugging of autofill issues. → Implement an about:autofill page that provides functionalities to facilitate easier debugging of autofill issues.
| Assignee | ||
Comment 1•1 year ago
|
||
This patch adds an about:autofill page intended only for developers.
The currernt patch only provides a prototype, we can extend the
about:autofill page to support more features in the future.
One of the features of about:autofill is the ability to inspect field information on a page.
This feature is default off and can be enabled by setting "extensions.formautofill.inspector.enabled" to true.
Once enabled, an "Inspect Autofill Fields" entry will be displayed in the context menu.
Clicking this entry triggers the field identification process, displaying relevant information on
the about page.
Updated•1 year ago
|
Assignee: nobody → dlee
Status: NEW → ASSIGNED
Updated•1 year ago
|
Summary: Implement an about:autofill page that provides functionalities to facilitate easier debugging of autofill issues. → [meta] Implement an about:autofill page that provides functionalities to facilitate easier debugging of autofill issues.
Updated•1 year ago
|
Attachment #9408889 -
Attachment is obsolete: true
| Assignee | ||
Updated•1 year ago
|
Summary: [meta] Implement an about:autofill page that provides functionalities to facilitate easier debugging of autofill issues. → [meta] Implement an autofill developer tool provides functionalities to facilitate easier debugging of autofill issues.
You need to log in
before you can comment on or make changes to this bug.
Description
•