| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* firefox/jp-hash.js (jp_hash_edit): Use execCommand
to issue insertText actions to edit the object,
rather than doing it directly, so that undo integrity
is preserved.
|
|
|
|
|
|
| |
* firefox/jp-hash.js (jp_hash_edit): After replacing
the content of the text object, select that portion of
it which replaced the prior selection.
|
|
|
|
|
|
|
| |
* firefox/jp-hash.js (jp_hash_edit): If there is
no selection, the whole input box is replaced
with its hash. Oterwise, only the selection is
replaced.
|
|
|
|
|
|
| |
* firefox/background.js (on_executed): Don't log
anything in the happy case.
(on_error): Log if this is called.
|
|
|
|
|
| |
* firefox/manifest.json: remove webNavigation
permission request.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* firefox/jp-hash.js (jp_hash): Renamed to async function
jp_hash_complete which receives digest as an argument.
(jp_hash_start): New async function: initiates SHA256
async operation, returning promise.
(jp_hash_sha256): Andrea Griffini's portable synchronous
implementation removed.
(jphash): New async function: stages the two steps
of the hash, and then invokes the continuation.
(jp_hash_edit): Switch to async. Assignment of new
value is done in continuation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Puts a button on the toolbar which will replace the contents
of the current input box with its JP-Hash.
The Alt-J hot key sequence does the same.
* firefox/background.js,
* firefox/jp-hash.js: New files.
* firefox/jp-hash-32.png,
* firefox/jp-hash-48.png,
* firefox/jp-hash-96.png: Likewise.
* firefox/manifest.json: Likewise.
|
|
|
|
|
|
| |
* README.md: Specify the details of the seven cases
of combining the pieces into the output result, instead
of referring to the implementation.
|
|
|
|
|
|
| |
* README.md: Strengthen the wording of the disclaimer;
add cautionary information. Add section discouraging use
as a digest.
|
|
|
|
|
|
|
|
| |
* README.md: syllables are from a set of 97, not 92.
Expand that section by comparing to the length of
a lower-case password, and citing the entropy.
Remove stray "e" line. Examples section renamed
to Example Hashes.
|
|
|
|
|
| |
* jp-hash.html: make output field wider; seeing truncation
on longer hashes.
|
| |
|
|
|