index
:
TabFS
capture
master
Mount your browser tabs as a filesystem. Fork with org-link additions.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extension
/
safari
Age
Commit message (
Collapse
)
Author
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)