Age | Commit message (Expand) | Author |
2021-04-22 | extension: add runtime/routes.html | Omar Rizwan |
2021-04-22 | extension: allow hot patching of Routes; keep backgroundJS alive | Omar Rizwan |
2021-04-22 | extension: fix hot patching of backgroundJS | Omar Rizwan |
2021-04-22 | extension: share cached backgroundJS between .js and .js.html file | Omar Rizwan |
2021-04-20 | extension: defineFile -> routeWithContents. hot reload stuff. | Omar Rizwan |
2021-04-19 | extension: start adding some `usage`s; rename withTab and fromScript | Omar Rizwan |
2021-04-06 | fs,extension: Make truncate work on cached file content. | Omar Rizwan |
2021-03-26 | extension: fix truncate in defineFile; refactor/encap defineFile | Omar Rizwan |
2021-03-22 | extension,test: Move Router down, Router -> Routes. | Omar Rizwan |
2021-03-22 | md: Clean up a bit, update file figure. | Omar Rizwan |
2021-03-22 | fix resources/ suffix misuse bug, tweak README | Omar Rizwan |
2021-03-22 | extension: Remove html for now. | Omar Rizwan |
2021-03-22 | extension: Compress/expand lines in html view. | Omar Rizwan |
2021-03-22 | extension: red highlights for routes. | Omar Rizwan |
2021-03-21 | extension,test: router -> Router. | Omar Rizwan |
2021-03-21 | extension: Eliminate pathComponent entirely. | Omar Rizwan |
2021-03-21 | extension: Big refactor to use named variables in routes. | Omar Rizwan |
2021-03-21 | extension,test: Start on simplifying routing. | Omar Rizwan |
2021-03-21 | extension: first cut at background.js.html | Omar Rizwan |
2021-03-14 | test: separate tests from background.js, clean up and document a bit | Omar Rizwan |
2021-03-14 | extension: some cleanup, get rid of ToSafari thing we weren't using | Omar Rizwan |
2021-03-14 | extension: source.html -> body.html | Omar Rizwan |
2021-03-14 | extension: also remove spaces; spaces in filenames are annoying, imo | Omar Rizwan |
2021-03-14 | extension: use node-sanitize-filename sanitize | Omar Rizwan |
2021-03-14 | Merge commit 'refs/pullreqs/59' | Omar Rizwan |
2021-02-25 | md: evals -> watches | Omar Rizwan |
2021-02-25 | rename old TAB/evals to TAB/watches; add new TAB/evals | Omar Rizwan |
2021-02-25 | create -> mknod | Omar Rizwan |
2021-02-23 | md: link demo separate from headline | Omar Rizwan |
2021-02-23 | test: temporarily disable execute-script and console tests | Omar Rizwan |
2021-02-22 | remove TAB/console and TAB/execute-script which are ugly | Omar Rizwan |
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 |
2021-02-14 | add Safari to Web page | Omar Rizwan |
2021-02-14 | Merge pull request #64 from osnr/safari | 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 |