Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
(our create was broken, we weren't opening files as required)
|
|
|
|
|
|
(and not really necessary now that we have evals, I think? like, as
long as you have some way to run JS on the content script, you can
build other functionality out of that)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(fixes bug with writing to `TAB/active` from Emacs Lisp, which checks
permission instead of just trying to write)
|
|
|
|
Safari support
|
|
|
|
die after a minute or two
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Safari keeps stealing focus bc of how I do messaging to it now, need to fix all that next
|
|
|
|
it in yet
|
|
blocked on libfuse
|
|
|
|
this is just the output of `xcrun safari-web-extension-converter .` in
`extension/`
it doesn't work yet (well, it runs without any errors, but it doesn't
know to invoke the tabfs process; it just talks to the stub app from
the generator)
|
|
|
|
Add support for Vivaldi on macOS
|
|
|
|
add linux brave browser support
|
|
|
|
|
|
read/write textareas
|
|
|
|
|
|
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time)
|
|
|
|
|
|
|