Add support for saving signature data
Categories
(Firefox :: PDF Viewer, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: calixte, Assigned: calixte)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
For each signature (limited to 5 for now) we want to store its description and the points coordinates used to draw it.
Since it's pretty similar to storing username/password, since we want to be able to sync this data across devices (for now it's only a feature for Desktop) and we want to have the same security level as for passwords, it makes sense to not try to reinvent the wheel and just use the logins API which perfectly fits our needs.
Assignee | ||
Comment 1•16 days ago
|
||
Comment 2•16 days ago
|
||
Updated•8 days ago
|
Assignee | ||
Comment 3•8 days ago
|
||
It isn't possible to use logins stuff for the moment, we'll see later if it's a possibility or if we want to implement something else to at least have the possibility to sync the signatures between devices.
For now we'll use an indexedDB storage.
Assignee | ||
Comment 4•7 days ago
|
||
Comment 6•7 days ago
|
||
Backed out changeset ee75150a57d2 (Bug 1946171) for causing failures on browser_pdfjs_signature_storage
Assignee | ||
Updated•5 days ago
|
Description
•