summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-14extension: also remove spaces; spaces in filenames are annoying, imoOmar Rizwan
2021-03-14extension: use node-sanitize-filename sanitizeOmar Rizwan
2021-03-14Merge commit 'refs/pullreqs/59'Omar Rizwan
2021-02-25md: evals -> watchesOmar Rizwan
2021-02-25rename old TAB/evals to TAB/watches; add new TAB/evalsOmar Rizwan
2021-02-25create -> mknodOmar Rizwan
(our create was broken, we weren't opening files as required)
2021-02-23md: link demo separate from headlineOmar Rizwan
2021-02-23test: temporarily disable execute-script and console testsOmar Rizwan
2021-02-22remove TAB/console and TAB/execute-script which are uglyOmar 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-22extension: allow deletion of TAB/evals/*Omar Rizwan
2021-02-22extension: add TAB/evals!Omar Rizwan
2021-02-22fs: fix create call (it was sending mkdir to extension)Omar Rizwan
2021-02-21hack to handle reading TAB/inputs/INVALIDID. also reorder some codeOmar Rizwan
2021-02-21update test to use inputs instead of textareasOmar Rizwan
2021-02-19change TAB/textareas to TAB/inputs, add support for text inputsOmar Rizwan
2021-02-19add WINDOW/focusedOmar Rizwan
2021-02-19active: refactor / simplify to use withTabOmar Rizwan
2021-02-19fix bug with write permission for files with autogen getattrOmar Rizwan
(fixes bug with writing to `TAB/active` from Emacs Lisp, which checks permission instead of just trying to write)
2021-02-14add Safari to Web pageOmar Rizwan
2021-02-14Merge pull request #64 from osnr/safariOmar Rizwan
Safari support
2021-02-08safari: fix some races when you reload Web inspector, make ws connection retryOmar Rizwan
2021-02-08safari: TabFSServer subprocess that can live long. fixes bug where fs would ↵Omar Rizwan
die after a minute or two
2021-02-08safari: more cleanup and commentingOmar Rizwan
2021-02-08safari: make tabfs URL path independentOmar Rizwan
2021-02-08safari: more cleanup, start on README.mdOmar Rizwan
2021-02-08safari: loopback restrictOmar Rizwan
2021-02-08safari: clean up code a bitOmar Rizwan
2021-02-08safari: it works over ws!Omar Rizwan
2021-02-08safari: successfully exchanges 1 req/resp over ws, then failsOmar Rizwan
2021-02-08safari: start migration to using out-of-band WebSocket to do extension<=>fs commOmar Rizwan
2021-02-07safari: 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-07safari: XPC service runs!Omar Rizwan
2021-02-07safari: merge XPC service to run tabfs process. it builds but haven't hooked ↵Omar Rizwan
it in yet
2021-02-07trying to just run straight from sandbox instead of xpc -- kinda works! ↵Omar Rizwan
blocked on libfuse
2021-02-02safari: checkpoint as I try to get the terrible wiring rightOmar Rizwan
2021-01-31safari: 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-31Merge commit 'refs/pullreqs/55'Omar Rizwan
2021-01-30Merge pull request #62 from njerig/masterOmar Rizwan
Add support for Vivaldi on macOS
2021-01-30add support for Vivaldi on macOSNjeri Gachoka
2021-01-16Merge pull request #50 from enricozb/masterOmar Rizwan
add linux brave browser support
2021-01-14Allow all characters (except /) when sanitazingK1-K1
2021-01-13test: add textarea testsOmar Rizwan
2021-01-13Merge pull request #51 from joshuahhh/masterOmar Rizwan
read/write textareas
2021-01-12feat(install): added Edge Dev for LinuxMatthieu Vion
2021-01-12fs: missed one %lld fixOmar Rizwan
2021-01-12fs: fix for off_t on 32-bit archOmar Rizwan
(it's actually 64-bit bc of -D_FILE_OFFSET_BITS=64 at build time)
2021-01-12Merge branch 'huglovefan-truncate'Omar Rizwan
2021-01-12test: add test for #40Omar Rizwan
2021-01-11test: fix on Linux?Omar Rizwan
2021-01-11md: add sponsorOmar Rizwan