summaryrefslogtreecommitdiff
path: root/extension/background.js
AgeCommit message (Expand)Author
2021-03-21extension: first cut at background.js.htmlOmar Rizwan
2021-03-14test: separate tests from background.js, clean up and document a bitOmar Rizwan
2021-03-14extension: some cleanup, get rid of ToSafari thing we weren't usingOmar Rizwan
2021-03-14extension: source.html -> body.htmlOmar Rizwan
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-25rename old TAB/evals to TAB/watches; add new TAB/evalsOmar Rizwan
2021-02-22remove TAB/console and TAB/execute-script which are uglyOmar Rizwan
2021-02-22extension: allow deletion of TAB/evals/*Omar Rizwan
2021-02-22extension: add TAB/evals!Omar Rizwan
2021-02-21hack to handle reading TAB/inputs/INVALIDID. also reorder some codeOmar 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
2021-02-08safari: fix some races when you reload Web inspector, make ws connection retryOmar Rizwan
2021-02-08safari: start migration to using out-of-band WebSocket to do extension<=>fs commOmar Rizwan
2021-02-07trying to just run straight from sandbox instead of xpc -- kinda works! block...Omar Rizwan
2021-02-02safari: checkpoint as I try to get the terrible wiring rightOmar Rizwan
2021-01-14Allow all characters (except /) when sanitazingK1-K1
2021-01-13Merge pull request #51 from joshuahhh/masterOmar Rizwan
2021-01-12Merge branch 'huglovefan-truncate'Omar Rizwan
2021-01-11fix truncating in defineFile()human
2021-01-10read/write textareasJoshua Horowitz
2021-01-10Save tab HTML source to filecdf1982
2021-01-04Merge pull request #29 from huglovefan/masterOmar Rizwan
2021-01-04background.js: add /tabs/by-id/*/activetv
2021-01-03multi-threaded tabfs.chuman
2020-12-31Firefox fixes, md updateOmar Rizwan
2020-12-31update md, add some stubs, move console inside scopeOmar Rizwan
2020-12-30console and execute-script work. with testOmar Rizwan
2020-12-30continuing work on console. it can print stuff in `tail -f`!Omar Rizwan
2020-12-30eval works. start on consoleOmar Rizwan
2020-12-29ability to read scripts/file with path filteringOmar Rizwan
2020-12-29improve scripts dir -- checking scriptId more reliably. add testsOmar Rizwan
2020-12-29prevent explosion of scriptsForTab!Omar Rizwan
2020-12-29improve test reliability; try clear scriptsForTab (doesn't work yet)Omar Rizwan
2020-12-28cleanup refcount stuff that wasn't being used anyway, update mdOmar Rizwan
2020-12-27add tabfs.md (hard linked into website)Omar Rizwan
2020-12-25add window symlink in tab folderOmar Rizwan
2020-12-25add some comments, do some cleanupOmar Rizwan
2020-12-25make windows/*/visible-tab.png. seems to work?Omar Rizwan
2020-12-25start working on windows/ (so i can have cleaner screenshot API)Omar Rizwan
2020-12-25fix bug with new debugger/ route path matchingOmar Rizwan
2020-12-25make debugger/ subfolder. remove lastFocused storage (didn't need?)Omar Rizwan
2020-12-25add .txt extensions (it screenshots better)Omar Rizwan
2020-12-24remove doc/README. fix truncate on extensions/*/enabled. add timeoutOmar Rizwan
2020-12-24better router infill logic; start work on /runtime/reloadOmar Rizwan
2020-12-23fix truncate & write (incl resizing). fix extensions/*/enabled ?Omar Rizwan