summaryrefslogtreecommitdiff
path: root/extension/safari
AgeCommit message (Collapse)Author
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)