Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-22 | remove TAB/console and TAB/execute-script which are ugly | Omar Rizwan | |
(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) | |||
2021-02-22 | extension: allow deletion of TAB/evals/* | Omar Rizwan | |
2021-02-22 | extension: add TAB/evals! | Omar Rizwan | |
2021-02-22 | fs: fix create call (it was sending mkdir to extension) | Omar Rizwan | |
2021-02-21 | hack to handle reading TAB/inputs/INVALIDID. also reorder some code | Omar Rizwan | |
2021-02-21 | update test to use inputs instead of textareas | Omar Rizwan | |
2021-02-19 | change TAB/textareas to TAB/inputs, add support for text inputs | Omar Rizwan | |
2021-02-19 | add WINDOW/focused | Omar Rizwan | |
2021-02-19 | active: refactor / simplify to use withTab | Omar Rizwan | |
2021-02-19 | fix bug with write permission for files with autogen getattr | Omar Rizwan | |
(fixes bug with writing to `TAB/active` from Emacs Lisp, which checks permission instead of just trying to write) | |||
2021-02-14 | add Safari to Web page | Omar Rizwan | |
2021-02-14 | Merge pull request #64 from osnr/safari | Omar Rizwan | |
Safari support | |||
2021-02-08 | safari: fix some races when you reload Web inspector, make ws connection retry | Omar Rizwan | |
2021-02-08 | safari: TabFSServer subprocess that can live long. fixes bug where fs would ↵ | Omar Rizwan | |
die after a minute or two | |||
2021-02-08 | safari: more cleanup and commenting | Omar Rizwan | |
2021-02-08 | safari: make tabfs URL path independent | Omar Rizwan | |
2021-02-08 | safari: more cleanup, start on README.md | Omar Rizwan | |
2021-02-08 | safari: loopback restrict | Omar Rizwan | |
2021-02-08 | safari: clean up code a bit | Omar Rizwan | |
2021-02-08 | safari: it works over ws! | Omar Rizwan | |
2021-02-08 | safari: successfully exchanges 1 req/resp over ws, then fails | Omar Rizwan | |
2021-02-08 | safari: start migration to using out-of-band WebSocket to do extension<=>fs comm | Omar Rizwan | |
2021-02-07 | safari: works! (it lists tabs/by-title, at least) | Omar Rizwan | |
Safari keeps stealing focus bc of how I do messaging to it now, need to fix all that next | |||
2021-02-07 | safari: XPC service runs! | Omar Rizwan | |
2021-02-07 | safari: merge XPC service to run tabfs process. it builds but haven't hooked ↵ | Omar Rizwan | |
it in yet | |||
2021-02-07 | trying to just run straight from sandbox instead of xpc -- kinda works! ↵ | Omar Rizwan | |
blocked on libfuse | |||
2021-02-02 | safari: checkpoint as I try to get the terrible wiring right | Omar Rizwan | |
2021-01-31 | safari: initial commit. | Omar Rizwan | |
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) | |||
2021-01-31 | Merge commit 'refs/pullreqs/55' | Omar Rizwan | |
2021-01-30 | Merge pull request #62 from njerig/master | Omar Rizwan | |
Add support for Vivaldi on macOS | |||
2021-01-30 | add support for Vivaldi on macOS | Njeri Gachoka | |
2021-01-16 | Merge pull request #50 from enricozb/master | Omar Rizwan | |
add linux brave browser support | |||
2021-01-14 | Allow all characters (except /) when sanitazing | K1-K1 | |
2021-01-13 | test: add textarea tests | Omar Rizwan | |
2021-01-13 | Merge pull request #51 from joshuahhh/master | Omar Rizwan | |
read/write textareas | |||
2021-01-12 | feat(install): added Edge Dev for Linux | Matthieu Vion | |
2021-01-12 | fs: missed one %lld fix | Omar Rizwan | |
2021-01-12 | fs: fix for off_t on 32-bit arch | Omar Rizwan | |
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time) | |||
2021-01-12 | Merge branch 'huglovefan-truncate' | Omar Rizwan | |
2021-01-12 | test: add test for #40 | Omar Rizwan | |
2021-01-11 | test: fix on Linux? | Omar Rizwan | |
2021-01-11 | md: add sponsor | Omar Rizwan | |
2021-01-11 | fs: fix fh handling on 32-bit arch | Omar Rizwan | |
2021-01-11 | Merge pull request #53 from yggdr/fix_freebsd | Omar Rizwan | |
Fix FreeBSD support that broke when multithreading was implemented | |||
2021-01-11 | Fix FreeBSD support that broke when multithreading was implemented | Konstantin Schukraft | |
2021-01-11 | fix truncating in defineFile() | human | |
- in the C part: enable FUSE_CAP_ATOMIC_O_TRUNC so that open() will get called with O_TRUNC in flags instead of truncate() being called separately - this also prevents truncate() from calling setData() with an empty string when a file is opened with O_TRUNC - in defineFile()->open(): if O_TRUNC is used, don't call getData() but start with an empty file as if it had just been truncated - in defineFile()->write()/truncate(): correct buffer resizing/copying | |||
2021-01-10 | read/write textareas | Joshua Horowitz | |
2021-01-10 | add linux brave browser support | Enrico Borba | |
2021-01-10 | sponsor updates, document debugger folder slightly better | Omar Rizwan | |
2021-01-10 | Create FUNDING.yml | Omar Rizwan | |