Jonas Jenwald
|
1d1e6e7b92
|
Simplify Object.fromEntries usage a tiny bit in the web/generic_signature_storage.js file
As can be seen [at MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries#parameters) the `Object.fromEntries` method accepts a `Map` directly, hence using the `Map.prototype.entries` method is superfluous here.
|
2025-04-09 12:06:40 +02:00 |
|
Calixte Denizet
|
9e672ff05e
|
[Editor] Add some telemetry for the signature editor (bug 1945827)
|
2025-02-24 21:10:04 +01:00 |
|
Calixte Denizet
|
1d82b2ce94
|
[Editor] Add the possibility to change a signature description (bug 1948116)
|
2025-02-14 14:00:45 +01:00 |
|
Calixte Denizet
|
68451fe17e
|
[Editor] Populate the 'Add signature' menu with the saved signatures (bug 1947828)
|
2025-02-13 15:59:57 +01:00 |
|
Calixte Denizet
|
6b95095e14
|
Add the possibility to compress/decompress the signature data in order to store them in the logins storage in Firefox (bug 1946171)
|
2025-02-10 19:09:51 +01:00 |
|