summaryrefslogtreecommitdiff
path: root/extension/background.js
AgeCommit message (Expand)Author
2020-12-22extensions/*/enabled is readable (+ test that works)Omar Rizwan
2020-12-22fixup ancestor algorithm so extensions/ appearsOmar Rizwan
2020-12-22start adding extensions/ folder. fix up js testsOmar Rizwan
2020-12-19remove tab at end of testOmar Rizwan
2020-12-19make test.c. clean up utf8/string stuff a bit, start write patchingOmar Rizwan
2020-12-18checkpoint: starting work on truncate. more README stubs.Omar Rizwan
2020-12-15make URL writable (kinda). allow delete in by-title/. README updateOmar Rizwan
2020-12-13Add unlink support. Make by-title/ writable. Add . and .. entries.Omar Rizwan
2020-12-13fromStringMaker -> defineFile; start adding write to defineFile.Omar Rizwan
2020-12-12scripts works! uses getScriptSourceOmar Rizwan
2020-12-12fix detach->attach flow. collect scripts/ entries and readdirOmar Rizwan
2020-12-11make screenshot.png use fromStringMakerOmar Rizwan
2020-12-11more refactoring: standardize fromStringMaker to use arraysOmar Rizwan
2020-12-11refactor to create fromStringMaker. text, title, url seem to workOmar Rizwan
2020-12-11fence withTab and fromScript into scopeOmar Rizwan
2020-12-11refactor -> Cache, TabManager, BrowserState.Omar Rizwan
2020-12-04extension: improve debug attach reliabilityOmar Rizwan
2020-12-04trying to fix resource read. fix releasedir call.Omar Rizwan
2020-12-04screenshot.png works! (when focused, when you kill old debugger)Omar Rizwan
2020-12-04fix text bugOmar Rizwan
2020-12-04extension: move toward unified base64-encoded utf8 bufsOmar Rizwan
2020-12-02base64 reads. start working on screenshot stuff.Omar Rizwan
2020-12-02fix write (base64-encoding)Omar Rizwan
2020-12-02introduce default ops. it still (mostly) works!Omar Rizwan
2020-12-02fix bugs with error handling (Unix vs other Errors). add open stubsOmar Rizwan
2020-12-02fix readlink bugOmar Rizwan
2020-12-01start refactor to use frozen instead of cJSON; I can list dirs, but can't rea...Omar Rizwan
2020-11-30start on refactor to eliminate layer of fs op handlingOmar Rizwan
2020-11-22fix base64-encoded reads!Omar Rizwan
2020-11-22track last-focused window by handOmar Rizwan
2020-11-22add last-focused to make testing easierOmar Rizwan
2020-11-22re-add (buggy) resource file supportOmar Rizwan
2020-11-22bring back debugging, resources dirOmar Rizwan
2020-11-05`close` should be `remove`. Make control allow arbitrary commands.Omar Rizwan
2020-10-29Manually set getattr op. Fixes text file.Omar Rizwan
2020-10-29fix file reads! (substr by offset/size). remove browser actionOmar Rizwan
2020-10-29Fix async bug on handler init. Can read url and title now! (kinda)Omar Rizwan
2020-10-28ancestor-building kind of works.Omar Rizwan
2020-10-27working on refactor of fs spec. also Linux port and README stuff.Omar Rizwan
2020-10-23Works in Chrome again! (had to make TabFS name lowercase)Omar Rizwan
2020-10-23text file works!Omar Rizwan
2020-10-23Switch to browser namespace so we can use Promises.Omar Rizwan
2020-10-22works on FF!! key thing was... to add indexedDB permission...Omar Rizwan
2020-10-22postMessage back from browser. Kill other instances of fs.Omar Rizwan
2020-10-21fs: Attempt to switch to native messaging. It relays 1 message ok!Omar Rizwan
2020-10-21native messaging test file.Omar Rizwan
2020-10-16Starting to move to native messaging.Omar Rizwan
2019-03-02write works to close tabs!Omar Rizwan
2019-03-02extension: Truncate long tab titles. Move Apple Double logic.Omar Rizwan
2019-02-28extension: Naming, factor out debugTab, add snapshot+screenshot.Omar Rizwan