Age | Commit message (Expand) | Author |
2021-02-21 | hack to handle reading TAB/inputs/INVALIDID. also reorder some code | 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 |
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 d... | Omar Rizwan |
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 |
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 |
2021-02-07 | trying to just run straight from sandbox instead of xpc -- kinda works! block... | Omar Rizwan |
2021-02-02 | safari: checkpoint as I try to get the terrible wiring right | Omar Rizwan |
2021-01-31 | safari: initial commit. | Omar Rizwan |
2021-01-13 | Merge pull request #51 from joshuahhh/master | Omar Rizwan |
2021-01-12 | Merge branch 'huglovefan-truncate' | Omar Rizwan |
2021-01-11 | fix truncating in defineFile() | human |
2021-01-10 | read/write textareas | Joshua Horowitz |
2021-01-10 | Save tab HTML source to file | cdf1982 |
2021-01-04 | Merge pull request #29 from huglovefan/master | Omar Rizwan |
2021-01-04 | background.js: add /tabs/by-id/*/active | tv |
2021-01-03 | multi-threaded tabfs.c | human |
2020-12-31 | Firefox fixes, md update | Omar Rizwan |
2020-12-31 | update md, add some stubs, move console inside scope | Omar Rizwan |
2020-12-30 | console and execute-script work. with test | Omar Rizwan |
2020-12-30 | continuing work on console. it can print stuff in `tail -f`! | Omar Rizwan |
2020-12-30 | eval works. start on console | Omar Rizwan |
2020-12-29 | ability to read scripts/file with path filtering | Omar Rizwan |
2020-12-29 | improve scripts dir -- checking scriptId more reliably. add tests | Omar Rizwan |
2020-12-29 | prevent explosion of scriptsForTab! | Omar Rizwan |
2020-12-29 | improve test reliability; try clear scriptsForTab (doesn't work yet) | Omar Rizwan |
2020-12-28 | cleanup refcount stuff that wasn't being used anyway, update md | Omar Rizwan |
2020-12-27 | add tabfs.md (hard linked into website) | Omar Rizwan |
2020-12-25 | add window symlink in tab folder | Omar Rizwan |
2020-12-25 | add some comments, do some cleanup | Omar Rizwan |
2020-12-25 | make windows/*/visible-tab.png. seems to work? | Omar Rizwan |
2020-12-25 | start working on windows/ (so i can have cleaner screenshot API) | Omar Rizwan |
2020-12-25 | fix bug with new debugger/ route path matching | Omar Rizwan |
2020-12-25 | make debugger/ subfolder. remove lastFocused storage (didn't need?) | Omar Rizwan |
2020-12-25 | add .txt extensions (it screenshots better) | Omar Rizwan |
2020-12-24 | remove doc/README. fix truncate on extensions/*/enabled. add timeout | Omar Rizwan |
2020-12-24 | better router infill logic; start work on /runtime/reload | Omar Rizwan |
2020-12-23 | fix truncate & write (incl resizing). fix extensions/*/enabled ? | Omar Rizwan |